Re: [SM-USERS] random login breakage

2005-03-24 Thread Benjamin Tomhave, CISSP
dress): > > Mar 24 07:43:56 fs imapd: LOGIN, [EMAIL PROTECTED], > ip=[:::127.0.0.1], protocol=IMAP > Mar 24 07:43:56 fs imapd: LOGOUT, [EMAIL PROTECTED], > ip=[:::127.0.0.1], headers=0, body=0, time=0 > > Anybody have any thoughts on what could have happened, or, mor

[SM-USERS] random login breakage

2005-03-24 Thread Benjamin Tomhave, CISSP
importantly, how to fix it? Thank you, -ben -- Benjamin Tomhave, CISSP [EMAIL PROTECTED] --- This SF.net email is sponsored by Microsoft Mobile & Embedded DevCon 2005 Attend MEDC 2005 May 9-12 in Vegas. Learn more about the latest Windo

RE: [SM-USERS] timezone error, missing plugins

2003-12-12 Thread Benjamin Tomhave
> Don't make php scripts writable by webserver's user. Only scripts that > have to modified by webserver, have to writable. > I was just stating that I went so far as to try mode 777 on files and directories to resolve suggestion permissions issues. This change did not make any difference, so of

RE: [SM-USERS] timezone error, missing plugins

2003-12-11 Thread Benjamin Tomhave
> There is a fine in squirrelmaildir/locale called timezone.cfg, make sure > your webserver has permissions to read it. > I just played around with the permissions on squirrelmaildir/locale and squirrelmaildir/locale/timezone.cfg, but nothing made a difference. Everything is owned by nobody, which

[SM-USERS] timezone error, missing plugins

2003-12-11 Thread Benjamin Tomhave
Greetings, Trying to do a new install of SM 1.4.2 on a RH8 box with PHP 4.1.2. The httpd is running as nobody, so I've chown'd the SM files to nobody. Is that right? Having a bit of an old timer's moment with that. Also should add that PHP is *not* running in safe_mode. I am now (back) on the

[SM-USERS] MS Content Advisor

2003-07-30 Thread Benjamin Tomhave
disabling Content Advisor? Thank you, -ben --- Benjamin Tomhave, CISSP Senior Systems Engineer [EMAIL PROTECTED] Sofast Communications www.sofast.net --- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data

[SM-USERS] small versioning error/oversight

2003-07-08 Thread Benjamin Tomhave
Thanks, -ben --- Benjamin Tomhave, CISSP Senior Systems Engineer [EMAIL PROTECTED] Sofast Communications www.sofast.net --- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums ar

RE: [SM-USERS] Announcement: SquirrelMail 1.4.1 released!

2003-07-08 Thread Benjamin Tomhave
There used to be a quick write-up on what steps to follow to upgrade from one version to another. I thought it was under the Documentation section of the web site, but I can't find it. Can someone point me to it? Thank you! > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL

RE: [SM-USERS] no X-Mailer being added?

2003-06-05 Thread Benjamin Tomhave
So, will the line: score USER_AGENT -0.7 added to my local.cf do the job? I chose -0.7 because lack of X-Mailer adds 0.7 points to the score. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of > Chris Hilts > Sent: Wednesday, June 04, 2003 8:07 AM > To

RE: [SM-USERS] no X-Mailer being added?

2003-06-04 Thread Benjamin Tomhave
horst [mailto:[EMAIL PROTECTED] > Sent: Tuesday, June 03, 2003 2:52 PM > To: Benjamin Tomhave > Cc: [EMAIL PROTECTED] > Subject: Re: [SM-USERS] no X-Mailer being added? > > > Hello Benjamin, > > > What I'm wondering is why isn't X-Mailer being inserted? > Shoul

[SM-USERS] no X-Mailer being added?

2003-06-04 Thread Benjamin Tomhave
mAssassin results Thank you, -ben --- Benjamin Tomhave, CISSP Senior Systems Engineer [EMAIL PROTECTED] Sofast Communications www.sofast.net --- This SF.net email is sponsored by: eBay Get office equipment for less on eBay! http://adfarm.m

RE: [SM-USERS] vpopmail

2003-04-04 Thread Benjamin Tomhave
Read the directions here, it will help you. http://www.shupp.org/toaster/#courier-imap > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of > Kenneth Ling > Sent: Friday, April 04, 2003 11:54 AM > To: squirrelmail > Subject: [SM-USERS] vpopmail > > > i facin

RE: [SM-USERS] any difference between login.php in 1.2.11 vs 1.4?

2003-02-19 Thread Benjamin Tomhave
This was just discussed over the past week in this thread: http://marc.theaimsgroup.com/?t=10452917242&r=1&w=2 Please read it for more information and for the provided fix. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Jody > Cleveland > Sent:

RE: [SM-USERS] load w/ errors under 1.2.11

2003-02-15 Thread Benjamin Tomhave
se you want to give it a try: > > > # diff -u login.php.old login.php > --- login.php.old Fri Jan 31 02:41:50 2003 > +++ login.php Fri Jan 31 03:21:58 2003 > @@ -98,7 +98,16 @@ >"\n". >"\n"; > > >> -Original M

Re: [SM-USERS] Placing the Login box on a home page?

2003-02-15 Thread Benjamin Tomhave
email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > -- > 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/

[SM-USERS] load w/ errors under 1.2.11

2003-02-14 Thread Benjamin Tomhave
oes not accept the focus. Code: 0 URL: http://webmail.sofast.net/src/login.php You'll note that this error corresponds to the cursor placement. On the failure, the cursor does not jump to the Name: field like it should. Thank you, -ben -- Benjamin Tomhave, Senior Systems Engineer [EMAIL

RE: [SM-USERS] repost: options not saving

2003-02-11 Thread Benjamin Tomhave
Will this require reverting to the "correct" setting of "register_globals = Off"? > -Original Message- > From: Jonathan Angliss [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, February 11, 2003 7:59 AM > To: Benjamin Tomhave > Cc: [EMAIL PROTECTED] > S

Re: [SM-USERS] repost: options not saving

2003-02-10 Thread Benjamin Tomhave
Hello, Actually, I figured it out. Apparently the current "stable" release (1.2.10) should be declared for pre-4.2.x PHP, due to the change in treatment of global variables. I switched the register_globals from "Off" to "On" in the /etc/php.ini file and that resolved the issue. Is this problem