Difference between revisions of "CentOS 7.x Zimbra allow encrypted attachments"

From Notes_Wiki
(Created page with "<yambe:breadcrumb>CentOS_7.x_Zimbra_configuration|Zimbra configuration</yambe:breadcrumb> =CentOS 7.x Zimbra allow encrypted attachments= By default Zimbra might block encryp...")
 
m
Line 1: Line 1:
<yambe:breadcrumb>CentOS_7.x_Zimbra_configuration|Zimbra configuration</yambe:breadcrumb>
<yambe:breadcrumb self="Zimbra allow encrypted attachments">CentOS_7.x_Zimbra_configuration|Zimbra configuration</yambe:breadcrumb>
=CentOS 7.x Zimbra allow encrypted attachments=
=CentOS 7.x Zimbra allow encrypted attachments=



Revision as of 12:33, 2 April 2019

<yambe:breadcrumb self="Zimbra allow encrypted attachments">CentOS_7.x_Zimbra_configuration|Zimbra configuration</yambe:breadcrumb>

CentOS 7.x Zimbra allow encrypted attachments

By default Zimbra might block encrypted attachments including encrypted PDF files. Now many banks send statements as password-protected pdf files and such files will not get delivered by default. To allow encrypted / password-protected pdf files to be sent/received use Zimbra admin interface and go to Configure -> Global Settings -> AS/AV and uncheck "Block encrypted archives". Click save. Then run following as Zimbra user for settings to take effect

  zmamavisdctl restart

The same can be validated using command line using:

  zmprov gcf zimbraVirusBlockEncryptedArchive


If you want to change settings directly on command-line instead of using Admin Web UI use:

  zmprov mcf zimbraVirusBlockEncryptedArchive FALSE
  zmamavisdctl restart

Refer:


<yambe:breadcrumb>CentOS_7.x_Zimbra_configuration|Zimbra configuration</yambe:breadcrumb>