HTML Signature exceeds maximum length of 10,240: Difference between revisions

Line 7: Line 7:
<hr>
<hr>
<br>
<br>
<h2>Problem:</h2>


== Problem: ==
== Problem: ==

Revision as of 07:57, 20 August 2018

Error - HTML Signature exceeds maximum length of 10,240 while creating an HTML signature


   KB 23399        Last updated on 2018-08-20  




0.00
(0 votes)


Problem:

Error - 'HTML Signature exceeds maximum length of 10,240 (it includes the html tags)' is observed while creating an HTML signature from webmail preferences

98496255.png


Solution:

The default size of signature is controlled by account/cos attribute zimbraMailSignatureMaxLength. COS default is 10240. To fix the error above, increase the allowed size of zimbraMailSignatureMaxLength attribute from 10240.

To increase mail signature length from admin console, go to -

Home >> Configure >> Class of Service >> <Select COS Here> >> Preferences

442318.23000000004.png

From CLI -

  • At COS level:
zmprov mc COS_NAME zimbraMailSignatureMaxLength 0 
  • At account level:
zmprov ma username@domain.com zimbraMailSignatureMaxLength 0

0 means unlimited, and default size is 10240



Submitted by: Sourabh Bhushan

Jump to: navigation, search