> -----Original Message-----
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On 
> Behalf Of Don Russell
> Sent: 18 July 2006 23:06
> To: squirrelmail-users@lists.sourceforge.net
> Subject: Re: [SM-USERS] Please help me for secure SquirrelMail
> 
> Paul Lesniewski wrote:
> > On 7/14/06, Rainer Sokoll <[EMAIL PROTECTED]> 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>
> 

I added the above to /etc/httpd/conf.d/squirrelmail.conf and when I restrted
Apache (2.0.52) I got

Starting httpd: Syntax error on line 8 of
/etc/httpd/conf.d/squirrelmail.conf:
RewriteCond: bad flag delimiters

Bob



-------------------------------------------------------------------------
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@lists.sourceforge.net
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

Reply via email to