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”

Leave a Reply

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <pre lang="" line="" escaped="">