Ruben Safir:
> I get this when sending email to the new domain
>
> 2018-06-20T12:10:14.319765-04:00 www2 postfix/smtpd[13841]: NOQUEUE:
> reject: RCPT from l2mail1.panix.com[166.84.1.75]: 454 4.7.1
> <[email protected]>: Relay access denied;
> from=<[email protected]> to=<[email protected]> proto=ESMTP
> helo=<l2mail1.panix.com>
Relay control is specified with smtpd_recipient_restrictions or
smtpd_relay_restrictions. Looks like you would need to set
smtpd_relay_restrictions to empty:
/etc/postfix/main.cf:
smtpd_relay_restrictions=
Wietse