[imp] How change the 'imap password'

Mathieu CLABAUT mathieu.clabaut@free.fr
Tue, 18 Dec 2001 17:11:47 +0100 (CET)


On Tue, 18 Dec 2001, Jeff Graves wrote:
> Eric,
> 	I set up a link using chpasswd-2.1 for my users. I don't have a link
> for it but I do have the tarball. Let me know if you want it.
>
> -----Original Message-----
> From: Eric Piollet [mailto:eric.piollet@chpyr.aquisante.fr]
> Sent: Monday, December 17, 2001 7:38 AM
> To: imp@lists.horde.org
> Subject: [imp] How change the 'imap password'
>
> How can i configure IMP so that the users can change their passwords
> (IMAP)?

 I've put a small passwd module (for use with last Horde, with imap auth base
 on system password) base on the somebody else popasswd class :

  http://mathieu.clabaut.free.fr/public/passwd.tgz

 with a registry entry :

        $this->applications['passwd'] = array(
    'fileroot' => dirname(__FILE__) . '/../passwd',
    'webroot' => '/horde/passwd',
    'icon' => '/horde/graphics/login.gif',
    'name' => 'Password',
    'allow_guests' => false,
    'show' => true
        );

 You need to install poppassd daemon in order to make it working.

 Hope it will help...

-mat

-- 
___________________________________________________________________________
Mathieu CLABAUT                            mailto:mathieu.clabaut@free.fr
DIGINEXT                                     http://mathieu.clabaut.free.fr
45, impasse de la draille, P.A. La Duranne,   tel: 04 42 90 82 91
13857 Aix En Provence - cedex 3               fax: 04 42 90 82 80