From: Magnus Bäck (no email)
Date: Mon Nov 01 2004 - 15:25:19 EST
On Monday, November 01, 2004 at 20:59 CET,
Craig Sanders <> wrote:
> you can avoid all this filtering work for these emails by running
> another smtpd instance (either on a different port or a different IP
> address) which has all the filtering stuff disabled.
>
> e.g. to run a non-filtering smtpd on port 26, you'd have something
> like the following in /etc/postfix/master.cf:
>
> :26 inet n - n - - smtpd -o content_filter= -o body_checks= -o header_checks=
No, setting body_checks and header_checks for smtpd is useless. See
FILTER_README for the version of Postfix in question for information on
how it can be done (cleanup_service_name and receive_override_options
are useful keywords).
[...]
> remember to restart postfix (NOTE: restart, not reload) whenever you
> change master.cf
A restart is only required when inet_interfaces is changed.
-- Magnus Bäck
|
|
|