14 Apr
2010
14 Apr
'10
3:30 p.m.
On Fri, 2010-04-09 at 16:50 +0200, e-frog wrote:
ON 09.04.2010 16:10, wrote Floris Bos:
In Dovecot 2 I can only find an option to change the socket path ("auth_socket_path"), but not it's user or mode. Any idea on how to solve this?
You can set this in master.conf
service auth { unix_listener auth-master { group = mode = 0600 user = } }
Note that in v2.0 the socket name matters. You should use auth-userdb socket instead, because it's enough for LDA and has more restrictions than auth-master.