poppssd
Stephane Morand
Stephane.Morand@polytechnique.fr
Fri, 15 Mar 2002 13:48:03 +0100 (CET)
Hi,
I got the poppassd package at
https://mail.ph.utexas.edu/test2/patches/public
and installed it with a poppassd server that is runnig good (tested with
telnet, port 106, works fine)
I use a working horde installation:
Imap server is imap-2001a
I use the latest horde release:
Horde version 2.1 (RC1)
IMP IMP 3.1 (RC1)
Turba 1.1 (RC1)
and configured the passwd/config/con.php:
$conf['passwd']['server'] = 'localhost';
$conf['passwd']['port'] = 106;
$conf['passwd']['remove_realm'] = true;
$conf['menu']['apps'] = array('imp');
and configuring the horde/config/registry.php like saying in the INSTALL
file.
I also set up imp/config/server.php:
$servers['imap'] = array(
'name' => 'IMAP Server',
'server' => 'my.server.com',
'protocol' => 'imap',
'port' => 143,
'folders' => '',
'namespace' => '',
'maildomain' => 'my.server.com',
'smtphost' => 'my.server.com',
'realm' => '',
'preferred' => ''
);
When clicking on the passwd logo I get some warning messages:
Warning: Undefined index: admins in
/home/http/pmcmail/horde-2.1/passwd/templates/main.inc on line 23
Warning: Wrong datatype for second argument in call to in_array in
/home/http/pmcmail/horde-2.1/passwd/templates/main.inc on line 23
and I can change the password anyway. The passwd module just warn me all
the time.
Where does this bug come from ?
Stephane