OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
Re: Postmap Results Look Odd

From: Carlos Williams (carloswillgmail.com)
Date: Wed Apr 23 2008 - 15:02:38 CDT


On Wed, Apr 23, 2008 at 3:15 PM, Brian Evans <grknightscent-team.com> wrote:

> You may wish to consider check_sender_access and check_recipient_access
> tables in your smtpd_sender_restrictions and smtpd_recipient_restrictions
> respectively. (after reject_unauth_destination of course)
>
I entered the following into my /etc/postfix/access file:

carlwill.com REJECT

Then ran postmap /etc/postfix/access

Then postfix reload

I see that my main.cf shows:

smtpd_sender_restrictions =
        permit_mynetworks,
        permit_sasl_authenticated,
        check_sender_access hash:/etc/postfix/access,
        hash:/etc/postfix/sender_restrictions,
        check_sender_access hash:/etc/postfix/siteoverride,
        reject_unknown_sender_domain,
        reject_non_fqdn_sender,
        permit

However I was still able to send from my email server to carlwill.com.