Previous Section
 < Day Day Up > 
Next Section


IMAP

The Internet Mail Access Protocol (IMAP) allows a remote server to hold mail for users who can then log in to access their mail. Unlike the POP servers, IMAP servers retain user mail messages. Users can even save their mail on the IMAP mail server. This has the advantage of keeping a user's mail in one centralized location accessible anywhere on the network. Users can log in to the mail server from any host on the network and read, send, and save their mail. This interactive connection requires more connect time than the POP protocol and is best suited to an Ethernet LAN where users are always connected, rather than dial-up access through a modem.

Unlike POP, IMAP allows users to set up multiple folders on their mail server in which they can organize their mail. IMAP also supports the use of shared folders to which several users can access mail on a given topic.

The University of Washington IMAP server is included with the Red Hat distributions. Other IMAP servers are also available such as Courier-IMAP server (www.courier-mta.org) and the Cyrus IMAP server (asg.web.cmu.edu/cyrus). Courier-IMAP is a small, fast IMAP server that provides extensive authentication support including LDAP and PAM. Cyrus IMAP servers feature security controls and authentication. The Washington IMAP, Courier-IMAP, and Cyrus IMAP servers all support SSL, as described earlier for the POP server. The name of the University of Washington IMAP server daemon is imapd. On Red Hat, there is a file called imap in the /etc/xinetd.d directory. You turn it on or off with the chkconfig command.



Previous Section
 < Day Day Up > 
Next Section
This HTML Help has been published using the chm2web software.