Control: forwarded -1 http://marc.info/?l=postfix-users&m=145686783109440&w=2
On 2016-07-27 09:36 +0200, Francois Mescam wrote: > When I do "systemctl restart postfix" in the logs I have : > Jul 27 09:27:08 eiffel6 postfix/postfix-script[9559]: stopping the Postfix > mail system > Jul 27 09:27:08 eiffel6 postfix/master[9515]: terminating on signal 15 > Jul 27 09:27:08 eiffel6 postfix/postfix-script[9706]: warning: group > or other writable: /usr/lib/postfix/./libpostfix-tls.so.1 > Jul 27 09:27:08 eiffel6 postfix/postfix-script[9707]: warning: group or other > writable: /usr/lib/postfix/./sbin/lmtp > Jul 27 09:27:08 eiffel6 postfix/postfix-script[9708]: warning: group > or other writable: /usr/lib/postfix/./libpostfix-dns.so.1 > Jul 27 09:27:08 eiffel6 postfix/postfix-script[9709]: warning: group > or other writable: /usr/lib/postfix/./libpostfix-util.so.1 > Jul 27 09:27:08 eiffel6 postfix/postfix-script[9710]: warning: group > or other writable: /usr/lib/postfix/./libpostfix-master.so.1 > Jul 27 09:27:08 eiffel6 postfix/postfix-script[9711]: warning: group > or other writable: /usr/lib/postfix/./libpostfix-global.so.1 > Jul 27 09:27:08 eiffel6 postfix/postfix-script[9712]: warning: group or other > writable: /usr/lib/postfix/sbin/./lmtp > Jul 27 09:27:08 eiffel6 postfix/postfix-script[9762]: starting the Postfix > mail system > Jul 27 09:27:08 eiffel6 postfix/master[9764]: daemon started -- version > 3.1.0, configuration /etc/postfix > > I see nothing bad in the files mentionned, for example : > # ls -l /usr/lib/postfix/./sbin/lmtp > lrwxrwxrwx 1 root root 4 juil. 20 23:42 /usr/lib/postfix/./sbin/lmtp -> smtp > # ls -l /usr/lib/postfix/./sbin/smtp > -rwxr-xr-x 1 root root 123464 juil. 20 23:42 /usr/lib/postfix/./sbin/smtp Yeah, all these warnings are about symlinks. The solution is to use "find -L", although Wietse seems to have reservations about that (see his replies in the thread on postfix-users). Cheers, Sven