imap authentication

rangerfox at rangerfox.com rangerfox at rangerfox.com
Thu Mar 1 12:51:32 PST 2001


This is how I attempted to set up to use imap as authentication, what did
I do wrong?


/**
 ** Horde Authentication  
 **/

// What backend should we use for authenticating users to Horde? Valid
// options are currently 'imap', 'ldap', 'mcal', 'sql', and 'ftp'.
$conf['auth']['driver'] = 'imap';

// An array holding any parameters that the Auth object will need to
// function correctly. For IMAP, this is the server name, port,
// protocol, etc.
$conf['auth']['params'] = array();
$conf['auth']['params']['server'] = 'newworldinternet.com'   
$conf['auth']['params']['protocol'] = 'imap'
$conf['auth']['params']['port'] = '143'



>From chuck at horde.org Date: Thu,  1 Mar 2001 16:13:09 -0500
Return-Path: <chuck at horde.org>
Mailing-List: contact horde-help at lists.horde.org; run by ezmlm
Delivered-To: mailing list horde at lists.horde.org
Received: (qmail 98212 invoked from network); 1 Mar 2001 21:14:09 -0000
Received: from 208-59-178-62.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com (HELO marina.horde.org) (208.59.178.62)
  by horde.org with SMTP; 1 Mar 2001 21:14:09 -0000
Received: by marina.horde.org (Postfix, from userid 33)
	id B7CD33CA9; Thu,  1 Mar 2001 16:13:09 -0500 (EST)
Received: from 206.243.191.252 ( [206.243.191.252])
	as user chuck at marina.horde.org by marina.horde.org with HTTP;
	Thu,  1 Mar 2001 16:13:09 -0500
Message-ID: <983481189.3a9ebb6572e09 at marina.horde.org>
Date: Thu,  1 Mar 2001 16:13:09 -0500
From: Chuck Hagenbuch <chuck at horde.org>
To: horde at lists.horde.org
MIME-Version: 1.0
Content-Type: text/plain
Content-Transfer-Encoding: 8bit
User-Agent: Internet Messaging Program (IMP) 2.3.7-cvs
Subject: Re: [horde] imap authentication

Quoting rangerfox at rangerfox.com:

> This is how I attempted to set up to use imap as authentication, what did
> I do wrong?

> $conf['auth']['params']['server'] = 'newworldinternet.com'   

Does this resolve to a machine that's running an imap server?

-chuck

--
Charles Hagenbuch, <chuck at horde.org>
"We have no fuel on board, plus or minus 8 kilograms." -A NASA scientist


>From rangerfox at rangerfox.com Date: Thu,  1 Mar 2001 17:19:20 -0600
Return-Path: <rangerfox at rangerfox.com>
Mailing-List: contact horde-help at lists.horde.org; run by ezmlm
Delivered-To: mailing list horde at lists.horde.org
Received: (qmail 12637 invoked from network); 1 Mar 2001 23:19:21 -0000
Received: from web.newworldinternet.com (root at 63.99.92.20)
  by horde.org with SMTP; 1 Mar 2001 23:19:21 -0000
Received: (from apache at localhost)
	by web.newworldinternet.com (8.11.0/8.11.0) id f21NJKE30315
	for horde at lists.horde.org; Thu, 1 Mar 2001 17:19:20 -0600
X-Authentication-Warning: web.newworldinternet.com: apache set sender to rangerfox at rangerfox.com using -f
Received: from mr.rogers.violatedme.org ( [mr.rogers.violatedme.org])
	as user rangerfox at localhost by webmail.rangerfox.com with HTTP;
	Thu,  1 Mar 2001 17:19:20 -0600
Message-ID: <983488760.3a9ed8f8c5671 at webmail.rangerfox.com>
Date: Thu,  1 Mar 2001 17:19:20 -0600
From: Ranger Fox <rangerfox at rangerfox.com>
To: horde at lists.horde.org
References: <983481189.3a9ebb6572e09 at marina.horde.org>
In-Reply-To: <983481189.3a9ebb6572e09 at marina.horde.org>
MIME-Version: 1.0
Content-Type: text/plain
Content-Transfer-Encoding: 8bit
User-Agent: Internet Messaging Program (IMP) 2.3.7-cvs
X-Originating-IP: 216.254.26.139
Subject: Re: [horde] imap authentication

note to self: semi colons are our friends

Quoting Chuck Hagenbuch <chuck at horde.org>:

> Quoting rangerfox at rangerfox.com:
> 
> > This is how I attempted to set up to use imap as authentication, what did
> > I do wrong?
> 
> > $conf['auth']['params']['server'] = 'newworldinternet.com'   
> 
> Does this resolve to a machine that's running an imap server?
> 
> -chuck
> 
> --
> Charles Hagenbuch, <chuck at horde.org>
> "We have no fuel on board, plus or minus 8 kilograms." -A NASA scientist
> 
> -- 
> Horde mailing list: http://horde.org/horde/
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: horde-unsubscribe at lists.horde.org
> 





More information about the horde mailing list