View Single Post
  #3 (permalink)  
Old 04-13-2008, 08:30 AM
mlpw mlpw is offline
Junior Member
 
Posts: 6
Default

Quote:
Originally Posted by uxbod View Post
Welcome to the forums

If you wish to change the settings without performing a full ZCS restart then you can do :-
Code:
su - zimbra
postconf -e masquerade_domains="example.domain.com domain.com"
zmmtactl reload
this will not be persistent across restarts so for that you will need
Code:
su - zimbra
zmlocalconfig -e postfix_masquerade_domains="example.domain.com domain.com"
I had previously tried editing /opt/zimbra/postfix/conf/main.cf and added
Code:
masquerade_domains="domain.com"
Neither what I did or your suggestion works as I am still seeing this in the outgoing message header:

Received: from host.zone.domain.com (host.zone.domain.com [192.168.20.2]) by zimbra.domain.com (Postfix) with ESMTP id 5870116BD472 for ; Sun, 13 Apr 2008 09:04:22 -0400 (EDT)

I don't want the header to show the host, zone or IP information. The header should look like this:

Received: by zimbra.domain.com (Postfix) with ESMTP id 5870116BD472 for ; Sun, 13 Apr 2008 09:04:22 -0400 (EDT)

Any other ideas.
Reply With Quote