Viktor Dukhovni:
> On Sun, Oct 05, 2014 at 03:23:45PM -0400, Mail List wrote:
> 
> > Thanks for your suggestion Patrick!  Changing the mode didn't work, but I
> > think you are on the right track.  I played around with permissions on the
> > socket.  Here is the directory entry for the socket file:
> > 
> > srw------- 1 root root 0 Oct  5 15:13 /var/spool/postfix/private/auth
> 
> Read/write by "root" only, but Postfix will not be running as "root"
> when opening the socket.  Make sure the socket is readable by the
> "postfix" user.

As Patrik wrote:

    Try this in dovecot's 10-master.conf:

      unix_listener /var/spool/postfix/private/auth {
        mode = 0600
        user = postfix
        group = postfix
      }

Never ignore good advice.

        Wietse

Reply via email to