imap

IMAP authentication

Installation
Download the latest version of mod_auth_imap:

cd /extra/src
wget http://ben.brillat.net/files/projects/mod_auth_imap2/mod_auth_imap2-current.tar.gz
tar zxf mod_auth_imap2-current.tar.gz
cd mod_auth_imap2-2.2.0

If you use Dovecot, you'll need apply a patch:

Outlook and IMAP

Add-ons for Microsoft Outlook which improves it's usage as an IMAP client.

Technology:

Shared IMAP folders

Create shared IMAP folders that multiple users can access.

http://scott.yang.id.au/2003/08/another-look-at-shared-spam-folder-under-courier-imap/
http://www.flatmtn.com/article/setting-courier-imap

Mail.app in OS X 10.3 doesn't see the Shared folders? Something with the INBOX prefix wackiness of OS X?
Thunderbird - couldn't get it to see the subfolders of a shared folder.

Technology:

Archiving

One of the problems with an IMAP server is a problem with the users - they're lazy and don't like cleaning up their mailbox. While you can specify an age in CourierIMAP for messages in the Trash, some environments just wouldn't like your server deleting messages at whim. Plus, there's some users who can't be bothered even deleting messages out of their Inbox and instead let it balloon to thousands of messages (and then whine to you when their email client slows to a snail's pace).

Archivemail is a utility for archiving and compressing old mail on your server so you can clean up space on your IMAP server without permanently deleting the messages (unless you want to). The messages are put into an mbox file that can be put on a CD/DVD or another computer. If users need to get into the archives, they can use an email client, or a program like mboxview to access their archived mail.

Dovecot

Installation
Download the latest tarball of the Dovecot source:

cd /extra/src
wget http://dovecot.org/releases/2.3/dovecot-2.3.10.tar.gz
tar zxf dovecot-2.3.10.tar.gz
cd dovecot-2.3.10

Configure Dovecot with support for vpopmail, compile and install it. If you want POP3 as well as IMAP, you need to specify it in the configure options.

./configure --with-vpopmail
make
make install

Create the necessary users and group for Dovecot to run as:

groupadd dovecot
useradd -g dovecot -s /bin/false -c "Dovecot Mail Server" dovecot

Technology:

Courier-IMAP

Courier-IMAP is a fast, scalable, enterprise IMAP server that uses Maildirs. Many E-mail service providers use Courier-IMAP to easy handle hundreds of thousands of mail accounts.

Prerequisites
Courier installation requires the gdbm development tools:

yum -y install gdbm-devel

Courier-Authlib
The Courier authentication library provides authentication services for the Courier programs which we'll be using on our server to provide IMAP and POP3 on the mail server. While it does support system passwords, LDAP, and MySQL, we'll be using authvchkpw to integrate it with vpopmail.

Download the latest tarball:

cd /extra/src

Technology:

IMAP and POP3

What good is a mail server if users can't get mail off it? There are a couple of good options for providing IMAP and POP3 services to your server.

The usual option has been the Courier-IMAP but there are also now instructions for installing an alternate IMAP server: Dovecot.

Technology:

Subscribe to RSS - imap

Recent Updates

  • 2 years 3 months ago
  • 2 years 3 months ago
  • 2 years 3 months ago
    php 8.x
  • 2 years 3 months ago
    10.6.7
  • 2 years 3 months ago
    Drop Centos 5/6 stuff