[imp] HORDE [emergency] [horde] Unable to connect to SQL
RYAN vAN GINNEKEN
luck at computerking.ca
Thu Mar 3 13:09:53 PST 2005
I made some changes to my servers.php as seggested and think i am making
some real progress. However it is still a no go now 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 even just 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