SMTP AUTH for all users except for our mailing-lists ?

2011-07-03 Thread Frank Bonnet

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.

Thanks



Re: SMTP AUTH for all users except for our mailing-lists ?

2011-07-03 Thread Benny Pedersen

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