[sork] [passwd] vpopmail change passwd

Maikel Punie horde at studio26.be
Thu Jul 15 09:55:59 PDT 2004


hi,

ok what encryption should i use to enable the option to change the 
password for vpopmail?

thius is my current config:

$backends['vpopmail'] = array (
    'name' => 'vpopmail Authentication',
    'preferred' => '',
    'password policy' => array(
        'minLength' => 5,
        'maxLength' => 16,
        'maxSpace' => 0,
        'minUpper' => 0,
        'minLower' => 0,
        'minNumeric' => 0
    ),
    'driver' => 'vpopmail',
    'params' => array(
        'phptype'    => 'mysql',
        'hostspec'   => 'localhost',
        'username'   => 'XXXXXXXX',
        'password'   => 'XXXXXXXX',
        'encryption' => 'crypt',
        'database'   => 'vpopmail',
        'table'      => 'vpopmail',
        'name'    => 'pw_name',
        'domain'  => 'pw_domain',
        'passwd' =>  'pw_passwd',
        'clear_passwd' => 'pw_clear_passwd',
        'use_clear_passwd' => true
    )
);

Also is there somwhere a Driver for the account and forward function for 
vpopmail?

~Maikel.


More information about the sork mailing list