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:[email protected]?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.