change default /webmail /squirrelmail

rszkutak

Verified User
Joined
Dec 22, 2003
Messages
180
Location
Scottsdale, AZ & Clam Gulch, AK
hi all,
i know this has been asked a dozen or so times here in the forums but i cannot find it for some reason, so i thought i would drop a line here for help.

i recenly upgraded my squirrelmail to nutsmail and would like to replace and rename the follwing:

domain/webmail
domain/squirrelmail

I would like those to forward to the nutsmail interface which is located at /nutsmail.

Additionally i would like to simply change the referance for squirrelmail, and the other e-mail system. More or less this is to force my users into what they have been asking for, without having to give them another link to nab their e-mail from.

Any help would be greatly apprecaited !

thanks,
rob
 
You can do this in the main httpd.conf
There are two Alias lines specifying the location of the two webmail applications.

Apply your changes and restart apache.

For example, this:
Alias /webmail /var/www/html/webmail/

would change to this:
Alias /webmail /var/www/html/nutsmail/
 
Back
Top