View Single Post
  #3 (permalink)  
Old 10-17-2005, 11:16 AM
marcmac marcmac is offline
Zimbra Employee
 
Posts: 2,103
Default 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.
Reply With Quote