Install Webmail
What is SquirrelMail / WebMail?
SquirrelMail is a standards-based webmail package written in PHP. It includes built-in pure PHP support for the IMAP and SMTP protocols, and all pages render in pure HTML 4.0 (with no JavaScript required) for maximum compatibility across browsers. It has very few requirements and is very easy to configure and install. SquirrelMail has all the functionality you would want from an email client, including strong MIME support, address books, and folder manipulation.
Extract SquirrelMail
cd /root/postfixrocks
tar -zxvf squirrelmail-1.4.20.tar.gz
mv squirrelmail-1.4.20 /var/www/html/webmail
Configure SquirrelMail
cd /var/www/html/webmail/config
./conf.pl
You will see a screen like below :
SquirrelMail Configuration : Read: config.php (1.4.0)
---------------------------------------------------------
Main Menu --
1. Organization Preferences
2. Server Settings
3. Folder Defaults
4. General Options
5. Themes
6. Address Books
7. Message of the Day (MOTD)
8. Plugins
9. Database
10. Languages
D. Set pre-defined settings for specific IMAP servers
C Turn color on
S Save data
Q Quit
Command >>
Type "2" for Server Settings
Type "A" for Update IMAP Settings
Type "6" for Authentication type
Try to detect supported mechanisms? [y/N]:Y
login, cram-md5, or digest-md5 [login]: <Press Enter> or Type "login"
Type "8" for Server software
Type courier and <Press Enter>
Type "s" for save config
Type "q" for quit the webmail config
Access SquirrelMail / Webmail
You can access your webmail from this URL below :
http://<youripaddress>/webmail