Yeah -
I was bangin my head for a while on that as well - BUT it's dead easy IF your running a Split DNS, which in most cases you are.
in the example:
OPTION. To ensure disclaimer is added only to outbound mail:
192.168.0.1:smtp inet n - n - - smtpd
192.168.0.2:smtp inet n - n - - smtpd
-o content_filter=dfilt:
127.0.0.1:smtp inet n - n - - smtpd
-o content_filter=dfilt:
dfilt unix - n n - - pipe
flags=Rq user=zimbra argv=/opt/zimbra/postfix/conf/disclaimer -f ${sender} -- ${recipient}
The first IP (192.168.0.1) should be the Incoming IP of the Zimbra server.
The second IP (192.168.0.2) should be the Outgoing IP of the Zimbra server.
for a SplitDNS - Incoming=outsideIP (WAN) Outgoing=inside IP (LAN)
also be aware there are 2 wiki articles and a few forum threads.
http
://wiki.zimbra.com/index.php?title=Domain_Disclaimer_Extension_Admin_ UI#Zimbra_Postfix_Configuration
is the latest - but adds a lot for the UI/LDAP which for a single domain is extra work - and it may or may not work after an upgrade.
the original wiki:
Adding a disclaimer (altermime) or footer - Zimbra :: Wiki
is slightly dated and does not mention the master.cf.in bit that is new to 5.0.13+
so read both - check both directories/scripts and permissions
Hope this helps
bobm
__________________
==============================================
Robert Masterson
bobm@windward-dev.com
US Mobile:+1 954-647-7204
-----------------------------------------------------------
If you keep trying, 'you will occasionally do
something worthwhile' - Seymour Cray
==============================================