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.
Here is one last effort from me, can you check the mails with Thunderbird or Outlook? Well can you IMAP with Thunderbird and Outlook? Also, RC does not support POP3, it only supports IMAP.
-Nitin
Riccardo Giuntoli wrote:
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.