Hi Wietse!

On Sun, Oct 3, 2021 at 1:57 AM Wietse Venema <[email protected]> wrote:
>
> Shlomi Fish:
> > Oct  2 14:50:08 telaviv1 postfix/smtpd[1079717]: warning: support for
> > restriction "check_relay_domains" will be removed from Postfix; use
> > "reject_unauth_destination" instead
> > Oct  2 14:50:08 telaviv1 postfix/smtpd[1079717]: NOQUEUE: reject: RCPT
> > from unknown[127.0.0.1]: 554 5.7.1 <[email protected]>: Recipient
> > address rejected: Relay access denied; from=<[email protected]>
> > to=<[email protected]> proto=ESMTP helo=<localhost>
>
> Relay access is denied because you have
>
>     smtpd_relay_restrictions = check_relay_domains
>
> and the client hostname is unknown.
>
> Instead, use
>
>     smtpd_relay_restrictions = permit_mynetworks reject_unauth_destination
>

Thanks! This allowed postfix to accept emails and after commenting out
this line:

    # disable_dns_lookups = yes

It was able to send them to mail.shlomifish.org too.

Thanks!

>         Wietse



-- 
Shlomi Fish https://www.shlomifish.org/

Chuck Norris was challenged to fight the world, and accepted. He bet
on himself, won, and collected the bet money.

Please reply to list if it's a mailing list post - http://shlom.in/reply .

Reply via email to