On 24.06.21 16:55, Matus UHLAR - fantomas wrote:
post 25 is the default. You can configure alternative port by using:

"port 25"

relayhost = [mail.'external host']:587
http://www.postfix.org/postconf.5.html#relayhost

and apparently configure SMTP Authentication by using:

smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd
smtp_sasl_auth_enable = yes
smtp_sasl_tls_security_options = noanonymous
smtp_tls_security_level=encrypt

and put '[mail.'external host'] user:password'

sorry, this had to be:

[mail.'external host']:587        user:password

(removed apostrophes and added :port)

into /etc/postfix/sasl_passwd
http://www.postfix.org/postconf.5.html#smtp_sasl_password_maps

--
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 just got lost in thought. It was unfamiliar territory.

Reply via email to