Re: Question about creating a mail server
- From: David Bailey <Newsgroups@xxxxxxxxxxxx>
- Date: Tue, 29 May 2007 08:59:50 -0000
On Mon, 28 May 2007 17:14:19 -0400, Randy Yates wrote:
<snip>
Is there a good IMAP server for linux?
Yes there are several.
Popular ones include:
Dovecot
Cyrus
University of Washington (less popular)
I'm sure there are others, but at least one of these, preferably one of
the first two should be available via your distribution's standard
repositories or install disk.
One thing to note about IMAP, is that there are two ways in which it can
store messages on the server.
mbox format. All of the messages in a "folder" are stored in one large
file concatenated together. You can't have folders and messages within a
folder. It is faster for some operations, (searching etc) and slower for
others, (deleting etc). It can have memory issues with large folders.
maildir format. Each message is stored as a separate file. You can have
folders and messages in a folder. This is more intuitive for many users.
It has the reverse performance issues of mbox. This tends to be the more
popular choice.
Overall mbox tends to be slightly simpler to setup (IME), but I think the
extra effort required for maildir is worth it.
You will want to determine which type of setup you want before you setup
your MTA / IMAP servers. AFAIK UW IMAP server doesn't support maildir,
but both Dovecot and Cyrus do.
--
Regards,
David Bailey
david _AT_ bailey dot id dot au
.
- References:
- Question about creating a mail server
- From: JT
- Re: Question about creating a mail server
- From: J.O. Aho
- Re: Question about creating a mail server
- From: Randy Yates
- Question about creating a mail server
- Prev by Date: Re: free spyware and virus checker for Linux?
- Next by Date: Re: Question about creating a mail server
- Previous by thread: Re: Question about creating a mail server
- Next by thread: Re: Question about creating a mail server
- Index(es):
Relevant Pages
|