View Single Post
  #2 (permalink)  
Old 04-12-2008, 10:39 PM
uxbod uxbod is offline
Moderator
 
Posts: 7,911
Default

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"
__________________
Reply With Quote