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

No edit summary
No edit summary
Line 1: Line 1:
===<h1>Steps to fix NULL disclaimer on outgoing emails</h1>===
{{BC|Certified}}
<hr>
__FORCETOC__
<br>
<div class="col-md-12 ibox-content">
=Steps to fix NULL disclaimer on outgoing emails=
{{WIP}}


<h2>Problem:</h2>
 
====Problem====
Getting NULL at the end of outgoing emails for those domains which are not configured with domain-disclaimer.
Getting NULL at the end of outgoing emails for those domains which are not configured with domain-disclaimer.


<h2>Solution:</h2>
 
====Solution====


Configuring ''zimbraDomainMandatoryMailSignatureEnabled=TRUE'' on Global config enables disclaimer for all domains and adds (null) as the disclaimer.
Configuring ''zimbraDomainMandatoryMailSignatureEnabled=TRUE'' on Global config enables disclaimer for all domains and adds (null) as the disclaimer.
Line 16: Line 20:
With these steps three empty disclaimer files (.b64, .html, .txt) generats on path "/opt/zimbra/data/altermime/"  
With these steps three empty disclaimer files (.b64, .html, .txt) generats on path "/opt/zimbra/data/altermime/"  


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


Line 25: Line 34:




This [https://www.mediawiki.org/wiki/Help:Formatting external link] contains more information about formatting.


Submitted by:  Heera Singh Koranga
Submitted by:  Heera Singh Koranga

Revision as of 00:14, 31 July 2018

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/"

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


Reported bug for this issue - 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