Enabling SMTP over FiOS
Add the following to /etc/postfix/main.cf:
smtp_sasl_auth_enable = yes
smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd
smtp_sasl_security_options =
relayhost = [outgoing.verizon.net]
Create sasl_passwd with:
[outgoing.verizon.net] mikefischer99@verizon.net:PASSWORD_HERE
Create the hash file with “postmap sasl_passwd”Switch from sendmail to postfix with “alternatives –config mta”
Stop sendmail and start postfix with “service sendmail stop” and “service postfix start”
Posted in
Thanks for visiting! Here you'll find my blog on topics such as cancer, photography, dogs, and technology, as well as a variety of other pages and links. Click "About" from the menu above for more detail.
Subscribe by email

Recent Comments