Jean-Fran?ois Bachelet: > Hello ^^) > > > I found that error in mail.log, at each start postfix issue that error : > > > 'Jul 23 15:36:57 discovery postfix/postfix-script[1170]: warning: > symlink leaves directory: /etc/postfix/./makedefs.out' > > > is that warning harmless or not ?
As a matter of principle, it is a bad idea to have symlinks under /etc/postfix that go elsewhere. Such symlinks are a security hole if they involve a directory or file that is owned or writable by a non-root user. This particular file is not sensitive, but most files under /etc/postfix are definitely sensitive because they may be opened while a Postfix process runs as root. Wietse