----- Original Message ----- From: [EMAIL PROTECTED] > Our problem is, that Spamassassin (plus razor and pyzor) check > the Email also if the user was Sasl authenticated. And our provider > is listed in many DSBL lists. Is there any trick to tell amavisd to > NOT scan emails from sasl authenticated clients. Or is postfix able > to NOT filter sasl authenticate emails?
Add a second IP address and SMTPD service to your Postfix server and have your customers auth to that IP address, or have then use a different port on the same IP address. Then have Postfix bypass the content filter on this port or second SMTPD service. Bill