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

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to