Welcome to the forums,
Quote:
Originally Posted by jjoracle Now I'm testing and want to implement Mail Hosting system and I want to use Zimbra product as webmail and groupware system. But I have an external LDAP. |
You can use it as a global address list (GAL) & authenticate against this external ldap if you wish.
LDAP Authentication - Zimbra :: Wiki (There's a nice wizard in the admin console gui to help take care of this.)
Quote:
Originally Posted by jjoracle How can I implement zimbra to work as webmail ?
Can I install only some part of zimbra to work as webmail only?
Does zimbra has to download all mail for users to access?
Because I have and POP server to keep mail for customers already. |
It's not very easy to separate out 'just the web-client.'
Zimbra is an email-server uses it's own customized instances of a serious collection of software packages - OpenLDAP, MySQL, Apache, Tomcat, Jetty(5.0), Postfix, Lucene, Verity, ClamAV, SpamAssassin, DSPAM (though off by default) AMaViS/Amavisd-new, Aspell, James/Sieve, Perdition, NGINX(5.0), etc.
A blog article that discusses this:
/blog/archives/2006/08/ajax_innovation.html
However you could imapsync or use webmin and fetchmail setups to grab the mail from your current solution (search the forums and you'll find tidbits).
Or a really strange setup (& you wouldn't have much control over it unless you configured them, then locked down the preferences tab) would be to have them create external IMAP/POP accounts in the zimbra web-client... (external pop in 4.5, external POP & IMAP is available in 5.0)
Though honestly you'll find the experience much better if you're just on one 'mailserver platform' and use zimbra for everything web-client, IMAP, & POP access...
If you currently use a hosting panel where they have control of their accounts you could use delegated/domain admins available in the NE edition or make your own portal.
Compare ZCS Editions Check out some of the soap docs here:
SourceForge.net Repository - [zimbra] Index of /trunk/ZimbraServer/docs
Because you probably won't do them 'all at once':
Split Domain - Zimbra :: Wiki
(You could also use a proxy and flip people over using a back-end ldap value to determine which box they connect to (old pop or new pop).
User Migration - Zimbra :: Wiki NE Trial
Docs:
/products/documentation.html
FOSS