Quote:
Originally Posted by bcnx Addresses in OpenExchange are stored as LDAP entries below the user LDAP entries. Don't know if you can point to an external LDAP for addresses in Zambra.
The biggest issue would probably be to be able to an external IMAP server.
I could simply try, but I'd hate waste a lot of time and effort to something that might not be feasable in the first place!
Bart |
Please use the search function. This topic has been covered in a lot of detail before.
Bottom line is that the front end is very tightly coupled with the back end via SOAP and JSON. It's not easy to replace the backend (you would have to emulate the entire protocol that goes back and forth) and frankly, not a good idea in general.
Zimbra uses a considerable Open Source "stack" under the Web front end to provide services, that includes mysql, lucene, httpd, tomcat, and amavisd. All of this would also have to be replicated.