[Dovecot] socket /var/spool/postfix/private/auth not created
Thomas Leuxner
tlx at leuxner.net
Sat May 24 10:48:11 UTC 2014
* lister171254 <llsubscr at zudiewiener.com> 2014.05.24 11:56:
> No matter what I try, the listener is not created.
>
> <http://dovecot.2317879.n4.nabble.com/file/n48182/32.png>
Text does the trick as well and survives pictures in the archives ;)
> # Postfix smtp-auth
> unix_listener /var/spool/postfix/private/auth {
> mode = 0600
> user = postfix
> group = postfix
The wiki quoted and my running config both use 'mode = 0660'. Give that a try:
service auth {
unix_listener /var/spool/postfix/private/auth {
group = postfix
mode = 0660
user = postfix
}
user = doveauth
}
You may leave out the extra doveauth user which is a specific flavor of my configuration. If that still fails, you should post some log excerpts from dovecot after a reload which probably show the problem.
Regards
Thomas
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://dovecot.org/pipermail/dovecot/attachments/20140524/66c4c372/attachment.sig>
More information about the dovecot
mailing list