Hello I have installed the msg_flags plugin and I think it is a great bridge for ex users of Microsoft Outlook/Express products to migrate to SM.
I would like to propose it for the core 1.4 release. Any other comments/views. Adrian Jones > Send squirrelmail-users mailing list submissions to > [EMAIL PROTECTED] > > To subscribe or unsubscribe via the World Wide Web, visit > https://lists.sourceforge.net/lists/listinfo/squirrelmail-users > or, via email, send a message with subject or body 'help' to > [EMAIL PROTECTED] > > You can reach the person managing the list at > [EMAIL PROTECTED] > > When replying, please edit your Subject line so it is more specific than > "Re: Contents of squirrelmail-users digest..." > > > Today's Topics: > > 1. RE: Fatal error: Cannot redeclare check_php_version() > ([EMAIL PROTECTED]) 2. Cookies ! (amayas mostefaoui) > 3. Re: Fatal error: Cannot redeclare check_php_version() (Jonathan > Angliss) 4. Re: Cookies ! (Jonathan Angliss) > 5. Re: Fatal error: Cannot redeclare check_php_version() > ([EMAIL PROTECTED]) 6. How to limit number of recipients? > ([EMAIL PROTECTED]) 7. log files (Jason Corekin) > 8. Re: log files (Keith Mastin) > 9. Re: Fatal error: Cannot redeclare check_php_version() (Jonathan > Angliss) > 10. Re: log files (Jason Corekin) > 11. Re: Unsafe Images (deurk) > 12. Re: log files (Keith Mastin) > 13. RE: Fatal error: Cannot redeclare check_php_version() (p dont > think) > > --__--__-- > > Message: 1 > From: [EMAIL PROTECTED] > To: [EMAIL PROTECTED] > Date: Tue, 28 Jan 2003 20:02:42 -0800 > Subject: RE: [SM-USERS] Fatal error: Cannot redeclare > check_php_version() > > On 28 Jan 2003 at 17:45, p dont think pdontthink-at-angrynerds.com > wrote: > >> (please remember to reply to the SM-USERS list) > > Oops :-} > >> >> Can you try moving the other versions of global.php out of the SM tree >> just in case? What did you change in the version of global you are >> currently using? I suspect that the code might not specifically be >> calling functions in one of the other versions, but that there might >> be an include buried somewhere that still is trying to pull in >> src/global.php or something like that. Ideally, you shouldn't need to >> change global.php yourself... > > Hmm ... verrrry interesting. As soon as I removed src/global.php I got > the error: > > Fatal error: Failed opening required '../src/global.php' > (include_path='.:/usr/share/pear') in > /usr/share/squirrelmail/src/validate.php on line 25 > > with either weather or notes. > > kara > >> >> - paul >> >> >> > > You can also run the grep command I gave you from the main SM >> directory. >> > > You should get exactly one result; if you get two, that is why you >> have >> > > a problem. >> > >> > Here is what I ran from the squirrelmail directory: >> > grep -R "function check_php_version" * >> > >> > And here are the results: >> > >> > functions/global.php: function check_php_version ($a = >> > '0', $b = '0', $c = '0') >> > functions/global.php.~1.22.~: function check_php_version ($a = '0', >> $b >> = >> > '0', $c = '0') >> > functions/global.php.edited: function check_php_version ($a = 0, $b >> = >> 0, >> > $c = 0) >> > src/global.php: function >> check_php_version ($a = >> > '0', $b = '0', $c = '0') >> > >> > * src/global.php is from a previous version of SM and is not >> referenced in >> > any of >> > the errors. >> > * functions/global.php.~1.22~ and global.php.edited are also not >> referenced, >> > and >> > are saved versions of the file >> > >> > So, the only result in global.php is on line 70, and is where I get >> the "cannot >> > redeclare" error after adding the absolute path to line 15. >> > >> > kara >> > >> > > > > > > > > --__--__-- > > Message: 2 > Date: Tue, 28 Jan 2003 20:43:39 -0800 (PST) > From: amayas mostefaoui <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: [SM-USERS] Cookies ! > > > Dear SM users ! > > I am very new here, > please can someone tell me how i can enabel the > cookies (i have to do this to make SM working ...) > > thanks a lot > > amayas > > __________________________________________________ > Do you Yahoo!? > Yahoo! Mail Plus - Powerful. Affordable. Sign up now. > http://mailplus.yahoo.com > > > --__--__-- > > Message: 3 > Date: Tue, 28 Jan 2003 23:43:27 -0600 > From: Jonathan Angliss <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > CC: [EMAIL PROTECTED] > Subject: Re: [SM-USERS] Fatal error: Cannot redeclare > check_php_version() > > Hello Lpdpmq001, > On Tuesday, January 28, 2003, [EMAIL PROTECTED] wrote... > >>> I've taken a look at the plugins, and can you verify for me that it >>> happens when you have just the notes plugin enabled? > >> Yep. > > That's a start ;) > >>> I have a theory. How did you install the 1.4 version of >>> SquirrelMail? Did you just extract the files over the top of the >>> existing files from 1.2? > >> I probably did with the first snapshop of 1.4 I used. I know that with >> RC2a I did a rsync --rupogt but that idea occurred to me >> belatedly. > > [..] > >> Check out the response I made to pdontthink's email. It turns out that >> notes and weather are calling the old global.php that was still in the >> src directory. That is certainly a leftover from me simply copying >> files over. > > Okay... because of the directory structure change, just extracting the > 1.4rc2a files into a 1.2 directory structure will cause some very odd > results. There have been some large changes in layouts, so before we > continue trying to debug, I suggest the following. > > Create a new folder, extract the 1.4rc2a source into that folder, > check to see if you can login, use the software, browser about and such > (without errors). Then add the weather plugin (Paul, is this > fixed for 1.4?)... and I can already tell you the notes plugin is > going to break. I can produce a fixed version if you'd like. > > -- > Jonathan Angliss > ([EMAIL PROTECTED]) > > > > --__--__-- > > Message: 4 > Date: Tue, 28 Jan 2003 23:46:04 -0600 > From: Jonathan Angliss <[EMAIL PROTECTED]> > To: amayas mostefaoui <[EMAIL PROTECTED]> > CC: [EMAIL PROTECTED] > Subject: Re: [SM-USERS] Cookies ! > > Hello Amayas, > On Tuesday, January 28, 2003, amayas mostefaoui wrote... > > >> I am very new here, please can someone tell me how i can enabel the >> cookies (i have to do this to make SM working ...) > > http://inside.rit.edu/help/enablecookies01.html > > There is a quick guide with animations on how to enable cookies in both > internet explorer, and netscape navigator. > > -- > Jonathan Angliss > ([EMAIL PROTECTED]) > > > > --__--__-- > > Message: 5 > From: [EMAIL PROTECTED] > To: [EMAIL PROTECTED] > Date: Tue, 28 Jan 2003 22:29:42 -0800 > Subject: Re: [SM-USERS] Fatal error: Cannot redeclare > check_php_version() > > On 28 Jan 2003 at 23:43, Jonathan Angliss jon-at-squirrelmail.org wrote: > <snip> >> >> > Check out the response I made to pdontthink's email. It turns out >> that notes and weather are calling the old global.php that was still >> in the src directory. That is certainly a leftover from me simply >> copying files over. >> >> Okay... because of the directory structure change, just extracting the >> 1.4rc2a files into a 1.2 directory structure will cause some very odd >> results. There have been some large changes in layouts, so before we >> continue trying to debug, I suggest the following. >> >> Create a new folder, extract the 1.4rc2a source into that folder, >> check to see if you can login, use the software, browser about and >> such (without errors). Then add the weather plugin (Paul, is this >> fixed for 1.4?)... and I can already tell you the notes plugin is >> going to break. I can produce a fixed version if you'd like. >> > > OK, when I started all over again, when I installed and used the notes > plugin by itself, I got these errors: > > Warning: Failed opening '../src/validate.php' for inclusion > (include_path='.:/usr/share/pear') in > /usr/share/squirrelmail/plugins/notes/notes.php on line 14 > > Fatal error: Failed opening required 'SM_PATHfunctions/strings.php' > (include_path='.:/usr/share/pear') in > /usr/share/squirrelmail/functions/page_header.php on line 14 > > And when I install the weather plugin by itself, I get this error: > > Fatal error: Failed opening required '../src/validate.php' > (include_path='.:/usr/share/pear') in > /usr/share/squirrelmail/plugins/weather/options.php on line 14 > > So, I'll either try to track down all of the references (not likely), or > I'll just not worry about it and wait until the plugins catch up with > the rest of it :) > > I'll go ahead and track down prefs and whatnot and put them into the new > directory structure. > > I'm the only person that uses these features -- but I love a good > puzzle. > > Thanks, > Kara > > > --__--__-- > > Message: 6 > Date: Wed, 29 Jan 2003 07:32:37 +0100 > From: <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Subject: [SM-USERS] How to limit number of recipients? > > I need to limit number of recipients in e-mails being sent from=20 > Squirrelmail, I simply do not want our users to spam others (I think=20 > 5-10 recipients per e-mail would be enough). Has anybody got some=20 > solution? We are using sendmail, but its limits do not apply to local > users :-( Cannot find any more info... Any help would be much=20 > appreciated! Thanks. > > > -------------------- > NOVINKA na Centrum.cz SMS! Nahrajte si nov=E9 logo a vyzv=E1n=ECn=ED na= > V=E1=B9 mobiln=ED telefon! http://sms.centrum.cz/loga > > > > > > --__--__-- > > Message: 7 > From: "Jason Corekin" <[EMAIL PROTECTED]> > To: "SM-USERS" <[EMAIL PROTECTED]> > Date: Tue, 28 Jan 2003 22:33:17 -0800 > Subject: [SM-USERS] log files > > This is a multi-part message in MIME format. > > ------=_NextPart_000_002D_01C2C71D.41048730 > Content-Type: text/plain; > charset="iso-8859-1" > Content-Transfer-Encoding: quoted-printable > > Does anybody know how I can take a look at detailed logs that would tell > = me why my squirrelmail 1.28 can no longer properly talk to my = > courier-imap 1.61? I am running on Redhat 8.0. > > Thanks > > Jason Corekin > > PS More info about my problem is in my previous email for anyone who = > cares. > ------=_NextPart_000_002D_01C2C71D.41048730 > Content-Type: text/html; > charset="iso-8859-1" > Content-Transfer-Encoding: quoted-printable > > <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> > <HTML><HEAD> > <META http-equiv=3DContent-Type content=3D"text/html; = > charset=3Diso-8859-1"> > <META content=3D"MSHTML 6.00.2800.1126" name=3DGENERATOR> > <STYLE></STYLE> > </HEAD> > <BODY bgColor=3D#ffffff> > <DIV><FONT face=3DArial size=3D2>Does anybody know how I can take a look > = at detailed=20 > logs that would tell me why my squirrelmail 1.28 can no longer properly > = talk to=20 > my courier-imap 1.61? I am running on Redhat 8.0.</FONT></DIV> > <DIV><FONT face=3DArial size=3D2></FONT> </DIV> > <DIV><FONT face=3DArial size=3D2>Thanks</FONT></DIV> > <DIV><FONT face=3DArial size=3D2></FONT> </DIV> > <DIV><FONT face=3DArial size=3D2>Jason Corekin</FONT></DIV> > <DIV><FONT face=3DArial size=3D2></FONT> </DIV> > <DIV><FONT face=3DArial size=3D2>PS More info about my problem is > = in my=20 > previous email for anyone who cares.</FONT></DIV></BODY></HTML> > > ------=_NextPart_000_002D_01C2C71D.41048730-- > > > > --__--__-- > > Message: 8 > Date: Wed, 29 Jan 2003 02:02:45 -0500 (EST) > From: Keith Mastin <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: Re: [SM-USERS] log files > >>Does anybody know how I can take a look at detailed logs that would >> tell >> >>Thanks >> >>Jason Corekin >> >>PS More info about my problem is in my previous email for anyone who > > We can take a look at the logs.. what's the problem? (I delete all > except business -related messages after viewing them) > > PS: If you would wrap your lines we could all see the entire message. > It's also considered bad form to send html email to a *nix -oriented > mailing list > > > > > --__--__-- > > Message: 9 > Date: Wed, 29 Jan 2003 01:04:53 -0600 > From: Jonathan Angliss <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > CC: [EMAIL PROTECTED] > Subject: Re: [SM-USERS] Fatal error: Cannot redeclare > check_php_version() > > Hello Lpdpmq001, > On Wednesday, January 29, 2003, [EMAIL PROTECTED] wrote... > >>> Create a new folder, extract the 1.4rc2a source into that folder, >>> check to see if you can login, use the software, browser about and >>> such (without errors). Then add the weather plugin (Paul, is this >>> fixed for 1.4?)... and I can already tell you the notes plugin is >>> going to break. I can produce a fixed version if you'd like. >>> > >> OK, when I started all over again, when I installed and used the notes >> plugin by itself, I got these errors: > >> Warning: Failed opening '../src/validate.php' for inclusion >> (include_path='.:/usr/share/pear') in >> /usr/share/squirrelmail/plugins/notes/notes.php on line 14 > >> Fatal error: Failed opening required >> 'SM_PATHfunctions/strings.php' (include_path='.:/usr/share/pear') >> in >> /usr/share/squirrelmail/functions/page_header.php on line 14 > > Excellent... this is what I had partially hoped to see. You can do a > little updating of code, it shouldn't be too difficult in this case. > Open up the file notes.php in the plugins/notes folder, and look right > at the top. Chances are, you'll see something like this: > > chdir(".."); > include_once('../src/validate.php'); > > And a couple of others... this is where the 'mistake' is. You should > change it to look like this: > > define('SM_PATH' , '../../'); > include_once(SM_PATH . 'validate.php'); > > Repeat this for the other "includes" too, and hopefully that should be > it. > >> And when I install the weather plugin by itself, I get this error: > >> Fatal error: Failed opening required '../src/validate.php' >> (include_path='.:/usr/share/pear') in >> /usr/share/squirrelmail/plugins/weather/options.php on line 14 > > The same applies here as for above. Give it a go :) > > >> I'm the only person that uses these features -- but I love a good >> puzzle. > > *grins* who doesn't ;) > > -- > Jonathan Angliss > ([EMAIL PROTECTED]) > > > > --__--__-- > > Message: 10 > From: "Jason Corekin" <[EMAIL PROTECTED]> > To: "SM-USERS" <[EMAIL PROTECTED]> > Subject: Re: [SM-USERS] log files > Date: Tue, 28 Jan 2003 23:12:49 -0800 > > The first problem is that I can not even find any log files to begin > with for either > squirrelmail or courier-imap. Beyond that I have included the text from > my first > email below. This time it has been reformatted for text only viewing. > Sorry for > the no no guys and thanks for the help. > > I was adding an extra hard drive to my server and when I went to set the > ownership > of the files on it I messed things up and ended up with all of my files > on > my entire > server being owned by root. This hosed the system up pretty badly, > but I > have > been able to restore the proper ownership to most of the files. > Unfortunately I have > not been able to get SquirrelMail to work properly again yet. Whenever > I try to > open my imap folder via SM it gives me the error: > > "ERROR : Could not complete request. > Reason Given: Error in IMAP command received by server." > > This shows up in both the left and right windows. Even though I get > this messages > it still properly lists how many new messages are in my main inbox. I > am also still > able to get to the options screen. Another key piece of info is that > since this > happened my user has been problematic logging in, sometimes requiring > that I > even restart apache just to make things work. The strangest thing > about > all of this > is that other user accounts are not effected. > > I have looked around my configuration files, but have found no clue. I > can not > even find any log files or similar means by which I might gain info > about what's > happening. > > Does anybody have or know where I might find a clue? > > Jason Corekin > ----- Original Message ----- > From: "Keith Mastin" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Tuesday, January 28, 2003 11:02 PM > Subject: Re: [SM-USERS] log files > > >> >Does anybody know how I can take a look at detailed logs that would >> tell >> > >> >Thanks >> > >> >Jason Corekin >> > >> >PS More info about my problem is in my previous email for anyone who >> >> We can take a look at the logs.. what's the problem? (I delete all >> except business -related messages after viewing them) >> >> PS: If you would wrap your lines we could all see the entire message. >> It's also considered bad form to send html email to a *nix -oriented >> mailing list >> >> >> >> >> ------------------------------------------------------- >> This SF.NET email is sponsored by: >> SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! >> http://www.vasoftware.com >> -- >> squirrelmail-users mailing list >> List Address: [EMAIL PROTECTED] >> List Archives: >> http://sourceforge.net/mailarchive/forum.php?forum_id=2995 List Info: >> https://lists.sourceforge.net/lists/listinfo/squirrelmail-users >> > > > > --__--__-- > > Message: 11 > Date: Wed, 29 Jan 2003 08:22:32 +0100 (CET) > Subject: Re: [SM-USERS] Unsafe Images > From: "deurk" <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Reply-To: [EMAIL PROTECTED] > > Joshua M. Erdman a dit�: > >> Is there a way to have 'view unsafe images' turned on by default? >> >> Joshua Erdman > > Would be cool ;) > > -- deurk. > > > --__--__-- > > Message: 12 > Date: Wed, 29 Jan 2003 03:06:49 -0500 (EST) > From: Keith Mastin <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: Re: [SM-USERS] log files > > Hi Jason, > >>The first problem is that I can not even find any log files to begin >> with for either squirrelmail or courier-imap. > > ... this is not a good thing. Courier should show up in maillog as > imapd. SM = courier = imapd for all intents and purposes, unless you > set up a specific log file for debugging purposes. > >> Beyond that I have included the text from my >>first email below. This time it has been reformatted for text only >> viewing. > > :) thanks. PITA sometimes, isn't it? > >>Sorry for the no no guys and thanks for the help. > > no problem > >>I was adding an extra hard drive to my server and when I went to set >> the ownership of the files on it I messed things up and ended up with >> all of my files on my entire server being owned by root. This hosed >> the system up pretty badly, but I have been able to restore the proper >> ownership to most of the files. >>Unfortunately I have not been able to get SquirrelMail to work properly >> again yet. Whenever I try to open my imap folder via SM it gives me >> the error: >> >>"ERROR : Could not complete request. >>Reason Given: Error in IMAP command received by server." > > A file somewhere has the wrong permissions, or so it sounds like. Is > everything in the SM tree owned by $user:apache or apache:apache 0644? > > Check the passwd and group files anally... what happens if you userdel > $user and then adduser? From the entire problem this sounds like a > system user problem. > > Set syslogd.conf to debugging, making an entry like so: > *.* everything > then tail -f everything and do another login attempt to SM. Show us the > output of that exercise. > >>This shows up in both the left and right windows. Even though I get >> this messages it still properly lists how many new messages are in my >> main inbox. I am also still able to get to the options screen. >> Another key piece of info is that since this happened my user has been >> problematic logging in, sometimes requiring that I even restart apache >> just to make things work. The strangest thing about all of this is >> that other user accounts are not effected. >> >>I have looked around my configuration files, but have found no clue. I >> can not even find any log files or similar means by which I might gain >> info about what's happening. >> >>Does anybody have or know where I might find a clue? >> >>Jason Corekin > > > > --__--__-- > > Message: 13 > From: "p dont think" <[EMAIL PROTECTED]> > To: "'Jonathan Angliss'" <[EMAIL PROTECTED]>, > <[EMAIL PROTECTED]> > Cc: <[EMAIL PROTECTED]> > Subject: RE: [SM-USERS] Fatal error: Cannot redeclare > check_php_version() Date: Wed, 29 Jan 2003 00:05:05 -0800 > > The weather plugin is not yet ready for 1.4.x. It will be.... ohhh it > will be. ;> > >> -----Original Message----- >> From: [EMAIL PROTECTED] >> [mailto:[EMAIL PROTECTED]] On Behalf Of >> Jonathan Angliss >> Sent: Tuesday, January 28, 2003 9:43 PM >> To: [EMAIL PROTECTED] >> Cc: [EMAIL PROTECTED] >> Subject: Re: [SM-USERS] Fatal error: Cannot redeclare > check_php_version() >> >> Hello Lpdpmq001, >> On Tuesday, January 28, 2003, [EMAIL PROTECTED] wrote... >> >> >> I've taken a look at the plugins, and can you verify for me that it >> happens when you have just the notes plugin enabled? >> >> > Yep. >> >> That's a start ;) >> >> >> I have a theory. How did you install the 1.4 version of >> >> SquirrelMail? Did you just extract the files over the top of the >> existing files from 1.2? >> >> > I probably did with the first snapshop of 1.4 I used. I know that >> with RC2a I did a rsync --rupogt but that idea occurred to me >> > belatedly. >> >> [..] >> >> > Check out the response I made to pdontthink's email. It turns out >> that notes and weather are calling the old global.php that was still >> in the src directory. That is certainly a leftover from me simply >> copying files over. >> >> Okay... because of the directory structure change, just extracting the >> 1.4rc2a files into a 1.2 directory structure will cause some very odd >> results. There have been some large changes in layouts, so before we >> continue trying to debug, I suggest the following. >> >> Create a new folder, extract the 1.4rc2a source into that folder, >> check to see if you can login, use the software, browser about and >> such (without errors). Then add the weather plugin (Paul, is this >> fixed for 1.4?)... and I can already tell you the notes plugin is >> going to break. I can produce a fixed version if you'd like. >> >> -- >> Jonathan Angliss >> ([EMAIL PROTECTED]) >> >> >> >> ------------------------------------------------------- >> This SF.NET email is sponsored by: >> SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! >> http://www.vasoftware.com >> -- >> squirrelmail-users mailing list >> List Address: [EMAIL PROTECTED] >> List Archives: > http://sourceforge.net/mailarchive/forum.php?forum_id=2995 >> List Info: > https://lists.sourceforge.net/lists/listinfo/squirrelmail-users > > > > > --__--__-- > > -- > squirrelmail-users mailing list > List Address: [EMAIL PROTECTED] > List Info: > https://lists.sourceforge.net/lists/listinfo/squirrelmail-users > http://squirrelmail.org/cvs > > End of squirrelmail-users Digest ------------------------------------------------------- This SF.NET email is sponsored by: SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! http://www.vasoftware.com -- squirrelmail-users mailing list List Address: [EMAIL PROTECTED] List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id)95 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
