17 Aug
2010
17 Aug
'10
10:12 p.m.
On Tue, 2010-08-17 at 14:49 -0400, Jerrale G wrote:
Our dovecot 1.2 config, in the end of "auth default" had user=dauth, which we used for the sockets in /var/run/dovecot, but this conflicted with the new 2.0's authuser. Doveconf should have remove that user=dauth but I don't think this will be an issue for anyone else unless they did their own chrooting as well, which they should know how to undo.
What exactly do you mean by this? You had
auth default { user = dauth }
But with what did it conflict with? It should have changed that to:
service auth { user = dauth }
Isn't that what you wanted?