li...@rhsoft.net: > well, i found a clear bug > > sendmail: warning: /etc/postfix/main.cf, line 160: overriding earlier entry: > smtpd_relay_restrictions=permit_mynetworks, permit_sasl_authenticated, > reject_unauth_destination > __________________________________ > > cat main.cf | grep smtpd_relay_restrictions > smtpd_relay_restrictions = permit_mynetworks, > permit_sasl_authenticated, > reject_unauth_destination > smtpd_relay_restrictions = permit_mynetworks permit_sasl_authenticated > defer_unauth_destination > __________________________________ > > postfix *must not* add the second line at the end of "main.cf" if > the first one already exists
The only difference is that this Postfix version REPORTS duplicate lines. It was added before Postfix 2.11.0. Wietse