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 <shlo...@gmail.com>: Recipient > address rejected: Relay access denied; from=<shlo...@shlomifish.org> > to=<shlo...@gmail.com> 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 Wietse