On 1/23/2013 12:30 PM, Tom Tucker wrote:
> 
> I think I got it.  The ordering is critical.  Thanks
> 
> 
> smtpd_recipient_restrictions =
>         check_recipient_access hash:/etc/postfix/relay_domains  #
> This will allow clients missing PTR records the ability to relay locally
>         reject_unknown_reverse_client_hostname   # Reject all other
> clients missing PTR records from sending externally
>         reject_unknown_recipient_domain
>         reject_non_fqdn_sender
>         reject_non_fqdn_helo_hostname
>         reject_invalid_helo_hostname
>         reject_unknown_helo_hostname
>         reject_unlisted_recipient
>         permit_mynetworks  # Permit all other mail traffic both
> internally and externally
>         reject_unauth_destination
> 
> 
> /etc/postfix/relay_domains
> mydomain.com <http://mydomain.com>        OK
> myotherdomain.com <http://myotherdomain.com> OK



The above disables all your UCE controls.






  -- Noel Jones

Reply via email to