postfix-users

Question about check_recipient_access

Subject: Question about check_recipient_access
From: James Lay <jlay AT slave-tothe-box DOT net>
To: Postfix Users <postfix-users AT postfix DOT org>
Date: Sun, 12 Aug 2007 09:20:43 -0600
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



<Prev in Thread] Current Thread [Next in Thread>