Barbara M. via Postfix-users:
> Jan 23 00:11:34 auth postfix/smtpd[188544]: NOQUEUE: reject: RCPT from 
> wp-host1.xyz.com[4.3.2.1]: 554 5.7.1 <[email protected]>: Relay 
> access denied; from=<[email protected]> to=<[email protected]> 
> proto=ESMTP helo=<wp-host1.xyz.com>

It this is this an INTERNAL DESTINATION, add it to main.cf:relay_domains.

    relay_domains = dom-redir.it, ...

If this is an EXTERNAL DESTINATION, authorize the client with mynetworks
or with SASL authentication.

    smtpd_recipient_restrictions = 
        permit_mynetworks, permit_sasl_authenticated, ...

        Wietse
_______________________________________________
Postfix-users mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to