zimbra postfix tweaks
Use postconf -e as the zimbra user to edit /opt/zimbra/postfix/conf/main.cf. These changes probably won’t stick past an update. If you edit the file instead of adding them with postconf -e they won’t stick past a zimbra restart, or config changes made from the gui.
These are intended to allow local and authenticated mail, including plaintext auth, and reject everything else.
postconf -e smtp_sasl_security_options=
postconf -e smtpd_recipient_restrictions=permit_mynetworks,permit_sasl_authenticated,reject
postconf -e smtpd_sasl_auth_enable=yes
postconf -e smtpd_tls_auth_only=no
Using postconf works better than zmlocalconfig, according to: http://wiki.zimbra.com/index.php?title=King0770-Notes-Postconf_or_localconfig