[Dovecot] Pigeonhole proxy errors

Timo Sirainen tss at iki.fi
Mon Sep 13 20:02:16 EEST 2010


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?..



More information about the dovecot mailing list