This is a discussion on Re: Correct way to do whitlising / bypassing of filtering. within the mailing.postfix.users forums, part of the Mail Servers and Related category; On Monday, November 01, 2004 at 20:59 CET, Craig Sanders <cas@taz.net.au> wrote: > you ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
On Monday, November 01, 2004 at 20:59 CET,
Craig Sanders <cas@taz.net.au> 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. >=20 > e.g. to run a non-filtering smtpd on port 26, you'd have something > like the following in /etc/postfix/master.cf: >=20 > :26 inet n - n - - smtpd -o content_filter=3D -o body_c= hecks=3D -o header_checks=3D 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. --=20 Magnus B=E4ck magnus@dsek.lth.se |