Search found 101 matches
- Tue Apr 28, 2020 2:52 pm
- Forum: Developers
- Topic: URL to create a new appointment
- Replies: 1
- Views: 2256
Re: URL to create a new appointment
AFAIK no, you will have to write a Zimlet that captures the params from the url and then make it jump to the create appointment.
- Tue Apr 28, 2020 2:36 pm
- Forum: Zimlets
- Topic: Attach my custom submenu in tags right-click menu
- Replies: 1
- Views: 2171
- Tue Apr 28, 2020 2:33 pm
- Forum: Developers
- Topic: Add domain identificatior in code outside email for filter spam
- Replies: 1
- Views: 1638
Re: Add domain identificatior in code outside email for filter spam
Hello, This can be done with a milter filter, you can google to find the best way to do this. One way is using python : https://github.com/Zimbra-Community/mailing-lists/tree/master/milter I suggest to test this on a test server first. If all your mail comes from the Web-UI it can also be done with ...
- Fri Apr 03, 2020 8:44 am
- Forum: Zimbra Chat
- Topic: I installed zimbra 8.8.15 latest patch and activated the license
- Replies: 3
- Views: 2710
Re: I installed zimbra 8.8.15 latest patch and activated the license
If you do not need chat, you can disable/undeploy the chat zimlet from the admin UI. Then the error goes away.
- Fri Feb 07, 2020 3:01 pm
- Forum: Zimlets
- Topic: Zimlet Publication Pending
- Replies: 5
- Views: 4687
Re: Zimlet Publication Pending
It should be published now!
- Fri Feb 07, 2020 10:24 am
- Forum: Zimlets
- Topic: Zimlet Publication Pending
- Replies: 5
- Views: 4687
Re: Zimlet Publication Pending
I will look into this.
- Fri Feb 07, 2020 10:22 am
- Forum: Zimlets
- Topic: Rocket Chat Zimlet IFrame not allowed in modern browsers
- Replies: 1
- Views: 2763
Re: Rocket Chat Zimlet IFrame not allowed in modern browsers
It is still working, but if you use different sub-domains (aka zimbra.example.com rocket.example.com) you must set the correct headers for CORS in your proxies. You may no longer be able to use X-Frame-Options. [ https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-Frame-Options | https://dev...
- Fri Feb 07, 2020 8:38 am
- Forum: Zimlets
- Topic: openPGP not working
- Replies: 2
- Views: 1954
Re: openPGP not working
I can confirm that if you open an email in a new tab, the email is not decrypted by OpenPGP Zimlet since this was never implemented. You can decrypt using the preview pane. From the mail tab. https://filesgalleryzimbracom.s3.amazonaws.com/images/195/full/2015-07-19-08-57-27_55ab6677b384c.png https:/...
- Thu Jun 20, 2019 9:43 am
- Forum: Installation and Upgrade
- Topic: 8.8.12 Patch 3 breaks inline signatures and creates multiple attachments
- Replies: 68
- Views: 39894
Re: 8.8.12 Patch 3 breaks inline signatures and creates multiple attachments
I can confirm this issue on CentOS 7 and 8.8.12.
So far none of the code patches I tried, including the one above and from git seem to work.
So far none of the code patches I tried, including the one above and from git seem to work.
- Tue Apr 09, 2019 6:23 pm
- Forum: General Questions
- Topic: How to auto reply by sender and filter
- Replies: 4
- Views: 20582
Re: How to auto reply by sender and filter
Hello All, Introducing a new Zimlet Reply by Filter . While you could always configure Zimbra filters to send automated replies over CLI using: /opt/zimbra/bin/zmmailbox -z -m account@domain.com afrl "Filter_name" active any address "to,cc" all is "alias@domain.com" rep...