add the following to the bottom of the postfix main.cf file
relayhost = smtp.host.tld
smtp_sasl_auth_enable = yes
smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd
smtp_sasl_security_options =
this is what the /etc/postfix/sasl_passwd file looks like
cat /etc/postfix/sasl_passwd
smtp.host.tld username

assword