On 07/03/2011 02:37 PM, Benny Pedersen wrote:
On Sun, 03 Jul 2011 10:14:32 +0200, Frank Bonnet wrote:
Hello
I would like to force all my real users to use SMTP AUTH
( SASL + LDAP ) but we have many internal mailing lists
running and I wonder if it is possible to add an exception
for that purpose , I think it would be possible with "mynetwork"
statement but I would not screw up our production server and
need experts advices.
/etc/postfix/main.cf:
smtpd_sasl_exceptions_networks = !192.0.2.171/32, 192.0.2.0/24
http://www.postfix.org/SASL_README.html
thank you :-)