|
||||||||||||||||||||||||
Part
12 - Installing Courier IMAP & IMAP SSL |
||||||||||||||||||||||||
Now that you have Qmail up and running, we're going to add a few extras onto it. For starters, we're going to install Courier IMAP & IMAP SSL. This will, obviously, enable IMAP connections to the mail server and it is a necessary ingredient for most popular web based mail clients such as Horde, SQwebmail and Squirrelmail. Courier IMAP is the preferred IMAP server to install because it has built in support the vchkpw mail user setup that Vpopmail utilizes. In short, Courier IMAP works with Vpopmail and virtual domains. So let's install it.... apt-get install courier-imap-ssl Note 1: You may get a message stating that imap is already installed. I like to be safe, so on my Debian box I uninstalled imap with the command "apt-get remove courier-imap-ssl" and then reinstalled it with the above command Note 2: You may get asked if you want a bunch of dependencies installed. Just answer yes (Y). cd /etc/courier vi imapd change AUTHMODULES="authdaemon to AUTHMODULES="authvchkpw" change AUTHMODULES_ORIG="authdaemon" to AUTHMODULES_ORIG="authvchkpw" vi imapd-ssl make sure IMAPDSSLSTART=YES Save and exit.
Now let's restart all the IMAP related services... cd /etc/init.d ./courier-imap stop ./courier-imap start If you've got "nmap" installed, run the command "nmap localhost". You should see both 143 and 993 now open and listening. Now let's test it... telnet localhost 143 Trying 192.168.1.10... Hint: The "a" that you see before my login commands is required. If you were able to log in , as in the example above, you're all set. IMAP is installed!
|
||||||||||||||||||||||||
|
||||||||||||||||||||||||
home | about | the installation | utilities | faq | contact | journal | mailing list | list archive | forum | links | donate | merchandise |
||||||||||||||||||||||||
This mirror last modified:
Thursday, August 9th, 2012 15:58:48 CEST
|
||||||||||||||||||||||||