1

Topic: Centralize email address book for iRedMail using MySQL backend

Do iRedMail have this kind of function? What 3rd party app that you all recommend?

----

Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.

2 (edited by shake 2010-01-27 15:52:42)

Re: Centralize email address book for iRedMail using MySQL backend

http://trac.roundcube.net/wiki/Plugin_Repository

Global Address Book – Adds an SQL based global address book

you can try it, but you need upgrade the roundcube to 0.3.1,

maybe you can use iredmail 0.6 beta1 for test. it  ship roundcube0.31.

3 (edited by hata_ph 2010-01-27 23:41:35)

Re: Centralize email address book for iRedMail using MySQL backend

shake wrote:

http://trac.roundcube.net/wiki/Plugin_Repository

Global Address Book – Adds an SQL based global address book

you can try it, but you need upgrade the roundcube to 0.3.1,

maybe you can use iredmail 0.6 beta1 for test. it  ship roundcube0.31.

Does it work only for roundcube webmail? How about for email app like outlook and thunderbird?
BTW, when version 6 will be anounce stable?

Just notice there is a centralize address book for LDAP backend, hope there will be available for MySQL too...

4

Re: Centralize email address book for iRedMail using MySQL backend

the address book is only for webmail.

if you want to use address book in outlook and thunderbird, you have to use ldap back end, mysql seem is impossible.

version 6 stable , need you help us test it and give the feedback.

5

Re: Centralize email address book for iRedMail using MySQL backend

shake wrote:

the address book is only for webmail.

The web mail is imap client to email system.
Outlook and alike can be configured as imap clients.

What is needed in this setup is the sharing capability of imap folders.
And the way to manage that.
Then you can have a shared address book, for clients using imap protocols, web or on the system, shoould not make a difference.

6

Re: Centralize email address book for iRedMail using MySQL backend

011 wrote:
shake wrote:

the address book is only for webmail.

The web mail is imap client to email system.
Outlook and alike can be configured as imap clients.

What is needed in this setup is the sharing capability of imap folders.
And the way to manage that.
Then you can have a shared address book, for clients using imap protocols, web or on the system, shoould not make a difference.

A how to would be great smile

7

Re: Centralize email address book for iRedMail using MySQL backend

I never needed such thing so cannot help more.

However all other collaboration suites, including Exchange, do have that capability.

So rather then reinventing wheels, see how other guys did it.
Open source projects, most of them use similar technoologies in the background, like imap and ldap protocols, to manage things that you want to have, so that is a good similarity right away.