Hi All
Firstly thank you Robilaur for this great post, I have been trying for a while to sort this. I hope you do not mind but may I make some additions to your post that may help others that are trying to achieve this and also enable Squirrelmail over HTTPS.
firstly I have posted my system spec so that if any one has similar then they will now that this works:
Debian 5 Lenny
ISPConfig 3 RC2
Squirrelmail
Falkos (Perfect server setup for the above operating system)
I followed Robilaurs instructions but just to clarify some things.
Code:
ln -s /usr/share/squirrelmail/* :/var/clients/client(nr)/web(nr)/web
On a Dabian system you have to include /www in the symlink.
e.g.
Code:
ln -s /usr/share/squirrelmail/* :/var/www/clients/client(nr)/web(nr)/web
Also following Squirellmail's recommendations the command:
Code:
chmod +x /var/lib/squirrelmail/*
Should be:
Code:
chmod 775 /var/lib/squirrelmail/
And you should also change the permissions of the users .pref folder otherwise you will get an error when trying to log in
So change the .pref folder to:
Code:
chmod 664 user@usersdomain.co.uk.pref
Now if you enable a site to have SSL then create an SSL certificate for it.
now create a redirect by selecting redirect type (R) and redirecting to
Https://webmail.yourdomain.co.uk. This means that if a user types in Http by accident it will auto direct to Https.
You can now delete the old /webmail folder as it is no longer used.
Code:
rm -r /var/www/webmail
That's it.... just for cleanliness sake only, restart Apache just to be on the safe side
Code:
/etc/init.d/apache2 restart
I hope this clarifies a few things and also helps out others in the same boat.
Up2NoGood
Recent comments
10 hours 23 min ago
15 hours 28 min ago
19 hours 53 min ago
21 hours 42 min ago
1 day 11 hours ago
1 day 11 hours ago
1 day 16 hours ago
1 day 23 hours ago
2 days 26 min ago
2 days 1 hour ago