MeneM-Notes: Difference between revisions

mNo edit summary
No edit summary
 
Line 5: Line 5:
  zimbra@zimbra:~$ postmap -q smtpauth.rollernet.us /opt/zimbra/conf/relay_password
  zimbra@zimbra:~$ postmap -q smtpauth.rollernet.us /opt/zimbra/conf/relay_password
  zimbra@zimbra:~$ postconf -e smtp_sasl_password_maps=hash:/opt/zimbra/conf/relay_password
  zimbra@zimbra:~$ postconf -e smtp_sasl_password_maps=hash:/opt/zimbra/conf/relay_password
zimbra@zimbra:~$ postconf -e smtp_sasl_security_options=noanonymous
  zimbra@zimbra:~$ postfix reload
  zimbra@zimbra:~$ postfix reload


[[Category:Community Sandbox]]
[[Category:Community Sandbox]]

Latest revision as of 09:04, 14 December 2009

= Adding authentication to outbound SMTPrelay =
zimbra@zimbra:~$ postconf -e smtp_sasl_auth_enable=yes
zimbra@zimbra:~$ echo smtpauth.rollernet.us USER:PASSWORD > /opt/zimbra/conf/relay_password
zimbra@zimbra:~$ postmap /opt/zimbra/conf/relay_password
zimbra@zimbra:~$ postmap -q smtpauth.rollernet.us /opt/zimbra/conf/relay_password
zimbra@zimbra:~$ postconf -e smtp_sasl_password_maps=hash:/opt/zimbra/conf/relay_password
zimbra@zimbra:~$ postconf -e smtp_sasl_security_options=noanonymous
zimbra@zimbra:~$ postfix reload
Jump to: navigation, search