Miles Fidelman:
> It occurs to me, that right now, mail is passing through the content 
> filters both before it gets to the list manager, and again, after it's 
> exploded by the list manager - creating lots of unnecessary load on the 
> system.
...
> main.cf contains a line:
> content_filter = smtp-amavis:[127.0.0.1]:10024
...
> And then the list manager setup invokes the sendmail compatibility 
> interface to postfix (from the sympa.conf file)

Options:

- Use amavisd configuration to exclude the mailing list sender.

- Configure the Postfix pickup service to skip the content filter.
  master.cf:
    pickup .. .. .. .. .. .. pickup -o content_filter=
  Postfix sendmail uses the pick service.

- Configure sympa to submit mail over SMTP to the same poort
  that amavidsd uses to talk to Postfix (or some dedicated service
  that has "content_filter=" in master.cf).

        Wietse

Reply via email to