On Tue, May 15, 2007 2:01 am, Daminto Lie wrote: > Hi, > > I'd like to be able to set up https for the squirrelmail i have so that user's > username and password are securely protected. I wonder if anyone who might have done > this, would like to share some ideas with me. > > I've got squirrelmail 1.4.6 version and my machine runs on windows XP Pro. > > Thank you in advance There are plugins to achieve this, so check the plugins page. I don't use a plugin for this purpose. I do it by redirecting traffic for SquirrelMail login to an https login, via an .htaccess file: RewriteEngine on RewriteCond %{HTTP_HOST} ^a.mydomain.com$ [OR] RewriteCond %{HTTP_HOST} ^www.a.mydomain.com$ RewriteRule ^(.*)$ https://mydomain.com/s/src/login.php [R=301,L] ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ -- squirrelmail-users mailing list Posting Guidelines: http://www.squirrelmail.org/wiki/MailingListPostingGuidelines List Address: squirrelmail-users@xxxxxxxxxxxxxxxxxxxxx List Archives: http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=2995 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users