Re: [SM-USERS] Protecting all SM traffic with SSL

2004-01-12 Thread Carolyn Longfoot
That works, super!! Apart from catching up on my regex's, what documentation do I have to read to understand why this works only outside the container? You don't have to explain unless you really feel like it, I understand that rewrites are a wide field ;-) Cheers, Caro Just outside the lin

Re: [SM-USERS] Protecting all SM traffic with SSL

2004-01-11 Thread Seth Randall
Just outside the line for /email do: RewriteEngine on RewriteCond %{SERVER_PORT} ^80$ RewriteRule ^/email/(.*) https:///email/$1 Carolyn Longfoot said: >>Put this rewrite rule in your apache config: >> >>RewriteEngine on >>RewriteCond %{SERVER_PORT} ^80$ >>RewriteRule

Re: [SM-USERS] Protecting all SM traffic with SSL

2004-01-11 Thread Carolyn Longfoot
Put this rewrite rule in your apache config: RewriteEngine on RewriteCond %{SERVER_PORT} ^80$ RewriteRule ^/(.*) https:///$1 Sorry if you think I'm dumb but with the alias /email /usr/local/sqiurrelmail I get the wrong URL: https://mydomain.com/usr/local/squirrelmail instead of h

Re: [SM-USERS] Protecting all SM traffic with SSL

2004-01-10 Thread p dont think
>>where did you read that? what version do you have? in my README, it >>never really says where those settings are, but if you read the INSTALL >>file, it clearly states that you should be editing the config file. in >>any case, notes about old versions from change logs are poor places to >>figu

Re: [SM-USERS] Protecting all SM traffic with SSL

2004-01-10 Thread Seth Randall
Put this rewrite rule in your apache config: RewriteEngine on RewriteCond %{SERVER_PORT} ^80$ RewriteRule ^/(.*) https:///$1 Carolyn Longfoot said: >>where did you read that? what version do you have? in my README, it >>never really says where those settings are, but if you r

RE: [SM-USERS] Protecting all SM traffic with SSL

2004-01-10 Thread Simon Bell
>I did, several times, but I honestly don't see an option to *force* https. I >looked into doing this via the web server (Apache 2.0) but without success >so far. I know this is off topic but an example would be very welcome. I >looked at the Apache and mod_ssl docs but whatever I tried did not

Re: [SM-USERS] Protecting all SM traffic with SSL

2004-01-10 Thread Carolyn Longfoot
where did you read that? what version do you have? in my README, it never really says where those settings are, but if you read the INSTALL file, it clearly states that you should be editing the config file. in any case, notes about old versions from change logs are poor places to figure out how

Re: [SM-USERS] Protecting all SM traffic with SSL

2004-01-10 Thread p dont think
>>>I have SM set up with the 'Secure Login' plugin and would like to exten= > d >>>the use of SSL for all of SM, so that any directory under >>>'http://mydomain.com/email' is forced to https. > >>Why don't you just configure the secure login plugin to not drop back to >>plain http after login? I u

Re: [SM-USERS] Protecting all SM traffic with SSL

2004-01-10 Thread Carolyn Longfoot
I have SM set up with the 'Secure Login' plugin and would like to exten= d the use of SSL for all of SM, so that any directory under 'http://mydomain.com/email' is forced to https. Why don't you just configure the secure login plugin to not drop back to plain http after login? I use that plugin,

Re: [SM-USERS] Protecting all SM traffic with SSL

2004-01-09 Thread Chris Hilts
> I have SM set up with the 'Secure Login' plugin and would like to extend > the use of SSL for all of SM, so that any directory under > 'http://mydomain.com/email' is forced to https. Why don't you just configure the secure login plugin to not drop back to plain http after login? I use that plug