RE: Exchange Server for Linux?



IMAP is a protocol between the server and the client. It does not describe
how the data(e-mails) should be stored. most of the IMAP implementations use
filesystems and /var/mail/queue/ to store the data. I think a database is
more efficient to store e-mails. The other advantage is that you can search
through e-mail with SQL.

I have seen some move from MS, to use the Exchange2000 database as the new
NT filesystem.

All in all, you can also have an IMAP protocol plugged on the database for
clients that speaks IMAP or POP only.

Franck Martin
Network and Database Development Officer
SOPAC South Pacific Applied Geoscience Commission
Fiji
E-mail: franck sopac org <mailto:franck sopac org> 
Web site: http://www.sopac.org/ <http://www.sopac.org/> 
Support FMaps: http://fmaps.sourceforge.net/ <http://fmaps.sourceforge.net/>


This e-mail is intended for its addresses only. Do not forward this e-mail
without approval. The views expressed in this e-mail may not be necessarily
the views of SOPAC.



-----Original Message-----
From: Pawel Salek [mailto:pawsa TheoChem kth se]
Sent: Wednesday, 31 January 2001 8:15 
To: k_wayne linuxpower org
Cc: Franck Martin; gnome-devel-list gnome org
Subject: Re: Exchange Server for Linux?



On 2001-01-31 04:23 k_wayne linuxpower org wrote:
> > Now this is what I think...
> > Instead of Using MySQL which I think does not have good
> authentication and
> > capabilities (no flame war please), you can use PostgreSQL. Then
> instead of
> > reading the mail directly from the table you use a view to show only
> the
> > mail pertaining to an authenticated user.

Instead of using full-blown SQL databases for mail server, why not use
IMAP server which has been designed to do mailbox serving? This has an
advantage of interoperability with other clients.

/Pawel
-- 
Pawel Salek (pawsa theochem kth se) http://www.theochem.kth.se/~pawsa/
Theoretical Chemistry Division, KTH voice: +46 8 790-8202




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]