MeneM-Notes: Difference between revisions

No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
  = Adding authentication to outbound SMTPrelay =
  = Adding authentication to outbound SMTPrelay =
  zimbra@zimbra:~$ postconf -e smtp_sasl_auth_enable=yes
  zimbra@zimbra:~$ postconf -e smtp_sasl_auth_enable=yes
  zimbra@zimbra:~$ echo smtpauth.rollernet.us maasmartin:******* > /opt/zimbra/conf/relay_password
  zimbra@zimbra:~$ echo smtpauth.rollernet.us USER:PASSWORD > /opt/zimbra/conf/relay_password
  zimbra@zimbra:~$ postmap /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:~$ 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