[imp] Trying to logon to IMP
Mark Worsdall
imp at worsdall.demon.co.uk
Sun Apr 13 21:01:06 PDT 2003
Hi,
Running:
FreeBSD 4.5
Apache 1.3.19
PHP 4.3.1
Horde: 2.2.1
IMP 3.2.1
I cannot seem to get the system to allow anyone to logon.
I have tried both of these settings:
in file /horde/config/horde.php:-
$conf['auth']['driver'] = 'imap';
$conf['auth']['params'] = array();
$conf['auth']['params']['dsn'] =
'{localhost/imap/novalidate-cert:993}INBOX';
and in file /horde/imp/config/servers.php
$servers['_prompt'] = array(
'name' => _("Choose a mail server:")
);
$servers['imap'] = array(
'name' => 'IMAP Server',
'server' => 'hinwick.demon.co.uk',
'protocol' => 'imap/ssl/novalidate-cert',
'port' => 993,
'folders' => 'Mail/',
'namespace' => '',
'maildomain' => 'hinwick.demon.co.uk',
'smtphost' => 'hinwick.demon.co.uk',
'realm' => '',
'preferred' => ''
);
but horde log states this:-
Apr 13 19:19:05 HORDE [error] [imp] FAILED LOGIN 80.177.1.43 to
hinwick.demon.co.uk:993[imap/ssl/novalidate-cert] as smitha [on line 282
of "/usr/www/hinwick/horde/imp/lib/IMP.php"]
in non ssl settings:-
in file /horde/config/horde.php:-
$conf['auth']['driver'] = 'imap';
$conf['auth']['params'] = array();
$conf['auth']['params']['dsn'] = '{localhost/imap:143}INBOX';
and in file /horde/imp/config/servers.php
$servers['_prompt'] = array(
'name' => _("Choose a mail server:")
);
$servers['imap'] = array(
'name' => 'IMAP Server',
'server' => 'hinwick.demon.co.uk',
'protocol' => 'imap',
'port' => 143,
'folders' => 'Mail/',
'namespace' => '',
'maildomain' => 'hinwick.demon.co.uk',
'smtphost' => 'hinwick.demon.co.uk',
'realm' => '',
'preferred' => ''
);
this time the log states:-
Apr 13 19:47:24 HORDE [error] [imp] FAILED LOGIN 80.177.1.43 to
hinwick.demon.co.uk:143[imap] as smitha [on line 282 of
"/usr/www/hinwick/horde/imp/lib/IMP.php"]
Currently the system is using the first configuration.
Any ideas of where to look?
M.
--
Mark Worsdall
https://www.paypal.com/refer/pal=LS79YHQ9VUGLJ
More information about the imp
mailing list