Configuring postfix for email relay
Jump to navigation
Jump to search
In main.cf add the following:
relayhost = <your relay host>:587 smtp_use_tls = yes smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd smtp_sasl_auth_enable = yes smtp_sasl_security_options =
in sasl_passwd
<your relay host>:587 username:password
Don't forget to postmap the sasl_passwd