Displaying 1 result from an estimated 1 matches for "some3".
Did you mean:
some
2013 Sep 24
1
Strange errors with imapc+acl in 2.2.x
...Sep 24 18:09:46 [dovecot]
imap(other at my.domain): Error: Invalid user settings. Refer to server log
for more information.
My config (relevant parts):
------------------ Dovecot conf ----------------
imapc_host = some_host
imapc_port = 143
imapc_user = some_user
imapc_password = some3$pwd
imapc_ssl = starttls
imapc_ssl_verify = no
namespace gemeinsam {
type = public
separator = .
location = imapc:
prefix = Gemeinsam.
subscriptions = no
}
# I also tried different combinations of hidden and list
plugin {
acl = vfile:/etc/dovecot/global-acls:cache_secs=300
}
-------------...