Zimbra Postfix can be configured to use Postfwd. Postfwd can be seen as a firewall for Postfix and it allows the creation of rulesets to implement email restrictions. A new Admin UI Zimlet and extension leverage Postfwd to configure per user attachment size limits. More information and download is available on the Per user attachment […]
Archive | Zimlets
Image in email signature Zimlet
A new Zimlet is released that adds a button in the compose field in Settings->Signatures which allows the user to add images in email signatures. You can download the Image in E-mail Zimlet via the Zimlet Gallery and then deploy it as usual with zmzimletctl deploy zimbra-zimlet-signature-image.zip
Introducing Zimbra Microsoft Teams integration
Teams Power is an integration with Zimbra and Teams and is provided via Innovazionedigitale. With this integration customers using Outlook with a 365 subscription can use Teams from both the Zimbra calendar and Microsoft Outlook. The integration is available for Zimbra Classic and Modern UI on Zimbra 8 and above. More information on this Zimlet […]
How to write to log files from a Zimbra Extension
In MyTest.java you can find some examples of how to write to the Zimbra log files. The most common ones are: ZimbraLog.extensions.info(“this is an info message that will show up in /opt/zimbra/log/mailbox.log”); ZimbraLog.extensions.error(“this is an error message that will show up in /opt/zimbra/log/mailbox.log”); To see the logging in action run a tail on the log […]
How to use DOMPurify in your Zimlet for XSS sanitizing
Cross-Site Scripting (XSS) attacks are a type of injection attack, in which malicious scripts are injected into otherwise benign and trusted websites. In case you are developing a Zimlet you should not trust any form of user input. If you integrate 3rd party services via your Zimlet, you probably also want to sanitize any data […]
Introducing Email Reminder Zimlet
With the Email Reminder Zimlet you can create a calendar reminder based on an email message. Just click the Create Reminder menu option and pick a date. Zimbra will send you an email reminder and show a pop-up to remind you! Interested in this Zimlet? https://github.com/Zimbra/zimbra-zimlet-email-reminder https://gallery.zetalliance.org/extend/items/view/email-reminder