Ashbc-Notes

Revision as of 00:05, 28 July 2009 by Ashbc (talk | contribs) (New page: Get Port 587 & 465 running along side Port 25 for MTA as user "zimbra" # vi /opt/zimbra/postfix/conf/master.cf.in Add under "smtp" entry line : [code] smtps inet n - n ...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Get Port 587 & 465 running along side Port 25 for MTA

as user "zimbra"

  1. vi /opt/zimbra/postfix/conf/master.cf.in

Add under "smtp" entry line : [code] smtps inet n - n - - smtpd

 -o smtpd_tls_wrappermode=yes -o smtpd_sasl_auth_enable=yes

submission inet n - n - - smtpd

 -o smtpd_etrn_restrictions=reject
 -o smtpd_enforce_tls=yes -o smtpd_sasl_auth_enable=yes

[/code]

(smtps = :587 ; submission = :465)

  1. /opt/zimbra/postfix/sbin/postfix reload
Jump to: navigation, search