On Wed, Dec 08, 2010 at 06:16:00PM -0800, cmallon wrote:
The subject of your message is misleading and unfortunate. Postfix
behaves exactly as configured.
> smtpd_recipient_restrictions =
> reject_unauth_destination,
You only accept mail for domains listed in mydestination,
virtual_alias_domains, virtual_mailbox_domains, or relay_domains.
> check_recipient_access hash:/etc/postfix/recipient_blacklist,
> <implicit_check_recipient_access> hash:/etc/postfix/perm_blacklist,
> <implicit_check_recipient_access> hash:/etc/postfix/hold,
You have three tables that further filter the recipient domain.
> check_sender_access hash:/etc/postfix/sender_access,
Then a table that filters the sender domain. Anything that makes it past
this rule is accepted.
> permit_sasl_authenticated, permit_mynetworks
Then two pointless permit rules that serve no purpose at the end of the
list, since the default is to permit if the end of the list is reached
with no reject.
--
Viktor.