On Wed, Sep 02, 2015 at 10:49:15PM +0000, Vernon Fort wrote:

> Ah- the order.  I had:
> 
> smtpd_recipient_restrictions =
>         reject_non_fqdn_sender,
>         reject_non_fqdn_recipient,
>         permit_mynetworks,
>         permit_sasl_authenticated,
>         reject_unauth_destination,
>        ....
> 
> and changed to:
> 
> smtpd_recipient_restrictions =
>         permit_mynetworks,
>         permit_sasl_authenticated,
>         reject_unauth_destination,
>         reject_non_fqdn_sender,
>         reject_non_fqdn_recipient,

The difference is that the former rejects unqualified addresses
also for internal senders.  That may be right thing to do, or not
depending on what sort of mail is generated internally.

-- 
        Viktor.

Reply via email to