RE: [SM-USERS] Some trouble with plug-ins

2003-10-18 Thread Idefix
ourceForge.net hosts over 70,000 Open Source Projects. > See the people who have HELPED US provide better services: > Click here: http://sourceforge.net/supporters.php > -- > squirrelmail-users mailing list > List Address: [EMAIL PROTECTED] > List Archives: http://sourcefor

[SM-USERS] Some trouble with plug-ins

2003-10-13 Thread Idefix
Hi, I tried to use the following two plug-ins, installing as explained in the docs of the respective plugin: vadmin and quicksave Setting them active delivers the following results: vadmin - Login-page appears blank ... no content. The page source shows incomplete body ... quicksave - messages

Re: [SM-USERS] Folder limits and attachment limits

2003-07-22 Thread Idefix
Hello Matt, as I'm currently trying setup a different attachment limit too, here's what I found out (assuming you run it together with qmail and courier IMAP): You have to change the limits in your php.ini: upload_max_filesize = 25M ; define the maximum allowed upload size max_execution_time = 1

Re[5]: [SM-USERS] Squirrelmail with postgreSQL

2003-07-12 Thread Idefix
Hi Alex, I continued debugging a bit and found DB::Connect to fail using the DSN: "pgsql://mail:[EMAIL PROTECTED]/mail" So the missing extension refers to "pgsql" I assume? How can this be? The example 01connect.phpt script delivered with pear WORKS as I stated before ... Thanks Chris Saturday

Re[5]: [SM-USERS] Squirrelmail with postgreSQL

2003-07-12 Thread Idefix
Hi Paul, pdt> Sounds like the user you use to access the DB doesn't have sufficient pdt> grants to insert rows in the prefs table. Recheck (maybe grant FULL pdt> access just for testing) and try again... I checked permissions and the mail user is granted FULL permissions. Thanks Chris --

Re[5]: [SM-USERS] Squirrelmail with postgreSQL

2003-07-12 Thread Idefix
Hi Alex, AL> Chris, normally you should have nothing to do. It is expected to have AL> empty tables at start, of course, like file prefs. AL> Could you check with psql that you have something like: =>> \d userprefs This is what it returned for me: mail=# \d userprefs Table "userpr

Re[3]: [SM-USERS] Squirrelmail with postgreSQL

2003-07-12 Thread Idefix
Hi, I finally tracked down the problem to the fact, that squirrel is trying to cache the user preferences in dbPrefs.php and obviously fails, as there is NO record in the prefs table. It a new install and the address and user preferences tables are as empty as they get created due to the doc/db-b

Re[3]: [SM-USERS] Squirrelmail with postgreSQL

2003-07-11 Thread Idefix
Download & eval WebKing and get a free book. AL> www.parasoft.com/bulletproofapps AL> -- AL> squirrelmail-users mailing list AL> List Address: [EMAIL PROTECTED] AL> List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=2995 AL> List Info: https

Re: [SM-USERS] can't startup page after problem with glibc

2003-07-09 Thread Idefix
Hello Daniel, I would rather say you're having permission problems or /var/www/html/webmail/config/config.php is just not there ... Cheers Chris Wednesday, July 9, 2003, 7:45:07 PM, you wrote: DT> hi, DT> got this error after problems with my glibc librariesis that the DT> main problem

Re: Re: [SM-USERS] Squirrelmail with postgreSQL

2003-07-09 Thread Idefix
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hey Alex, well, ok, DSN 8-) ... I tested the following script: SNIP - --TEST-- DB_pgsql::connect test - --FILE-- connection)) { print "\$dbh is connected\n"; } ?> - --EXPECT-- $dbh is an object $dbh is connected *

[SM-USERS] Squirrelmail with postgreSQL

2003-07-09 Thread Idefix
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, I'm trying to setup squirrelmail use PostgreSQL for addressbook and preferences but have no success with it ... Even so I created a database, added the tables as instructed in the docs and checked that PEAR DB has access to postgreSQL, I keep get