[imp] PASSWORD RELOADED; failed

Sven Kirmess sven.kirmess@gmx.net
Mon, 27 Nov 2000 09:11:51 +0100


---------------------- multipart/mixed attachment
> Quoting Sven Kirmess <sven.kirmess@gmx.net>:
> > Nov 27 00:36:36 server IMP[12417]: PASSWORD RELOADED 192.168.0.1 to
> > server:143[imap] as stest
> > Nov 27 00:36:37 server IMP[12416]: 192.168.0.1 failed
> How did you configure the connection tracking? ($conf['connections']*
stuff)

$conf['connections']['track'] = true;
 
// What connection tracking driver should we use? Valid values are
// currently 'file', 'mysql', 'pgsql', and 'sql'. 
$conf['connections']['driver'] = 'sql';

// Parameters for the connection tracking driver. This includes the
// database specs or file path, any usernames/passwords needed, etc.
$conf['connections']['params'] = array();
$conf['connections']['params']['phptype'] = 'mysql';
$conf['connections']['params']['hostname'] = 'localhost';
$conf['connections']['params']['username'] = 'hordemgr';
$conf['connections']['params']['password'] = 'hordepass';
$conf['connections']['params']['database'] = 'horde';
$conf['connections']['params']['table'] = 'connections';


See also attached file:
/var/opt/apache_1.3.14/htdocs/horde/imp/config/conf.php

btw: The OS is SuSE 6.2 (Linux 2.2)

Sven

---------------------- multipart/mixed attachment--