Wietse Venema: > > >> Feb 24 07:57:02 pepino postfix/smtps/smtpd[7383]: NOQUEUE: reject: RCPT > > >> from localhost[127.0.0.1]: 554 5.7.1 <localhost[127.0.0.1]>: Client host > > >> rejec$ > > > > 08:41:10] SMTP> RCPT TO:<soyd...@gmail.com> > > [08:41:10] SMTP< 554 5.7.1 <localhost[127.0.0.1]>: Client host rejected: > > Access denied > > The 'smtps' service (defined in master.cf) requires SASL authentication.
But the error message (Client host rejected) is not what I would expect if the client is blocked with master.cf configuration like this: smtps inet n - n - - smtpd -o syslog_name=postfix/smtps ... -o smtpd_relay_restrictions=permit_sasl_authenticated,reject ... Can you email the output from these commands: postconf -n | grep 'smtpd.*restrictions' postconf -Mf smtps/inet > Why is the client using the smtps service? The 'smtps' and 'submission' > services are primarily for mail user agents. Wietse