Topic: Setting up change_sqlpass in squirrelmail
Finally setup iRedMail with Freebsd 8. I setup squireelmail and I am in the process of setting up change-sqlpass. I have some questions about the config.php.sample file.
What do I change this to?
$csp_dsn = 'mysql://user:password@localhost/email_users'
Do I need to change anything here?
$lookup_password_query = 'SELECT count(*) FROM users WHERE username = "%1" AND crypt_password = %4';
Do I need to change anything here?
$password_update_queries = array(
'UPDATE users SET crypt_password = %4 WHERE username = "%1"'
Do I need to change anything here?
$force_change_password_check_query = '';
Do I need to change anything here?
$password_encryption = 'MYSQLPWD';
Do I need to change anything here?
$csp_salt_static = '';
Do I need to change anything here?
$csp_salt_query = 'SELECT salt FROM users WHERE username = "%1"';
Do I need to change anything here?
$csp_secure_port = 0;
Do I need to change anything here?
$csp_non_standard_http_port = 0;
Do I need to change anything here?
$csp_delimiter = '@';
Do I need to change anything here?
$csp_debug = 0;
Thanks for the help in advance. Gonna go live with the server over the weekend after I get this setup.
Darrell
----
Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.