[imp] Imp auth with IMAP login success, then login fail

Chris Miller chris.miller at cosmic.org.uk
Tue May 16 07:37:00 PDT 2006


Hi,

Have recently upgraded to latest horde 3.1.1 and IMP 4.1.1 over FreeBSD 6

Running MySQL backend authentication to courier IMAP daemon which works fine
for normal email transactions

I have configured horde to authenticate login attempts via imp and my
servers.php looks as follows.

Horde is running on a apache2.2 webserver and the email server is a separate
machine (mymail.mydomain.com) however they are locally connected.


$servers[‘imap’] = array(
	‘name’ => ‘IMAP Server’,
	‘server’ => ‘mymail.mydomain.com’
	‘hordeauth’ => false,
	‘protocal’ => 'imap/notls',
	'port' => 143,
);

The test.php works with this configuration

I get, in horde.log

HORDE[notice][imp] login success for xxx at mydomain.com[111.222.333.444] to
{mymail.mydomain.com:143}[on line 152 of "../horde/imp/redirect.php"]

It is immediately followed by

HORDE[error][imp] FAILED LOGIN 111.222.333.444 to
mymail.mydomain.com:143[imap/notls] as xxx at mydomain.com [on line 262 of
"../horde/imp/lib/Auth/imp.php"]

I have tried various different configurations, all of which fail in one way
or another (i.e. the mail page doesn’t get displayed at all at successful
login to horde, or the mail page asks for an additional login)


By setting the auth backend to horde to be imp with imap, does this suggest
I require hordeauth= false as I suspect ? (I have tried ture and 'full'
however these don’t work either.)

Is this perhaps something that has changed due to autodetection of server
parameters in IMP 4.1 since it used to work. (i.e. I am unsure of the exact
settings for a courierIMAP daemon)




So please could someone answer a couple of these questions!?! Many thanks

-- 
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.392 / Virus Database: 268.5.6/340 - Release Date: 15/05/2006
 



More information about the imp mailing list