[imp] Re: FAILED LOGIN

RYAN vAN GINNEKEN luck at computerking.ca
Wed Mar 2 18:59:11 PST 2005


still a no go but i get this in the error logs now instead I do wish to 
use an sql database as a backend but one step at a time right just would 
be nice to login for now.


Mar 02 19:54:49 HORDE [emergency] [horde] Unable to connect to SQL 
server. [on line 375 of "/usr/local/www/horde/lib/Horde/Auth/sql.php"]


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

RYAN vAN GINNEKEN wrote:
| Mar 02 18:39:34 HORDE [error] [imp] FAILED LOGIN 68.146.204.152 to
| localhost:993[imap/ssl/novalidate-cert] as horde [on line 247 of
| "/usr/local/www/horde/imp/lib/Auth/imp.php"]

I think this is because you have setup imp to use a secure connection to
~ connect to your imap server.

try changing the protocol settings in imp/config/servers.php to;

'protocol' => 'imap/notls',

I have the following in horde/imp/config/servers.php

$servers['imap'] = array(
~    'name' => 'IMAP Server',
~    'server' => 'localhost',
~    'hordeauth' => 'full',
~    'protocol' => 'imap/notls',
~    'port' => 143,
~    'folders' => 'INBOX.',
~    'namespace' => '',
~    'maildomain' => '',
~    'smtphost' => 'localhost',
~    'smtpport' => 25,
~    'realm' => '',
~    'preferred' => '',
~    'dotfiles' => false,
~    'quota' => array(
~      'driver' => 'courier',
~      'params' => array(
~        'login' => '',
~        'password' => ''
~      )
~    ),
~    'hierarchies' => array()
);

Hope this helps.

Regards

Toby Heywood

P :: http://www.tobyheywood.co.uk/
W :: http://www.hdotcom.net/
K :: 1024D/1F63D318
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.5 (MingW32)

iD8DBQFCJnK6TyKp2R9j0xgRAkLVAKC+Laopp+Su/qiAMTWo+CkmHPMEygCfSHBg
MknBjX6sL2l4+lwPz6cMglo=
=6q/L
-----END PGP SIGNATURE-----


More information about the imp mailing list