OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
Re: Separate filtering for incoming (mx) and outgoing mail

From: Matt Fretwell (mattfbauchan.org)
Date: Wed Mar 02 2005 - 04:49:43 CST


Birger Brunswiek wrote:

> > smtpd_recipient_restrictions =
> > permit_mynetworks,
> > permit_sasl_authenticated,
> > check_mumble_access static:FILTER:[localhost]:10025,
> > reject_unauth_destination,
> > ...
>
> Replace numble with what? All the check_XXX_access options I have found
> take a access(5) table as parameter but yours definitely is a
> transport(5) one.

 Does no one read documentation these days.

 man 5 access:

[.....]
FILTER transport:destination

  After the message is queued, send the entire message through
the specified external content filter. The transport:destination
syntax is described in the transport(5) manual page. More
information about external content filters is in the Postfix
FILTER_README file.

Note: this action overrides the main.cf content_filter setting, and
currently affects all recipients of the message.
[.....]

Matt