[Dovecot] auth-master socket creation problem?
19 Aug
2005
19 Aug
'05
6:40 p.m.
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
}
}
#}
19 Aug
19 Aug
7:03 p.m.
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 = } }
7191
Age (days ago)
7191
Last active (days ago)
1 comments
2 participants
participants (2)
-
Marc Perkel
-
Timo Sirainen