Coops,

> I successfully altered the Debian default settings to include scanning
> of relayed mail (by scanning all outgoing mail). However the problem
> which now occurs is that all mail sent to the public mailing lists is
> being checked, and causing a huge load on the server when ever a single
> announcement is made.

Are you scanning mailing list messages twice, before and after a mailing list
manager? This is wasteful, and redundant. Configure the ML sw to send its
fan-out mail directly to MTA, e.g. to an unfiltered port 10025 (i.e. the
same port to which amavisd feeds its checked mail).
With mailman for example, one could do (in Mailman/mm_cfg.py):
  SMTPHOST = 'localhost'
  SMTPPORT = 10025

> @local_domains_maps = ( [qw( . )] );

Don't do that (except for short troubleshooting periods), for an
increasing number of reasons. Your domains should be listed explicitly.
The '.' wildcard causes all mail to be treated as incoming or
internal-to-internal, which affects some decisions.

  Mark

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
AMaViS-user mailing list
AMaViS-user@lists.sourceforge.net
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