Re: Permissions warning for symlinked script

2016-03-01 Thread Wietse Venema
Wietse Venema: > This means that not a lot of people have symlinks in Postfix > configuration directories. The code responsible for the warning > is: > > find $todo \( -perm -020 -o -perm -002 \) \ > -exec $WARN group or other writable: {} \; > > Although it's kind of lame fo

Re: Permissions warning for symlinked script

2016-03-01 Thread Wietse Venema
pf-m...@duboulder.com: > On postfix startup this message is logged: > [postfix-out/postfix-script] warning: group or other writable: > /etc/postfix-out/./gen-dh-params.sh > > Is this expected behavior? This is a multi-instance setup with a common script > in the main config directory. > > # post

Permissions warning for symlinked script

2016-03-01 Thread pf-mail
On postfix startup this message is logged: [postfix-out/postfix-script] warning: group or other writable: /etc/postfix-out/./gen-dh-params.sh Is this expected behavior? This is a multi-instance setup with a common script in the main config directory. # postconf mail_version mail_version = 3.0.3