Squirrelmail

akny

Verified User
Joined
Sep 7, 2005
Messages
12
Is there a way to make Squirrelmail a user's only choice for e-mail?
 
you need to look into

/etc/httpd/httpd.conf

and search for squirrelmail

put a comment sign on webmail and leave squirrelmail as is. In that way your users will only be allowed to use squirrelmail .

Offcourse restart your httpd.
 
I discovered another way to do this also.

If users use the enhanced skin...

Remove what follows "LANG_WEBMAIL_UEBI=" in ./directadmin/data/skins/enhanced/lang/en/user/show_domain.html

This will prevent it from appearing.
 
All you really have to do is:

change to the right directory:

# cd /var/www/html

then rename webmail to webmail-save

# mv webmail webmail-save

and then link webmail to squirrelmail:

# ln -s squirrelmail webmail

Unless you use only custom skins your skins will still have links to UebiMiau, but they'll link to only squirrelmail.

Note that if you've got users already using UebiMiau there's no way to move the contents between UebiMiau folders and squirrelmail folders.

Jeff
 
Back
Top