Welcome to the forums.
Quote:
Originally Posted by ralph How do i configure my Zimbra 4.5 smtp to run at additional port 587? * RFC 2476 |
You should find the following lines in the /opt/zimbra/postfix/conf/master.cf:
Code:
#submission inet n - n - - smtpd
# -o smtpd_etrn_restrictions=reject
# -o smtpd_client_restrictions=permit_sasl_authenticated,reject
uncomment them (maintaining the white space at the beginning of lines two & three) then restart postfix. You'll need to make this modification after each upgrade of Zimbra. There's also an RFE in
bugzilla for this feature to persist and be enabled by default, search and vote for it.
You should also upgrade to the most recent ZImbra release.