[horde] qmailtoaster with horde Poppassd - Incorrect old password
Suhag P Desai
spdesai at gnvfc.net
Tue Jul 20 15:37:55 UTC 2010
Dear All,
Qmailtoaster plus running ok with horde groupware webmail. But when I tried
to integrate poppassd module to change the password from horde web
interface.I get the error like
"Failure in changing password for Example Poppassd Server: Incorrect old
password"
My /passwd/config/conf.php file is
[root at spd config]# cat conf.php
<?php
/* CONFIG START. DO NOT CHANGE ANYTHING IN OR AFTER THIS LINE. */
// $Horde: passwd/config/conf.xml,v 1.12.2.1 2008/10/09 17:12:03 jan Exp $
$conf['menu']['apps'] = array('dimp', 'horde', 'imp', 'ingo', 'kronolith',
'mimp', 'mnemo', 'nag', 'passwd', 'turba');
$conf['backend']['backend_list'] = 'hidden';
$conf['user']['change'] = true;
$conf['user']['refused'] = array('root', 'bin', 'daemon', 'adm', 'lp',
'shutdown', 'halt', 'uucp', 'ftp', 'anonymous', 'nobody', 'httpd',
'operator', 'guest', 'diginext', 'bind', 'cyrus', 'courier', 'games',
'kmem', 'mailnull', 'man', 'mysql', 'news', 'postfix', 'sshd', 'tty',
'www');
$conf['password']['strengthtests'] = false;
$conf['hooks']['full_name'] = true;
$conf['hooks']['default_username'] = false;
$conf['hooks']['username'] = false;
$conf['hooks']['userdn'] = false;
/* CONFIG END. DO NOT CHANGE ANYTHING IN OR BEFORE THIS LINE. */
My backend.php file like below
$backends['poppassd'] = array(
'name' => 'Example Poppassd Server',
'preferred' => '',
'password policy' => array(),
'driver' => 'poppassd',
'params' => array(
'host' => 'localhost',
'port' => 106
)
);
Please do the needful.
Regards,
Suhag Desai.
More information about the horde
mailing list