From owner-freebsd-questions Fri Jan 18 6:36:27 2002 Delivered-To: freebsd-questions@freebsd.org Received: from sv07e.atm-tzs.kmjeuro.com (sv07e.atm-tzs.kmjeuro.com [193.81.94.207]) by hub.freebsd.org (Postfix) with ESMTP id B408237B402 for ; Fri, 18 Jan 2002 06:36:21 -0800 (PST) Received: (from root@localhost) by sv07e.atm-tzs.kmjeuro.com (8.11.5/8.11.4) id g0IEaJW96592 for freebsd-questions@freebsd.org; Fri, 18 Jan 2002 15:36:19 +0100 (CET) (envelope-from k.joch@kmjeuro.com) Received: from kmjeuro.com (adsl.sbg.kmjeuro.com [193.154.189.16]) (authenticated) by sv07e.atm-tzs.kmjeuro.com (8.11.5/8.11.4) with ESMTP id g0IEZu996057; Fri, 18 Jan 2002 15:35:56 +0100 (CET) (envelope-from k.joch@kmjeuro.com) Message-ID: <3C4832CB.5020300@kmjeuro.com> Date: Fri, 18 Jan 2002 15:35:55 +0100 From: "Karl M. Joch" User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:0.9.6) Gecko/20011205 X-Accept-Language: en-us MIME-Version: 1.0 To: Drew Tomlinson Cc: freebsd-questions@freebsd.org Subject: Re: Apache 1.3.22/mod_ssl 2.8.5/php 4.1.1 imap authentication failed (4.0.4pl1 works fine) References: <3C482983.7080708@kmjeuro.com> <00aa01c1a029$35ff1f60$0301a8c0@bigdaddy> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X--virus-scanner: scanned for Virus and dangerous attachments on sv07e.atm-tzs.kmjeuro.com (System Setup/Maintainance: http://www.ctseuro.com/) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, thanks, but it already hangs on open_imap. i made a test script also with escaping the \( as found on php.net. i think the error with cram-md5 wants to say something else :-). 4.1.1 errors when authenticating: Jan 18 14:01:23 sv00 imapd[81442]: badlogin: localhost[127.0.0.1] CRAM-MD5 user not found Jan 18 14:01:23 sv00 imapd[81442]: badlogin: localhost[127.0.0.1] CRAM-MD5 no secret in database Jan 18 14:01:26 sv00 imapd[81442]: badlogin: localhost[127.0.0.1] CRAM-MD5 user not found Jan 18 14:01:26 sv00 imapd[81442]: badlogin: localhost[127.0.0.1] CRAM-MD5 no secret in database Jan 18 14:01:29 sv00 imapd[81442]: badlogin: localhost[127.0.0.1] CRAM-MD5 user not found Jan 18 14:01:29 sv00 imapd[81442]: badlogin: localhost[127.0.0.1] CRAM-MD5 no secret in database is there a way to switch to plain text authentication against sasl/mysql running on localhost:143 and to disable CRAM-MD5? karl Drew Tomlinson wrote: > ----- Original Message ----- > From: "Karl M. Joch" > To: > Sent: Friday, January 18, 2002 5:56 AM > Subject: Apache 1.3.22/mod_ssl 2.8.5/php 4.1.1 imap authentication > failed (4.0.4pl1 works fine) > > > >>hi, >> >>i updated a customer box to the above versions. everything works >> > very > >>fine except that the webmail part on the webserver doesnt work with >>php4.1.1. i get an cram-md5 error in the log when authenticating >> > againat > >>the local cyrus imap server running sasl with mysql. when i stop >> > apache > >>and include php4.0.4pl1 then everything works like a charme. >> > replacing > >>libphp4.so against the 4.1.1 version and imap auth fails again. >> > compiled > >>without imap-ssl. >> >>to make sure it is not my webmail script which causes the error i >>installed imp/horde for testing. same results. 4.0.4pl1 works and >> > 4.1.1 > >>doesnt. >> >>are there any know problems with the constellation of >> > 1.3.22/2.8.5/4.1.1 ?? > > I'm no expert by any means but I do know that many webmail apps are > not compatible with PHP 4.1.1, SquirrelMail in particular as that's > what I use. PHP 4.1.1 has some differences so I suspect the webmail > apps will support it in time. If your webmail script is "home grown", > then you may have to make some coding changes to get it working. But > like I said, I'm no expert so I have no idea what those changes would > be. > > HTH a little, > > Drew > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message