Some Linux Tips




LINKS

Fedora For Newbies
awardspace.com "free webhost"
drivehq.com "free storage"
spideroak.com "free storage"
dnsexit dynamic dns server
freedns.afraid dynamic dns server
dns.he.net dynamic dns server




index   Previous   Next


Install the squirrelmail with aptitude 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 debian 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.
The debian installer install the squirrelmail to the /usr/share/squirrelmail, to access this make changes to the
usr/share/squirrelmail/config/apache.conf for your web server and then copy to the /etc/apache2/conf.d and make a
semi-link as:

#ln -s /etc/squirrelmail/apache.conf /etc/apache2/conf.d/squirrelmail.conf

Alternatively, you could also 'Include' the configuration file in the relevant apache configuration file(s).
Now you can access the squirrelmail from:

http://wemail.example.net

You can install the other plugins for the squirrelmail.
Download the squirrelmail apache.conf