MeneM-Notes: Difference between revisions

(New page: = Adding authentication to outbound SMTPrelay = zimbra@zimbra:~$ postconf -e smtp_sasl_auth_enable=yes zimbra@zimbra:~$ echo smtpauth.rollernet.us maasmartin:iUs34Laj > /opt/zimbra/conf...)
 
No edit summary
 
(3 intermediate revisions by 2 users 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:iUs34Laj > /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]]

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