[sork] Re: Passwd module problem - vpopmail + mysql + multiple
domains
steven lim
stevenlim99 at hotmail.com
Wed Aug 20 09:10:25 PDT 2003
Hi Eric,
Thanks for your prompt reply.
I still have the same problem even with the following changes to the
backend.php
$backends['vpopmail'] = array (
'name' => 'vpopmail Authentication',
'preferred' => '',
'password policy' => array(
'minLength' => 3,
'maxLength' => 8,
'maxSpace' => 0,
'minUpper' => 0,
'minLower' => 0,
'minNumeric' => 0
),
'driver' => 'vpopmail',
'params' => array(
'phptype' => 'mysql',
'hostspec' => 'localhost',
'username' => mysql_user',
'password' => 'password',
'encryption' => 'crypt',
'database' => 'vpopmail',
'table' => 'vpopmail',
'socket' => '/tmp/mysql.sock',
'protocol' => 'tcp',
'name' => 'pw_name',
'domain' => 'pw_domain',
'passwd' => 'pw_passwd',
'clear_passwd' => 'pw_clear_passwd',
'use_clear_passwd' => true
)
);
I have tried with both "tcp" and "unix" , error still exist.
Are there some other files/configuration that I need to change ?
Regards,
Steven
_________________________________________________________________
Get 10mb of inbox space with MSN Hotmail Extra Storage
http://join.msn.com/?pgmarket=en-sg
More information about the sork
mailing list