Your message dated Tue, 13 Sep 2005 10:08:03 +0200 with message-id <[EMAIL PROTECTED]> and subject line aeromail removed has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database) -------------------------------------- Received: (at submit) by bugs.debian.org; 28 May 2005 19:43:54 +0000 >From [EMAIL PROTECTED] Sat May 28 12:43:54 2005 Return-path: <[EMAIL PROTECTED]> Received: from smtp5.wanadoo.fr [193.252.22.26] by spohr.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1Dc7Du-0008UR-00; Sat, 28 May 2005 12:43:54 -0700 Received: from me-wanadoo.net (localhost [127.0.0.1]) by mwinf0508.wanadoo.fr (SMTP Server) with ESMTP id EA34C1C000F1 for <[EMAIL PROTECTED]>; Sat, 28 May 2005 21:43:22 +0200 (CEST) Received: from awak.dyndns.org (AGrenoble-152-1-51-232.w83-201.abo.wanadoo.fr [83.201.80.232]) by mwinf0508.wanadoo.fr (SMTP Server) with ESMTP id BD5F51C000E1 for <[EMAIL PROTECTED]>; Sat, 28 May 2005 21:43:22 +0200 (CEST) X-ME-UUID: [EMAIL PROTECTED] Received: from xav by awak.dyndns.org with local (Exim 3.36 #1 (Debian)) id 1Dc7DJ-0003Ic-00 for <[EMAIL PROTECTED]>; Sat, 28 May 2005 21:43:17 +0200 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Xavier Bestel <[EMAIL PROTECTED]> To: Debian Bug Tracking System <[EMAIL PROTECTED]> Subject: aeromail can't login X-Mailer: reportbug 3.8 Date: Sat, 28 May 2005 21:43:17 +0200 Message-Id: <[EMAIL PROTECTED]> Sender: Xavier Bestel <[EMAIL PROTECTED]> Delivered-To: [EMAIL PROTECTED] X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE autolearn=no version=2.60-bugs.debian.org_2005_01_02 X-Spam-Level: Package: aeromail Version: 1.45-1.2 Severity: important Aeromail can't login. It seems it doesn't work with the version of PHP currently in sarge. The problem is that it uses $PHP_AUTH.. variables instead of $_SERVER["$PHP_AUTH..."]. Here is a patch which fixes it for me: --- /var/www/aeromail/global.inc.old 2005-05-28 21:38:22.692365763 +0200 +++ /var/www/aeromail/global.inc 2005-05-28 21:38:17.581995625 +0200 @@ -267,6 +267,9 @@ exit; } +$PHP_AUTH_USER = $_SERVER["PHP_AUTH_USER"]; +$PHP_AUTH_PW = $_SERVER["PHP_AUTH_PW"]; + if ((!$PHP_AUTH_USER) or (!$PHP_AUTH_PW) or ($time > time())) { login_prompt(); -- System Information: Debian Release: 3.1 APT prefers testing APT policy: (500, 'testing') Architecture: i386 (i686) Kernel: Linux 2.6.8-2-686-smp Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=UTF-8) Versions of packages aeromail depends on: ii debconf 1.4.30.13 Debian configuration management sy ii php4 4:4.3.10-15 server-side, HTML-embedded scripti ii php4-imap 4:4.3.10-15 IMAP module for php4 -- debconf information: * aeromail/forcefrom: false * aeromail/name: Le Mail a Bestouff * aeromail/imapserver: awak * aeromail/imaptype: Cyrus * aeromail/maildomain: awak.dyndns.org --------------------------------------- Received: (at 311119-done) by bugs.debian.org; 13 Sep 2005 08:08:47 +0000 >From [EMAIL PROTECTED] Tue Sep 13 01:08:47 2005 Return-path: <[EMAIL PROTECTED]> Received: from mail.irb.hr [161.53.22.8] (UNKNOWN) by spohr.debian.org with esmtp (Exim 3.36 1 (Debian)) id 1EF5qQ-00040Z-00; Tue, 13 Sep 2005 01:08:46 -0700 Received: from diziet.irb.hr (diziet.irb.hr [161.53.22.31]) by mail.irb.hr (8.13.3/8.13.3/Debian-6) with ESMTP id j8D87tS1027861; Tue, 13 Sep 2005 10:07:55 +0200 Received: from diziet.irb.hr (localhost [127.0.0.1]) by diziet.irb.hr (8.13.4/8.13.4/Debian-4) with ESMTP id j8D883Up029639; Tue, 13 Sep 2005 10:08:03 +0200 Received: (from [EMAIL PROTECTED]) by diziet.irb.hr (8.13.4/8.13.4/Submit) id j8D883WA029637; Tue, 13 Sep 2005 10:08:03 +0200 Date: Tue, 13 Sep 2005 10:08:03 +0200 From: Matej Vela <[EMAIL PROTECTED]> To: [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: aeromail removed Message-ID: <[EMAIL PROTECTED]> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.10i X-Scanned-By: MIMEDefang 2.51 on 161.53.22.8 Delivered-To: [EMAIL PROTECTED] X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Level: X-Spam-Status: No, hits=-3.0 required=4.0 tests=BAYES_00 autolearn=no version=2.60-bugs.debian.org_2005_01_02 X-CrossAssassin-Score: 6 aeromail has been removed from Debian because no one adopted it since January 2004, and because it is unusable with the default configuration of PHP. ilohamail provides a lightweight alternative. For details, see <http://bugs.debian.org/326164>. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]