Re: [SM-USERS] folder is empty after apache upgrade

2006-09-06 Thread Tomas Kuliavas
>> > Well, PHP seems to be compiled with pcre because "php -m" lists pcre. >> > I upgraded to pcre 4.4-1.2 and php 4.3.11 (the most recent versions >> > available from Fedoralegacy to upgrade FC1 (not FC2 as I wrote >> before)), >> > and the error messages are the same. >> >> > I can't figure out w

Re: [SM-USERS] Encrypted Sessions

2006-09-06 Thread Paul Lesniewski
Please do not top-post. >> I'm wondering if there's a way to encrypt the Squirrelmail sessions. I >> installed the secure_login plugin, so the login is encrypted, but once the >> user is logged in the session is no longer encrypted. > > You have to create a .htaccess file in the squirrelmail direc

Re: [SM-USERS] Can't view contact address under directory

2006-09-06 Thread Tomas Kuliavas
> Hi, > > I was wondering if anyone might be able to help me here. I have a plugin > called ldapquery installed on the squirrelmail 1.4.6. I have ldap server > running on the local machine and so is squirrelmail. This is peculiar. I > went to directory which is on the top menu and a page comes up

[SM-USERS] Can't view contact address under directory

2006-09-06 Thread Daminto Lie
Hi,   I was wondering if anyone might be able to help me here. I have a plugin called ldapquery installed on the squirrelmail 1.4.6. I have ldap server running on the local machine and so is squirrelmail. This is peculiar. I went to directory which is on the top menu and a page comes up with  

Re: [SM-USERS] folder is empty after apache upgrade

2006-09-06 Thread Luis F. V. Gomes
Hi Sorry for the long time; sorry for the HTML message; I am not blaming SM. Making PHP 5.1.4 abends due to an error. I did not insist. I upgraded PHP to version 4.4.4. I believe I used the bundled pcre library. The errors in SM are exactly the same. SM is now 1.4.6-CVS. But the issues due to p

Re: [SM-USERS] Encrypted Sessions

2006-09-06 Thread Karl-Heinz Schulz
You have to create a .htaccess file in the squirrelmail directory RewriteEngine On RewriteCond %{SERVER_PORT} !^443$ RewriteRule ^(.*)$ https://%{SERVER_NAME}/src/$1 [L,R=303] -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behal

[SM-USERS] Encrypted Sessions

2006-09-06 Thread Jason Rotunno
Hi, I'm wondering if there's a way to encrypt the Squirrelmail sessions. I installed the secure_login plugin, so the login is encrypted, but once the user is logged in the session is no longer encrypted. Thanks, Jason - U

Re: [SM-USERS] Errors

2006-09-06 Thread Tomas Kuliavas
> Attached are the lists. Could you stop sending me html only emails? Download php zip package that matches your PHP version, unpack it and copy all files and subdirectories from php-(version-number)/ directory to c:\PHP directory. Don't override files that already present in C:\PHP directory. M

Re: [SM-USERS] Errors

2006-09-06 Thread Travis Forghani
Attached are the lists. sincerely, Travis Forghani IT Administrator Bowman Enterprises, Inc. Cell: 919-795-9298 Office: 919-894-3662, Ext. 34 [EMAIL PROTECTED] This message is intended only for the use of the individual or entity to which it is addressed and may contain information that is

Re: [SM-USERS] Errors

2006-09-06 Thread Tomas Kuliavas
>>> I used the automatic PHP installer when I installed PHP. Also, PHP is >>> installed on a Windows 2003 Server running IIS. How do I install the db >>> package. I traversed to the C:\PHP directory and tried running the pear >>> remote-list command. I got a not a internal command message. Doe

Re: [SM-USERS] Backup

2006-09-06 Thread Paul Lesniewski
On 9/6/06, John Glynn <[EMAIL PROTECTED]> wrote: > Is backing up all of squirrel mail something that is commonly done and/or > recommended? Sure, once you have a solid configuration, taking a snapshot of your config files is always a good idea.

Re: [SM-USERS] Password changing on its own? Is this possible?

2006-09-06 Thread Paul Lesniewski
Please reply on-list. Please do not top-post. > On 9/6/06, John Glynn <[EMAIL PROTECTED]> wrote: > > Here's an odd one. But maybe not... Under 'options' > 'vacation message' > > This error appears 6 times (see below) on top of each other at the top > > of the browser. Does this mean anything t

Re: [SM-USERS] Inverted if-statement in vlogin/functions.pgp

2006-09-06 Thread Paul Lesniewski
On 2/2/06, Joost Cassee <[EMAIL PROTECTED]> wrote: > Hi all, > > > I believe there is an inverted if-statement in the vlogin plugin, > functions.php, line 314. The bodies of the if en else block should be > exchanged. > Will be fixed in next release. Thank you ---

Re: [SM-USERS] Errors

2006-09-06 Thread Tomas Kuliavas
> I used the automatic PHP installer when I installed PHP. Also, PHP is > installed on a Windows 2003 Server running IIS. How do I install the db > package. I traversed to the C:\PHP directory and tried running the pear > remote-list command. I got a not an internal command message. Does the >

Re: [SM-USERS] Errors

2006-09-06 Thread Travis Forghani
I used the automatic PHP installer when I installed PHP. Also, PHP is installed on a Windows 2003 Server running IIS. How do I install the db package. I traversed to the C:\PHP directory and tried running the pear remote-list command. I got a not an internal command message. Does the PHP a

Re: [SM-USERS] Backup

2006-09-06 Thread John Glynn
Is backing up all of squirrel mail something that is commonly done and/or recommended? Thanks, John My specs: Mail server: IMAP - dovecot PHP - 4.3.11 Web server - Apache 2.0.53 This is a stock installation of Redhat Fedora Core 3, which uses RPM. Squirrelmail version: 1.4.6 Web server: Raid

Re: [SM-USERS] broken links when send

2006-09-06 Thread mortonda
> changing the location base to: https:www.dgrmm.net without a slash seems Arg, I need to proofread better. That should have the normal 2 slashes, but not the trailing slash: https://www.dgrmm.net There. I'm done. :) ---

[SM-USERS] broken links when send

2006-09-06 Thread mortonda
My webmail app just broke, I think I saw an Ubuntu update recently when it started; Most of it works ok, but when I try to send mail, and on occasional other links, it redirects to a broken link: it either leaves off the hostname , or appends an extra /mail/ to the url. I've tried various chang

[SM-USERS] broken links when send

2006-09-06 Thread mortonda
My webmail app just broke, I think I saw an Ubuntu update recently when it started; Most of it works ok, but when I try to send mail, and on occasional other links, it redirects to a broken link: it either leaves off the hostname , or appends an extra /mail/ to the url. I've tried various chang

Re: [SM-USERS] broken links when send

2006-09-06 Thread mortonda
> My webmail app just broke, I think I saw an Ubuntu update recently when it > started; Most of it works ok, but when I try to send mail, and on > occasional other links, it redirects to a broken link: it either leaves > off the hostname , or appends an extra /mail/ to the url. I've tried > var

Re: [SM-USERS] Password changing on its own? Is this possible?

2006-09-06 Thread Paul Lesniewski
On 9/6/06, John Glynn <[EMAIL PROTECTED]> wrote: > Here's an odd one. But maybe not... Under 'options' > 'vacation message' > This error appears 6 times (see below) on top of each other at the top of > the browser. Does this mean anything to anyone? > > ERROR: > Error: Unable to connect to FTP s

[SM-USERS] Vacation plugin error: Unable to connect to FTP server.

2006-09-06 Thread John Glynn
Here's an odd one. But maybe not... Under 'options' > 'vacation message' This error appears 6 times (see below) on top of each other at the top of the browser. Does this mean anything to anyone? ERROR: Error: Unable to connect to FTP server. Please try again later. ERROR: Error: Unable to c

Re: [SM-USERS] More than 4000 Mails in one Folder ?

2006-09-06 Thread Dirk Fries
Hi @all, @ Jay : Pass the 5 Bucks to Tomas, please ;-) Allow server-side sorting: false (default) > true did the job. After a positiv test I set memory_limit to 16 MB too, to avoid problems in the future ;-) @ Tomas : Thank's a lot - I hope Jay passes you the 5 Bucks ;-) Greetz Dirk -U

Re: [SM-USERS] Errors

2006-09-06 Thread Paul Lesniewski
PLEASE reply on-list. Also, do not top-post. Context is everything. > Paul Lesniewski wrote: > > On 8/27/06, Jonathan Angliss <[EMAIL PROTECTED]> wrote: > >> -BEGIN PGP SIGNED MESSAGE- > >> Hash: SHA1 > >> > >> Hi Travis, > >> On Thursday, August 24, 2006, Travis wrote: > >> > I

Re: [SM-USERS] Password changing on its own? Is this possible?

2006-09-06 Thread John Glynn
Here's an odd one. But maybe not... Under 'options' > 'vacation message' This error appears 6 times (see below) on top of each other at the top of the browser. Does this mean anything to anyone? ERROR: Error: Unable to connect to FTP server. Please try again later. ERROR: Error: Unable to c

Re: [SM-USERS] More than 4000 Mails in one Folder ?

2006-09-06 Thread Jay Lee
Dirk Fries wrote: Hi @all, we use Squirrelmail 1.4.5, OS SuSE 10.0 with a cyrus IMAP Server. So far everything works fine. Unfortunaly there are some users with huge Mailboxes. We found out, that Squirrelmail can't display folders with more than about 4000 E-mails. As soon as there are more th

Re: [SM-USERS] More than 4000 Mails in one Folder ?

2006-09-06 Thread Tomas Kuliavas
> Hi @all, > > we use Squirrelmail 1.4.5, OS SuSE 10.0 with a cyrus IMAP Server. > > So far everything works fine. > > Unfortunaly there are some users with huge Mailboxes. We found out, that > Squirrelmail can't display folders with more than about 4000 E-mails. > As soon as there are more than 40

[SM-USERS] More than 4000 Mails in one Folder ?

2006-09-06 Thread Dirk Fries
Hi @all, we use Squirrelmail 1.4.5, OS SuSE 10.0 with a cyrus IMAP Server. So far everything works fine. Unfortunaly there are some users with huge Mailboxes. We found out, that Squirrelmail can't display folders with more than about 4000 E-mails. As soon as there are more than 4000 Mails in one