CentOS 7.x Zimbra allow encrypted attachments

From Notes_Wiki
Revision as of 12:32, 2 April 2019 by Saurabh (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

<yambe:breadcrumb>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>