[imp] Demo for 2.3-Devel not working.

Anil Madhavapeddy anil@recoil.org
Mon, 9 Jul 2001 19:19:50 +0100


Christopher Crowley wrote:
>
> I tried to use the demo, and failed to authenticate. I am
> sure that the password I was using was correct, and my
> system logs show that I actually succeeded to authenticate,
> but I was never let in.
>
> Jul  9 10:22:18 majestic imapd[8404]: Authenticated user=ccrowle
> host=a.recoil.org [195.40.6.160]
       ^^^^^^^^^^^^

reverse DNS is still propagating, as soon as that becomes
'brick.recoil.org' some problems should be fixed.

Anil



>From chuck@horde.org Date: Mon,  9 Jul 2001 14:25:23 -0400
Return-Path: <chuck@horde.org>
Mailing-List: contact imp-help@lists.horde.org; run by ezmlm
Delivered-To: mailing list imp@lists.horde.org
Received: (qmail 44898 invoked from network); 9 Jul 2001 18:27:10 -0000
Received: from 208-59-250-206.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com (HELO marina.horde.org) (208.59.250.206)
  by horde.org with SMTP; 9 Jul 2001 18:27:10 -0000
Received: by marina.horde.org (Postfix, from userid 33)
	id 6A43439F4; Mon,  9 Jul 2001 14:25:23 -0400 (EDT)
Received: from 206.243.191.252 ( [206.243.191.252])
	as user chuck@localhost by marina.horde.org with HTTP;
	Mon,  9 Jul 2001 14:25:23 -0400
Message-ID: <994703123.3b49f71349deb@marina.horde.org>
Date: Mon,  9 Jul 2001 14:25:23 -0400
From: Chuck Hagenbuch <chuck@horde.org>
To: imp@lists.horde.org
References: <3B49E99C.5050909@spacepirates.com>
In-Reply-To: <3B49E99C.5050909@spacepirates.com>
MIME-Version: 1.0
Content-Type: text/plain
Content-Transfer-Encoding: 8bit
User-Agent: Internet Messaging Program (IMP) 2.3.7-cvs
Subject: Re: [imp] authentication failing with imp and horde

Quoting Scott Douglass <scott@spacepirates.com>:

> With older versions of IMP logins did not attempt to use CRAM-MD5 (or 
> other available SASL plugins) but always used plain text. Which was fine
> for me since everything is running on the same host and my client's are
> connecting over SSL.

You need to either disable CRAM-MD5 in the c-client that IMP uses, or to 
disable it in the imap server...

-chuck

--
Charles Hagenbuch, <chuck@horde.org>
Some fallen angels have their good reasons.


>From marc@register4less.com Date: Mon,  9 Jul 2001 14:34:10 -0400
Return-Path: <marc@register4less.com>
Mailing-List: contact imp-help@lists.horde.org; run by ezmlm
Delivered-To: mailing list imp@lists.horde.org
Received: (qmail 46191 invoked from network); 9 Jul 2001 18:34:13 -0000
Received: from modemcable063.106-200-24.mtl.mc.videotron.ca (HELO whitestar.visualocity.com) (24.200.106.63)
  by horde.org with SMTP; 9 Jul 2001 18:34:13 -0000
Received: (from apache@localhost)
	by whitestar.visualocity.com (8.11.2/8.11.2) id f69IYBI23555;
	Mon, 9 Jul 2001 14:34:11 -0400
X-Authentication-Warning: whitestar.visualocity.com: apache set sender to marc@register4less.com using -f
Received: from 206.47.244.91 ( [206.47.244.91])
	as user marc_jauvin_com@webmail4less.com by jauvin.com.it.homeip.net with HTTP;
	Mon,  9 Jul 2001 14:34:10 -0400
Message-ID: <994703650.3b49f92291d64@jauvin.com.it.homeip.net>
Date: Mon,  9 Jul 2001 14:34:10 -0400
From: Marc Jauvin <marc@register4less.com>
To: imp@lists.horde.org, Brad Vedders <veddebra@aquinas.edu>
References: <Pine.LNX.4.33.0107091117530.21108-100000@hawthorn.aquinas.edu>
In-Reply-To: <Pine.LNX.4.33.0107091117530.21108-100000@hawthorn.aquinas.edu>
MIME-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 8bit
User-Agent: Internet Messaging Program (IMP) 2.3.7-cvs
X-Originating-IP: 206.47.244.91
Subject: Re: [imp] Horde Summary

Look into 'horde/config/registry.php' and change the following:

$this->services['imp']['auth']['login'] = array(
    'link' => "%application%/login.php?redirect_url=|url|"
);

To:

$this->services['imp']['auth']['login'] = array(
    'link' => "%application%/login.php?redirect_url=/imp"
);

-- 
marc

Back Up My Hard Drive? I Can't Find The Reverse Switch!



Quoting Brad Vedders <veddebra@aquinas.edu>:

> I currently have imp set to do the authentication for horde.  I was
> wondering if there was a way to make it display a user's INBOX first
> versus the horde summary?  Perhaps this could be a configurable option
> somewhere in the program?  I just want to make it as easy as possible for
> my users that are not as familiar with the underlying horde framework.
> 
> I'm running the latest CVS for horde and IMP.
> 
> Thanks,
> 
> Brad Vedders, Network Systems Administrator
> Aquinas College, Grand Rapids, MI 49506
> =>phone (616) 459-8281 x3743
> =>email veddebra@aquinas.edu
> 
> 
> -- 
> IMP mailing list: http://horde.org/imp/
> Archive: http://marc.theaimsgroup.com/?l=imp&r=1&w=2
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: imp-unsubscribe@lists.horde.org
> 
>