I have been battling this issue for several weeks now and cant find a solution. I have enabled global domain disclaimers using the following commands:
Quote:
zmprov mcf zimbraDomainMandatoryMailSignatureEnabled TRUE/FALSE
zmprov mcf zimbraDomainMandatoryMailSignatureText "some text"
zmprov mcf zimbraDomainMandatoryMailSignatureHTML "<html><body>some body text</body></html>"
zmamavisdctl restart
|
It works on my test server, but on a production box the disclaimer is not being appended to any emails being sent by the users. So i compared all the conf files manually from both servers and nothing jumped out as obviously out of place.
Then i checked the zimbra logs and it looks like it is skipping that portion completely as shown below. As you can see on the logs from the working server. amavis caches the emails, then mangles it using altermine with the disclaimer. while the non working server skips that completely and doesnt even attempt to add the sig. If anyone has any ideas that can point me in the right direction that would be great.
partial Log from non-working server:
Quote:
Mar 15 11:08:23 zmail postfix/qmgr[25585]: 789F8A8811B: from=<scollins@cardiacall.com>, size=654, nrcpt=2 (queue active)
Mar 15 11:08:23 zmail amavis[26783]: (26783-03) ESMTP::10024 /opt/zimbra/data/amavisd/tmp/amavis-20100315T063436-26783: <scollins@cardiacall.com> -> <archive@cardiacall.com>,<sanga.collins@gmail.co m> SIZE=654 Received: from zmail.cardiacall.com ([127.0.0.1]) by localhost (zmail.cardiacall.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP; Mon, 15 Mar 2010 11:08:23 -0400 (EDT)
Mar 15 11:08:23 zmail postfix/smtpd[11215]: disconnect from zmail.cardiacall.com[172.168.9.16]
Mar 15 11:08:23 zmail amavis[26783]: (26783-03) Checking: FQIaHe3uNSCx [172.168.9.16] <scollins@cardiacall.com> -> <archive@cardiacall.com>,<sanga.collins@gmail.co m>
Mar 15 11:08:23 zmail amavis[26783]: (26783-03) Open relay? Nonlocal recips but not originating: sanga.collins@gmail.com
Mar 15 11:08:47 zmail postfix/smtpd[11227]: connect from localhost.localdomain[127.0.0.1]
Mar 15 11:
|
partial log from working server:
Quote:
Mar 15 01:44:25 localhost amavis[26715]: (26715-06) Checking: 3Ec6xQkrUPQU MYNETS [127.0.0.1] <scollins@localhost.localdomain> -> <sanga.collins@gmail.com>
Mar 15 01:44:25 localhost amavis[26715]: (26715-06) cached d41d8cd98f00b204e9800998ecf8427e from <scollins@localhost.localdomain> (0,0)
Mar 15 01:44:26 localhost amavis[26715]: (26715-06) mangling by altermime (disclaimer) done, new size: 1327, orig 647 bytes
Mar 15 01:44:26 localhost postfix/smtpd[32599]: connect from localhost.localdomain[127.0.0.1]
Mar 15 11:08:23 zmail postfix/smtpd[11215]:
|