* lister171254 <[email protected]> 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

Attachment: signature.asc
Description: Digital signature

Reply via email to