13 Sep
2010
13 Sep
'10
8:02 p.m.
On Mon, 2010-09-13 at 10:56 -0600, Cassidy Larson wrote:
service imap-login { user = dovecot } service pop3-login { user = dovecot }
You've changed imap-login and pop3-login to use user "dovecot" (not the default dovenull).
service managesieve-login { inet_listener sieve { address = a.b.c.d port = 4190 } inet_listener sieve_deprecated { address = a.b.c.d port = 2000 } }
But you haven't done that to managesieve-login. If you already have dovenull user, you should be using it in those (just remove the user= lines). Hmm. Maybe your v1.x config used an explicit "login_user=dovecot" and that got converted automatically?..