Hey all!
So I have this running pretty well at other sites, but I have one site where
I've seen some funky action.
I have:
smtpd_recipient_restrictions =
check_recipient_access regexp:/etc/postfix/reject-users
With reject-users containing:
<many email addresses snipped>
/bobgrissom AT vineyardboise DOT org/ OK
/.*@vineyardboise.org/ REJECT 550 User unknown
I see emails coming in that are:
obgrissom AT vineyardboise DOT org
bgrissom AT vineyardboise DOT org
That still come through. As I look at this...do I need to add something
like:
/^bobgrissom AT vineyardboise DOT org/ OK
Or should I just change this to hash format and have:
bobgrissome AT vineyardboise DOT org OK
vineyardboise.org REJECT 550 user unknown
This server is a relay that sits in front of an exchange server. Thanks for
any help.
James
|