[SM-USERS] Fatal Error on Message Forward

2004-01-13 Thread Carolyn Longfoot
Greetings Squirrels, after the recent excellent help my SM has decided to cough up a real error that I need help with. I received a message that shows as size 1.4M in the intray. When I try to forward this, I get the following error: Fatal error: Allowed memory size of 8388608 bytes exhausted (t

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

2004-01-12 Thread Carolyn Longfoot
utside 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

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 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 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,

[SM-USERS] Protecting all SM traffic with SSL

2004-01-09 Thread Carolyn Longfoot
Hello fellow Squirrels, 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. Now technically this is probably not a SM question because from what I can tell it's an Apa