[Dovecot] Dovecot 2.0 - LDA auth-master issues

e-frog e-frog at gmx.de
Fri Apr 9 17:50:34 EEST 2010


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 =
  }
}

Regards,
e-frog


More information about the dovecot mailing list