Steps to fix NULL disclaimer on outgoing emails: Difference between revisions

(Created page with "===<h1>Steps to fix NULL disclaimer on outgoing emails</h1>=== <hr> <br> <h2>Problem:</h2> Getting NULL at the end of outgoing emails for those domains which are not configur...")
 
No edit summary
Line 21: Line 21:




We have an existing bug for this issue - https://bugzilla.zimbra.com/show_bug.cgi?id=101069
Reported bug for this issue - https://bugzilla.zimbra.com/show_bug.cgi?id=101069




Heera Singh Koranga


"Heera Singh" <hsingh@zimbra.com>
 
Submitted by:  Heera Singh Koranga

Revision as of 09:13, 21 August 2017

Steps to fix NULL disclaimer on outgoing emails



Problem:

Getting NULL at the end of outgoing emails for those domains which are not configured with domain-disclaimer.

Solution:

Configuring zimbraDomainMandatoryMailSignatureEnabled=TRUE on Global config enables disclaimer for all domains and adds (null) as the disclaimer.

Where zimbraAmavisDomainDisclaimerHTML and zimbraAmavisDomainDisclaimerText are still not configured.

As a workaround to prevent adding (null) from other domains' outgoing emails we need to configured blank disclaimer.

With these steps three empty disclaimer files (.b64, .html, .txt) generats on path "/opt/zimbra/data/altermime/"

zmprov md <OTHER-DOMAIN> zimbraAmavisDomainDisclaimerHTML ""
zmprov md <OTHER-DOMAIN> zimbraAmavisDomainDisclaimerText ""
./libexec/zmaltermimeconfig -e <OTHER-DOMAIN>   


Reported bug for this issue - https://bugzilla.zimbra.com/show_bug.cgi?id=101069



Submitted by: Heera Singh Koranga

Jump to: navigation, search