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

No edit summary
Line 2: Line 2:
__FORCETOC__
__FORCETOC__
<div class="col-md-12 ibox-content">
<div class="col-md-12 ibox-content">
=Steps to fix NULL disclaimer on outgoing emails=
=How to fix NULL disclaimer on outgoing emails=
{{KB|{{ZC}}||||}}
<hr>
{{WIP}}
{{KB|{{ZC}}|{{ZCS 8.8}}|{{ZCS 8.7}}|{{ZCS 8.6}}|{{ZCS 8.5}}|}}  
{{WIP}}
<hr>




====Problem====
====Problem====
Getting NULL at the end of outgoing emails for those domains which are not configured with domain-disclaimer.
The outgoing emails from the domains which are not configured with domain-disclaimer contain NULL at the end of each outgoing email




====Solution====
====Solution====


Configuring ''zimbraDomainMandatoryMailSignatureEnabled=TRUE'' on Global config enables disclaimer for all domains and adds (null) as the disclaimer.
Configuring ''zimbraDomainMandatoryMailSignatureEnabled=TRUE'' at global config enables disclaimer for all domains and adds NULL as the disclaimer where ''zimbraAmavisDomainDisclaimerHTML'' and ''zimbraAmavisDomainDisclaimerText'' are still not configured.   
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.   
As a workaround to prevent adding NULL from other domain's outgoing emails, configure a blank disclaimer.   


With these steps three empty disclaimer files (.b64, .html, .txt) generats on path "/opt/zimbra/data/altermime/"  
With the steps below, three empty disclaimer files (.b64, .html, .txt) are generated in the path "/opt/zimbra/data/altermime/" :


=====Step 1=====
=====Step 1=====
Line 31: Line 31:




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





Revision as of 09:30, 20 August 2018

How to fix NULL disclaimer on outgoing emails


   KB 23305        Last updated on 2018-08-20  




0.00
(0 votes)


Problem

The outgoing emails from the domains which are not configured with domain-disclaimer contain NULL at the end of each outgoing email


Solution

Configuring zimbraDomainMandatoryMailSignatureEnabled=TRUE at 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 domain's outgoing emails, configure a blank disclaimer.

With the steps below, three empty disclaimer files (.b64, .html, .txt) are generated in the path "/opt/zimbra/data/altermime/" :

Step 1
zmprov md <OTHER-DOMAIN> zimbraAmavisDomainDisclaimerHTML ""
Step 2
zmprov md <OTHER-DOMAIN> zimbraAmavisDomainDisclaimerText ""
Step 3
./libexec/zmaltermimeconfig -e <OTHER-DOMAIN>   


Related bug - https://bugzilla.zimbra.com/show_bug.cgi?id=101069


This external link contains more information about formatting.

Submitted by: Heera Singh Koranga

Jump to: navigation, search