[sork] sork with horde 3
Maximilian Ebert
max.ebert at titoly.de
Thu Jul 21 13:11:34 PDT 2005
I still try to use passwd with vpopmail but i get the sql error here
is my config:
$backends['vpopmail'] = array (
'name' => 'vpopmail Authentication dsdsd',
'preferred' => '',
'password policy' => array(
'minLength' => 3,
'maxLength' => 8,
'maxSpace' => 0,
'minUpper' => 0,
'minLower' => 0,
'minNumeric' => 0
'maxSpace' => 0,
'minUpper' => 0,
'minLower' => 0,
'minNumeric' => 0
),
'driver' => 'vpopmail',
'params' => array(
'phptype' => 'mysql',
'hostspec' => 'localhost',
'username' => 'root',
'password' => 'xxxx',
'encryption' => 'crypt',
'database' => 'vpopmail',
'table' => 'vpopmail',
'name' => 'pw_name',
'domain' => 'pw_domain',
'passwd' => 'pw_passwd',
'clear_passwd' => 'pw_clear_passwd',
'use_clear_passwd' => true,
'show_encryption' => true
)
);
does anybody see an error?
greets
More information about the sork
mailing list