index Previous Next



Install the squirrelmail with yum or download the source from
http://squirrelmail.org, and put in your web server root
direcotry, and add a link in your index.html like:
http://localhost/squirrelmail/src/login.php
Change the owner of squirrelmail root dir to the www-data:
#chown -R www-data:www-data squirrelmail
To configure the squirrelmail for your current domain and debian system open the squirrelmail
root dir /squirrelmail/config
and run the config.pl.
from the Server Settings change your Domain to example.net,
then for TLS select the A. Update IMAP Settings select the 5. IMAP Port
and change your imap
port to 993 which is the ssl port,
then select the 7. Secure IMAP (TLS) and change to True by selecting the
y,
then select the 8. Server software and select the imap server uw.
In the "4. General Options" in the "1. Data Directory" and "2. Attachment Directory" give the
relative path to data and atache dirs from the config dir like:
../data/
../attach/
with the incorrect path you will get the error that data is not writtable.
Save the changes and exit.
