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

Reply via email to