On 10.09.23 10:38, François Patte via Postfix-users wrote:
relayhost = [smtp.myfai.fqdn]:465

smtp_sasl_auth_enable = yes
smtp_sasl_mechanism_filter = login
smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd

what is on your /etc/postfix/sasl_passwd ? It should be

[smtp.myfai.fqdn]:465   <login>:<password>

and now, if I try to send a mail the maillog says:

Sep 10 08:31:30 pingala postfix/smtp[216476]: 9A2ECB6DCF: SASL
authentication failed; server smtp.myfai.fqdn[x.x.x.x] said: 535
Authentication credentials invalid

Sep 10 08:31:30 pingala postfix/smtp[216476]: 9A2ECB6DCF:
to=<my-email-address>, relay=smtp.myfai.fqdn[x.x.x.x]:465, delay=0.32,
delays=0.03/0.06/0.24/0, dsn=4.0.0, status=deferred (SASL authentication
failed; server smtp.myfai.fqdn[x.x.x.x] said: 535 Authentication
credentials invalid)

It seems that the connection with the relay host is opened but why are
the credential rejected? These credentials work perfecctly if I use ssmtp!

perhaps they are incorrectly entered?
Perhaps you forgot to use run "postmap /etc/postfix/sasl_passwd"
after change?

--
Matus UHLAR - fantomas, uh...@fantomas.sk ; http://www.fantomas.sk/
Warning: I wish NOT to receive e-mail advertising to this address.
Varovanie: na tuto adresu chcem NEDOSTAVAT akukolvek reklamnu postu.
I drive way too fast to worry about cholesterol.
_______________________________________________
Postfix-users mailing list -- postfix-users@postfix.org
To unsubscribe send an email to postfix-users-le...@postfix.org

Reply via email to