The RMail for Zimbra integration allows Zimbra users to send Registered Email messages from their Zimbra platform via the RMail service. Users can send Registered Email messages as either Marked or Unmarked, based on user needs. This integration offers advanced features such as Encryption, File Share, E-Sign, and SideNote, providing secure, compliant, and efficient email communication.
This article includes the following topics:
Pre-requisites
- An RMail account.
- A Zimbra account with administrator permission.
Initial Setup
Note: Ensure your RMail account is fully configured before proceeding. Only Zimbra administrators can perform the following steps:
1. Access the server command line where Zimbra is installed to install the RMail Zimlet.
2. Run the following commands:
cd /tmp
wget --no-cache https://github.com/Zimbra-Community/rmail/releases/download/0.3.5/com_rpost_rmail.zip -O /tmp/com_rpost_rmail.zip
su zimbra
zmprov mcf +zimbraCustomMimeHeaderNameAllowed X-RPost-Type
zmprov mcf +zimbraCustomMimeHeaderNameAllowed X-RPost-App
zmprov mcf +zimbraCustomMimeHeaderNameAllowed X-RPost-TLS
zmprov mcf +zimbraCustomMimeHeaderNameAllowed X-RPost-SecuRmail
zmprov mcf +zimbraCustomMimeHeaderNameAllowed X-RPost-SecuRmail-AutoPassword
zmprov mcf +zimbraCustomMimeHeaderNameAllowed X-RPost-SendPassword
zmprov mcf +zimbraCustomMimeHeaderNameAllowed X-RPost-Esign
zmprov mcf +zimbraCustomMimeHeaderNameAllowed X-RPost-Sidenote-Text
zmprov mcf +zimbraCustomMimeHeaderNameAllowed X-RPost-Sidenote-Bcc
zmprov mcf +zimbraCustomMimeHeaderNameAllowed X-RPost-Sidenote-Cc
zmprov mcf +zimbraCustomMimeHeaderNameAllowed X-RPost-LargeMail
cd /tmp
zmzimletctl deploy com_rpost_rmail.zip
3. Run the following commands to allow Encrypted PDF attachments:
su zimbra
zmprov mcf zimbraVirusBlockEncryptedArchive FALSE
zmclamdctl restart
Once completed, the integration is ready for use. Zimbra users can now access RMail features directly within their email platform.
For further information, please refer to the following installation guide: https://github.com/Zimbra-Community/rmail/tree/master
Please refer to this article to learn how to use the RMail for Zimbra integration.