I know the AV/AS program can hook to postfix to perform real-time message scan, but is there any API exposed for other program to scan messages in the message store and take appropriate actions?
I know the AV/AS program can hook to postfix to perform real-time message scan, but is there any API exposed for other program to scan messages in the message store and take appropriate actions?
I hope i am not confescating your topic, but i am interested in the same thing. I would like to share my email (or contacts or tasks for that matter) from zimbra to an external application. This could be achieved by scanning the mails but preferably we would like zimbra to send a notification on change of the contacts. Without the user logging in to the webclient. Is this possible and if so, what would be the best way to achieve this?
Yes, I can scan the files directly, but if I take action on the file (like tag, quarantine, delete, etc), it will be inconsistent with its meta data that stored in db.
I'm evaluating zimbra to see if it's possible to develop a scan program for zimbra, which will include the functionality to scan messages in the store, so I would like to know if zimbra has any API that allow 3rd party program to take action on the messages in the store, just like the VSAPI in MS Exchange.
What about using REST (ZCS 6.0:Zimbra REST API Reference - Zimbra :: Wiki , never used it) or using IMAP (e.g. via perl and Mail::IMAPClient, which I know to work)
How special is the admin user? And as I know, imapsync also needs the passwords to import user from other IMAP server, see the following command I copied from zimbra wiki:
perl imapsync --buffersize 8192000 --nosyncacls --subscribe --syncinternaldates \
--host1 kerio.host.com --user1 user@host.com --password1 keriopasswd --sep1 "/" --prefix1 "" \
--host2 zimbra.host.com --user2 user@host.com --password2 zimbrapasswd
There are currently 1 users browsing this thread. (0 members and 1 guests)