Dear All,

Mine is FC6 System...
After install the passwd and tools with IMP and try to change the password :
http://www.ita.org.mo/~edward/horde/password_error.gif

For the config of passwd/config/backends.php :

$backends['poppassd'] = array(
    'name' => 'Example Poppassd Server',
    'preferred' => 'www.mydomain.com',
    'password policy' => array(),
    'driver' => 'poppassd',
    'params' => array(
        'host' => 'localhost',
        'port' => 106
    )
);

For the config of /etc/xinetd.d/poppassd :

service poppassd
{
       disable        = no
       socket_type     = stream
       wait            = no
       user            = root
       server          = /usr/sbin/poppassd
}

So, what problem of the config file ?

Edward.


-- 
IMP mailing list - Join the hunt: http://horde.org/bounties/#imp
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: [EMAIL PROTECTED]

Reply via email to