Paul Lesniewski wrote: > On 7/14/06, Rainer Sokoll <R.Sokoll@xxxxxxxxxxxx> wrote: > >> On Fri, Jul 14, 2006 at 08:13:41AM -0400, Chris Hilts wrote: >> >> >>> Once you have HTTPS working, then I recommend using the secure_login >>> plugin for SquirrelMail >>> >> What is that plugin good for? >> > > It does what you set up apache to do but ONLY for SquirrelMail. No need for a plugin, configure Apache to do it... ONLY for SquirrelMail... Check /etc/httpd/conf.d/squirrelmail.conf That file already defines an alias so domain/webmail takes you to squirrelmail.... I added the following and it works great! <Location ~ /webmail> RewriteEngine on RewriteCond %{HTTPS} != on RewriteRule .* https://%{SERVER_NAME}/webmail/ [R,L] </Location> ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV -- 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