OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
Re: allow MAIL FROM local email accounts only

From: Victor Duchovni (Victor.Duchovnimorganstanley.com)
Date: Thu Jun 04 2009 - 12:30:25 CDT


On Thu, Jun 04, 2009 at 12:20:37PM -0400, Brian Evans - Postfix List wrote:

> /^.*bizcustomer1\.example\.com$/ DUNNO
> /^.*bizcustomer2\.example\.com$/ DUNNO
> /^/ reject_authenticated_sender_login_mismatch

Or just:

    /bizcustomer1\.example\.com$/ DUNNO
    /bizcustomer2\.example\.com$/ DUNNO
    /^/ reject_authenticated_sender_login_mismatch

There is no need to anchor the expression at both ends.

--
        Viktor.

Disclaimer: off-list followups get on-list replies or get ignored.
Please do not ignore the "Reply-To" header.

To unsubscribe from the postfix-users list, visit
http://www.postfix.org/lists.html or click the link below:
<mailto:majordomopostfix.org?body=unsubscribe%20postfix-users>

If my response solves your problem, the best way to thank me is to not
send an "it worked, thanks" follow-up. If you must respond, please put
"It worked, thanks" in the "Subject" so I can delete these quickly.