Miles,

> My machine is used primarily for email list management. [...]
> Every message is scanned on it's way into to the system, before being
> passed on for delivery - i.e., the messages that reach the list manager
> are already scanned.

As already said, the easiest is to turn off content_filter option
on a pickup service if a mailing list manager is submitting
its fan-out mail through sendmail binary.

If a mailing list manager allows submission through SMTP (most do),
then the cleanest and most efficient method is to let MLM submit
through SMTP to port 10025, thus bypassing content filtering.

With Mailman that would be (in mm_cfg.py):

  SMTPHOST = 'localhost'
  SMTPPORT = 10025

It may also be possible to pipe fan-out mail from a MLM to a SMTP client
like mini_sendmail instead of piping it to a sendmail binary.

  Mark

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
AMaViS-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/howto/

Reply via email to