From: GT4NE1 (no email)
Date: Wed Nov 07 2007 - 13:10:47 EST
I have a couple of IP addresses I am trying to whitelist in
mynetworks. Mail from those addresses are still getting rejected
though from a check later on.
Let's say I wanted to whitelist the following IP:
1.2.3.4
Relevant main.conf entries:
mynetworks = hash:/etc/postfix/network_table
smtpd_helo_required = yes
disable_vrfy_command = yes
smtpd_recipient_restrictions =
permit_sasl_authenticated,
permit_mynetworks,
reject_invalid_hostname,
reject_non_fqdn_hostname,
reject_non_fqdn_sender,
reject_non_fqdn_recipient,
reject_unknown_sender_domain,
reject_unknown_recipient_domain,
reject_unauth_destination,
check_sender_access hash:/etc/postfix/sender_access,
check_policy_service unix:private/policy,
reject_rbl_client zen.spamhaus.org,
reject_rbl_client cbl.abuseat.org,
reject_rbl_client list.dsbl.org
policy_time_limit = 3600
show_user_unknown_table_name = no
smtpd_data_restrictions =
reject_unauth_pipelining,
permit
cat network_table:
10.0.0.0/8 OK
1.2.3.4/0 OK
cat sender_access:
domain.com 554 domain.com in your envelope sender is not allowed
Email from this domain are being reject because of the sender_access
table, even though the IP is whitelisted and the permit_mynetworks is
listed first in the checking order.
What am I missing?
Thanks,
-GT
|
|
|