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: signature.asc
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.bin>