how to setup squirrelmail web mail ================================== prerequisite: postfix / dovecot / Apache2 is up MySQL is up (if use MySQL for addressbooks) 1. install squirrelmail sudo apt-get install squirrelmail 2. configure sudo squirrelmail-configure (In Menu 4 -general settings, it is a good idea to enable option 11 (Allow server-side sorting)) 3. copy a sample apache configuration of Squirrelmail sudo cp /etc/squirrelmail/apache.conf /etc/apache2/sites-available/squirrelmail 4. enable the website of squirrelmail sudo a2ensite squirrelmail 5. sudo /etc/init.d/apache2 reload 6. test: http://www.icc-computer.com/squirrelmail