Re: [SM-USERS] vacation_local not sending auto-reply

2007-05-03 Thread Paul Lesniewski
On 5/3/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Hi, > > Here is my setup: > > php-5.1.6-3.5.fc6 > vacation-1.2.6.1-3 > httpd-2.2.4-1.fc6 > squirrelmail-1.4.8-4.fc6 > Fedora Core 6 i386 running 2.6.20-1.2944.fc6 kernel > vacation_local-2.0-1.4 donwloaded from squirrelmail site > vsftpd-2.0

[SM-USERS] apple's ical & squirrelmail

2007-05-03 Thread Peter Teunissen
Hi all, I'm wondering if and how I can add .ics files from Apple's iCal (OSX 10.4.9) to my calendars with the shared calendar plugin. I cannot seem to get it to work: - I publish my iCal calendar as an .ics on my webdav server. When trying to access it with shared calendars as "http://foo

Re: [SM-USERS] Most secure way of authentication

2007-05-03 Thread Rainer Sokoll
On Thu, May 03, 2007 at 12:14:17PM -0700, Don Russell wrote: > My method: because https was not used (always correct) > Your method: because port 80 was used (probably correct) OK, I've got it - thank you! Rainer - This SF.

Re: [SM-USERS] Most secure way of authentication

2007-05-03 Thread Don Russell
Rainer Sokoll wrote: > On Thu, May 03, 2007 at 10:49:21AM -0700, Don Russell wrote: > >> Rainer Sokoll wrote: >> > > >>> RedirectMatch permanent ^/(.*) https://webmail.example.com/$1 >>> > > >> Though that may work in many cases, the reason I do not like it is >> because the

Re: [SM-USERS] Most secure way of authentication

2007-05-03 Thread Rainer Sokoll
On Thu, May 03, 2007 at 02:43:41PM -0400, Daniel Kahn Gillmor wrote: > Don is pointing out that the case where this is triggered (inside the > VirtualHost :80 container) doesn't guarantee that https is actually > not being used. That is correct, but the subscribed people here are admins - they sh

Re: [SM-USERS] Most secure way of authentication

2007-05-03 Thread Daniel Kahn Gillmor
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thu 2007-05-03 14:36:39 -0400, Rainer Sokoll wrote: > On Thu, May 03, 2007 at 10:49:21AM -0700, Don Russell wrote: >> Rainer Sokoll wrote: > >> > RedirectMatch permanent ^/(.*) https://webmail.example.com/$1 > >> Though that may work in many case

Re: [SM-USERS] Most secure way of authentication

2007-05-03 Thread Rainer Sokoll
On Thu, May 03, 2007 at 10:49:21AM -0700, Don Russell wrote: > Rainer Sokoll wrote: > > RedirectMatch permanent ^/(.*) https://webmail.example.com/$1 > Though that may work in many cases, the reason I do not like it is > because the issue is not to change a request on port 80 to port 443,the

[SM-USERS] vacation_local not sending auto-reply

2007-05-03 Thread arjun
Hi, Here is my setup: php-5.1.6-3.5.fc6 vacation-1.2.6.1-3 httpd-2.2.4-1.fc6 squirrelmail-1.4.8-4.fc6 Fedora Core 6 i386 running 2.6.20-1.2944.fc6 kernel vacation_local-2.0-1.4 donwloaded from squirrelmail site vsftpd-2.0-58 running and accepting connections locally I have followed the instructi

Re: [SM-USERS] Most secure way of authentication

2007-05-03 Thread Don Russell
Rainer Sokoll wrote: > On Wed, May 02, 2007 at 03:41:19PM -0700, Don Russell wrote: > > >> >> RewriteEngine on >> RewriteCond %{HTTPS} =off >> RewriteRule .* https://%{SERVER_NAME}/webmail/ [R,L] >> >> > > Or, without mod_rewrite: > > > ServerName webmail.example.com > Redi

Re: [SM-USERS] Very slow display of all Squirrelmail pages

2007-05-03 Thread Bob
Daniel Kahn Gillmor wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On Thu 2007-05-03 12:23:17 -0400, Bob wrote: > > >> The squirrelmail functionality is fine, just very very very >> slow. Any thoughts? I'm stumped. >> > > This sounds like it could potentially be a DNS timeout.

Re: [SM-USERS] Very slow display of all Squirrelmail pages

2007-05-03 Thread Daniel Kahn Gillmor
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thu 2007-05-03 12:23:17 -0400, Bob wrote: > The squirrelmail functionality is fine, just very very very > slow. Any thoughts? I'm stumped. This sounds like it could potentially be a DNS timeout. Is squirrelmail trying to look up DNS information,

[SM-USERS] Very slow display of all Squirrelmail pages

2007-05-03 Thread Bob
I have been using squirrelmail for some time. I just migrated to a new, fast server. For reasons I can't understand, it takes over a minute to display all pages, even the first login screen takes about 20 seconds to display.. I tried with a brand new email account and the delay was the same as

Re: [SM-USERS] Most secure way of authentication

2007-05-03 Thread Chris Hilts
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Eric DV wrote: > Dear Squirrelmail experts, > I have a small home server debian based, with postfix/dovecot/squirrelmail > installed locally and working. Dovecot is used non-secured (no imaps) but > only on the 192.168.0.100 address (address of the ser

[SM-USERS] config/config.php not found

2007-05-03 Thread Eray Aslan
Hi, I can't figure this out. Hopefully I am just not seeing something obvious. When I try to login, I get the error below (even after running conf.pl): ERROR: Config file "config/config.php" not found. You need to configure SquirrelMail before you can use it. configtest looks fine: SquirrelMa

Re: [SM-USERS] Most secure way of authentication

2007-05-03 Thread Rainer Sokoll
On Wed, May 02, 2007 at 03:41:19PM -0700, Don Russell wrote: > > RewriteEngine on > RewriteCond %{HTTPS} =off > RewriteRule .* https://%{SERVER_NAME}/webmail/ [R,L] > Or, without mod_rewrite: ServerName webmail.example.com RedirectMatch permanent ^/(.*) https://webmail.example.c