N P List ha scritto:
I'm sure you have done this correctly, but double check it. Make sure that MySQL database and user is correctly setup. And in RC's config/db.inc.php you have the correct MySQL username, password etc.
# mysql -u wmailappuser -p
Enter password:
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 1289 to server version: 4.1.18

Type 'help;' or '\h' for help. Type '\c' to clear the buffer.

mysql>

Like you can see user & password are correct.
Also, just for kicks, change these settings:
$rcmail_config['smtp_user'] = '%u';
$rcmail_config['smtp_pass'] = '%p';
to
$rcmail_config['smtp_user'] = '';
$rcmail_config['smtp_pass'] = '';

Nothing change.
-Nitin
Thank you for your fast reply,
best regards, RG.

--
name: Riccardo Giuntoli
www work: http://www.BSDInformatica.biz/
www personal: http://www.luxoro.org/
email: [EMAIL PROTECTED]
location: Genova, Italy
6BONE Handle: RG581-6BONE
PGP Key: 0x967874DD
PGP Fingerprint: 5E66 D563 7183 BF90 4B46
               4E0B CBD5 2903 9678 74DD
key server: hkp://wwwkeys.eu.pgp.net



Reply via email to