[imp] preferences with postgres

Rene Lund Jensen lundeman@tbkol.dk
Tue, 5 Feb 2002 09:52:46 +0100


> If i change:
> $conf['prefs']['driver'] = 'sql';
>
> to
> $conf['prefs']['driver'] = 'none';  in the preferences section, I can
login
> fine.

This indicates that your $conf['auth'] settings are correct.
But somethings go wrong when you try to add preference support.

I once had a simular problem.
Adding the following line to the $conf['prefs']['params'] array fixed it.

$conf['prefs']['params']['protocol'] = 'unix';


René Jensen

lundeman@tbkol.dk



>From mike@graftonhall.co.nz Date: Tue,  5 Feb 2002 09:01:37 +0000
Return-Path: <mike@graftonhall.co.nz>
Mailing-List: contact imp-help@lists.horde.org; run by ezmlm
Delivered-To: mailing list imp@lists.horde.org
Received: (qmail 91671 invoked from network); 5 Feb 2002 08:56:50 -0000
Received: from unknown (HELO graftonhall.co.nz) (210.54.179.59)
  by clark.horde.org with SMTP; 5 Feb 2002 08:56:50 -0000
Received: from localhost [127.0.0.1]
	by graftonhall.co.nz [10.0.0.4]
	with SMTP (MDaemon.PRO.v5.0.4.R)
	for <imp@lists.horde.org>; Tue, 05 Feb 2002 22:01:38 +1300
Received: from 10.0.0.4 ( [10.0.0.4])
	as user mike@10.0.0.4 by head.graftonhall.co.nz with HTTP;
	Tue,  5 Feb 2002 09:01:37 +0000
Message-ID: <1012899697.3c5f9f71bb326@head.graftonhall.co.nz>
Date: Tue,  5 Feb 2002 09:01:37 +0000
From: Michael Cochrane <mike@graftonhall.co.nz>
To: imp@lists.horde.org
References: <005b01c1ada3$1ed8e550$7c00a8c0@capoeirafrance.com> <001901c1ae1c$b8bfa810$4400a8c0@shg.it>
In-Reply-To: <001901c1ae1c$b8bfa810$4400a8c0@shg.it>
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
User-Agent: Internet Messaging Program (IMP) 4.0-cvs
X-Originating-IP: 10.0.0.4
X-MDRemoteIP: 127.0.0.1
X-Return-Path: mike@graftonhall.co.nz
X-MDaemon-Deliver-To: imp@lists.horde.org
Subject: Re: [imp] newbie to imp 3.0 - please...

IMP uses your imap or pop3 server for authentication. So to add users for imp
you'll have to add users on your mail server.

There is currently no administration infterface for IMP.

- Mike


Quoting youx <youx@free.fr>:

> Hi,
> I'm new to imp and tried to install the imp 3.0 but I don't understand how
> to make the administration of horde/imp, at least to add users.
> passing through mysql, I added a user with a md5's password but I cannot
> enter the imp login anyway...
> does s.o. know the end of the install procedure : how to become an
> administrator for imp ???
> thanks a lot
> 
> Loic
> 
> 
> 
> -- 
> 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
> 
>