[SOLVED] Outgoing Header Address Masquerading I have 5.0.4 running on Fedora 7 and I need to hide all internal host names and IP's in all outgoing mail messages for security reasons.
Traditionally in postfix to do Address masquerading you would use the following entry in main.cf :
masquerade_domains = example.com
This would strip foo.example.com to example.com.
How do we do it in Zimbra 5?
Thanks. |