20 May
2013
20 May
'13
6:48 p.m.
Am 19.05.2013 17:51, schrieb Peter Skensved:
service auth { unix_listener /var/spool/postfix/private/auth { mode = 0666 }
chmod 666 is always a very bad idea
service auth { unix_listener /var/spool/postfix/private/auth { mode = 0660 user = postfix group = postfix } }
Thanks for the reply -
all the other sockets in /var/spool/postfix/private have mode 666 ( and the directory itself mode 700 ) but that is probably a question for the postfix list....
peter