Ruben Safir:
> On Wed, Jun 20, 2018 at 12:23:54PM -0400, Wietse Venema wrote:
> > 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
>
>
>
> I added the domain to mydestinations variable, but this might not be the
> best idea. It lets me pass through the domain and accept it, but it
> doesn't permit me to assign certain users for that domain specifically
If the destination is remote, don't put it in mydestination.
Your mail is blocked by smtpd_relay_restrictions. If you don't
want my advice, good luck.
Wietse