Dovecot POP3/IMAP Server Setup Howto for RHEL/CentOS 5
Dovecot: Dovecot is an open source IMAP and POP3 email server for Linux/UNIX-like systems, written with security primarily in mind. Dovecot is an excellent choice for both small and large installations. It's fast, simple to set up, requires no special administration and it uses very little memory . Install Dovecot: Installing and setting up Dovecot in Red Hat Enterprise Linux 5 or CentOS 5 is easy. All we have to do is to enable the services we would like to provide and we are good to go. Make the use of yum or download dovecot and install it. Here I have installed it using yum. i.e use # yum install dovecot Configure Postfix: Go to the main configuration file dovecot.conf in /etc/dovecot.conf . We need to change a few key items. Find the following keys and change its values as follows protocols = pop3 pop3s imap imaps mail_location = maildir:~/Maildir/ pop3_uidl_format = %08Xu%08Xv imap_client_workarou...