On Wed, Jan 11, 2012 at 10:34:33PM +0200, Timo Sirainen wrote:
On 11.1.2012, at 21.01, Nicolas KOWALSKI wrote:
I would like to use IMAPs, instead of IMAP+STARTTLS, from proxy to backend, and have Managesieve still working. Is this supported?
You'll need to kludge it a little bit. I guess you're using LDAP, since you mentioned pass_attrs?
Yes, I am using LDAP.
protocol sieve { passdb { args = ldap-with-starttls.conf } }
When just adding the above, it works perfectly, Thanks!
protocol !sieve { passdb { args = ldap-with-ssl.conf } }
Is this really needed? It looks like it works without it. When using it, I get this error:
Jan 12 09:40:59 imap1 dovecot: auth: Fatal: No passdbs specified in configuration file. PLAIN mechanism needs one Jan 12 09:40:59 imap1 dovecot: master: Error: service(auth): command startup failed, throttling
-- Nicolas