Difference between revisions of "CentOS 7.x Zimbra allow encrypted attachments"
(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 |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
[[Main Page|Home]] > [[CentOS]] > [[CentOS 7.x]] > [[CentOS 7.x email configuration|Email configuration]] > [[CentOS 7.x Zimbra configuration|Zimbra configuration]] > [[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 | 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 | ||
Line 23: | Line 22: | ||
[[Main Page|Home]] > [[CentOS]] > [[CentOS 7.x]] > [[CentOS 7.x email configuration|Email configuration]] > [[CentOS 7.x Zimbra configuration|Zimbra configuration]] > [[CentOS 7.x Zimbra allow encrypted attachments]] |
Latest revision as of 15:53, 28 August 2022
Home > CentOS > CentOS 7.x > Email configuration > Zimbra configuration > 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:
Home > CentOS > CentOS 7.x > Email configuration > Zimbra configuration > CentOS 7.x Zimbra allow encrypted attachments