Matus UHLAR - fantomas: > >Apr 22 13:40:13 hostname postfix/submission/smtpd[34144]: NOQUEUE: > >reject: RCPT from Connecting-Host-and-IP: 554 5.7.1 <em...@gmail.com>: > >Relay access denied; from=<testu...@domain.com> to=<em...@gmail.com> > >proto=ESMTP helo=<[192.168.1.107]> > > this does not look like HELO rejection.
I agree, and I wrote Postfix. If Postfix had rejected HELO then it would say: reject: ... 554 5.7.1 <[192.168.1.107]>: Helo command rejected Instead it says: reject: ... 554 5.7.1 <em...@gmail.com>: Relay access denied Meaning the client was blocked with reject_unauth_destination, presumably because the client did not authenticate with SASL. Wietse