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...)
 
m (Adding category)
Line 6: Line 6:
  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:~$ postfix reload
  zimbra@zimbra:~$ postfix reload
[[Category:Community Sandbox]]

Revision as of 22:55, 24 November 2009

= 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/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:~$ postfix reload
Jump to: navigation, search