[Dovecot] auth-master socket creation problem?

Timo Sirainen tss at iki.fi
Fri Aug 19 19:03:44 EEST 2005


On Fri, 2005-08-19 at 08:40 -0700, Marc Perkel wrote:
> I tried activating this code in the example config file and it failed to 
> create the socket. You might want to look inti this. Running alpha1.
> 
> #auth external {
> #  socket connect {
> #    master {
> #      path = /var/run/dovecot/auth-master
> #    }
> #  }
> #}

That means you want Dovecot to connect to external authentication server
for perform authentication. If you want Dovecot to create the
auth-master for you, use instead this:

  socket listen {
    master {
      path = /var/run/dovecot/auth-master
      #mode = 0600
      # Default user/group is the one who started dovecot-auth (root)
      #user = 
      #group = 
    }
  }

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
Url : http://dovecot.org/pipermail/dovecot/attachments/20050819/d83d7ca0/attachment.pgp


More information about the dovecot mailing list