[SM-USERS] ERROR : Could not complete request.

2003-07-12 Thread Paul Jurkonis
Trying 1.4.1 and I get this error message: ERROR : Could not complete request. Query: FETCH (FLAGS UID RFC822.SIZE BODY.PEEK[HEADER.FIELDS (Date To Cc >From Subject X-Priority Content-Type)]) Reason Given: Error in IMAP command received by server. Please help with this, thank you PMJ -

[SM-USERS] problem with outlook express 6 html email

2003-07-12 Thread Michael Richey
Before anybody asks me, here are my system specifics: SM 1.4.1 many plugins - all active plugins are working properly Apache 2.0.46 PHP 4.3.2 My problem is viewing messages with SM 1.4.1 sent from outlook express 6 exact version: X-Mailer: Microsoft Outlook Express 6.00.2800.1158 Messages sent

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: [SM-USERS] Address Book Database Setup Help?

2003-07-12 Thread p dont think
> >> Warning : main(DB.php) [ function.main ]: failed to create stream: > >> No such file or directory in > >> /home/luchtman/public_html/mail/functions/abook_database.php on > >> line 33 > >> > >> Fatal error : main() [ function.main ]: Failed opening required > >> 'DB.php' (include_path='')

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

2003-07-12 Thread p dont think
> 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 d

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

2003-07-12 Thread Alex Lemaresquier
> 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

Re: [SM-USERS] How to improve security for SM users

2003-07-12 Thread graeme
One more code change I've just found if you are using the notify plugin. Change line 11 in focus.php from $smpage = str_replace('plugins/notify/focus.php', 'src/webmail.php', $_SERVER['REQUEST_URI']); to $smpage = str_replace('plugins/notify/focus.php', 'src/refresh.php', $_SERVER['REQUEST_URI']

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: [SM-USERS] Address Book Database Setup Help?

2003-07-12 Thread pdontthink
> Warning : main(DB.php) [ function.main ]: failed to create stream: No > such file or directory in > /home/luchtman/public_html/mail/functions/abook_database.php on line 33 > > Fatal error : main() [ function.main ]: Failed opening required > 'DB.php' (include_path='') in > /home/luchtman/public

[SM-USERS] Address Book Database Setup Help?

2003-07-12 Thread KC
Can someone help me with this? I am trying to get squirrelmail to use SQL for my address book. Now that I have created the database and put the correct info into option 9 on the conf.pl script I get two errors when launching the address book. Here is the errors that I get Warning : main(DB.ph

Re: [SM-USERS] How to improve security for SM users

2003-07-12 Thread graeme
I have just refined the code I previously posted to disable the browser backspace key: 1. Add the following code to webmail.php just after the session_start() - session_start(); /* added by gcn 12/07/2003 */ if(sqsession_is_registered("visited")){ exit; } sqsession_register("yes", "visited"