[imp] Problem report screen... Help!
Rich Lafferty
rich@horde.org
Wed, 3 Jan 2001 09:27:34 -0500
On Wed, Jan 03, 2001 at 07:15:24AM -0700, Dan Ellis (danellis@rushmore.com) wrote:
> I'm getting bombarded by problem reports (nothing to due with IMP, but rather
> password change requests, feature how-to's etc). However, the problem screen
> does not include fields for name or email address. Could we include these in
> the next version? I'm rewriting the screen so I don't go nuts with 20 emails
> from people who say, "Can you send my password --no name"...
Those *are* in the current version, available via CVS.
-Rich
--
------------------------------ Rich Lafferty ---------------------------
Sysadmin/Programmer, Instructional and Information Technology Services
Concordia University, Montreal, QC (514) 848-7625
------------------------- rich@alcor.concordia.ca ----------------------
>From max@the Date: Wed, 3 Jan 2001 06:41:55 -0800
Return-Path: <max@the-triumvirate.net>
Mailing-List: contact imp-help@lists.horde.org; run by ezmlm
Delivered-To: mailing list imp@lists.horde.org
Received: (qmail 29695 invoked from network); 3 Jan 2001 14:43:52 -0000
Received: from cx309195-b.santab1.ca.home.com (HELO zion.the-triumvirate.net) (24.21.86.136)
by horde.org with SMTP; 3 Jan 2001 14:43:52 -0000
Received: (from http@localhost)
by zion.the-triumvirate.net (8.10.2/8.10.2) id f03Efue20687
for imp@lists.horde.org; Wed, 3 Jan 2001 06:41:56 -0800
X-Authentication-Warning: zion.the-triumvirate.net: http set sender to max@the-triumvirate.net using -f
Received: from 24.16.85.200 ( [24.16.85.200])
as user max@zion.the-triumvirate.net by www.the-triumvirate.net with HTTP;
Wed, 3 Jan 2001 06:41:55 -0800
Message-ID: <978532915.3a533a3388b93@www.the-triumvirate.net>
Date: Wed, 3 Jan 2001 06:41:55 -0800
From: Max Kalika <max@the-triumvirate.net>
To: imp@lists.horde.org
References: <017a01c07590$7ae43350$08500a0a@Ox002568>
In-Reply-To: <017a01c07590$7ae43350$08500a0a@Ox002568>
MIME-Version: 1.0
Content-Type: text/plain
Content-Transfer-Encoding: 8bit
User-Agent: Internet Messaging Program (IMP) 2.3.6-cvs
Subject: Re: [imp] Odd errors in /var/log/messages
Quoting Fran Boon <flavour@partyvibe.com>:
> Jan 3 14:08:45 localhost IMP[1260]: Login 10.10.80.8 to localhost:143 as
> flavour
> Jan 3 14:08:46 localhost imapd[13288]: Login failure user=шь^Z^H
> host=localhost.localdomain [127.0.0.1]
> Jan 3 14:08:49 localhost imapd[13288]: Login failure user=шь^Z^H
> host=localhost.localdomain [127.0.0.1]
> Jan 3 14:08:52 localhost imapd[13288]: Login failure user=шь^Z^H
> host=localhost.localdomain [127.0.0.1]
> Jan 3 14:09:08 localhost imapd[13308]: Login failure user= ^]$^H
> host=localhost.localdomain [127.0.0.1]
Versions and OS environment help to determine the problem. I'm going to guess
that you're on linux, running php-4.0.4. If that is the case, there's a bug in
the way c-client uses the linux resolver which corrupts the username and
password in php. There is a workaround. Set your server entry in your imp
config file to the FQDN of your imap host (i.e. instead of 'localhost', make
it 'host.domain.com').
--mk23