This is a bug This is a bug in our postfix config, which we just fixed - the change to make is to /opt/zimbra/postfix/conf/master.cf:
The last line (under 127.0.0.1:10025 inet n - n - - smtpd) should be changed from:
-o receive_override_options=no_header_body_checks,no_ unknown_recipient_checks
to
-o receive_override_options=no_header_body_checks,no_ unknown_recipient_checks
,no_address_mappings
NOTE: these are all one line, and the indentation is important.
After you make the change, restart postfix. |