Hi Everyone,
I have just installed roundcube. Everything went well but I have a small probelm.
When I have logged in I get the following error when sending a mail.
[10-Jan-2010 00:23:22 +1300]: SMTP Error: SMTP error: Authentication failure: SMTP server does not support authentication (Code: ) in /home/www/html/webmail/program/ste
ps/mail/func.inc on line 1365 (POST /webmail/?_task=mail&_action=send)
Is there someone here that can help me please?
Thaning you in advance,
Carel
Set the $rcmail_config['smtp_auth_type'] in the /config/main.inc.php If you don't know what authentication your server is using just try all of them (DIGEST-MD5, CRAM-MD5, LOGIN, PLAIN) in turn to see if it goes away, however I am guessing form the error message that it will be LOGIN or PLAIN.
Thanks for your reply .....
I fixed it by removing the %u and %p from the
$rcmail_config['smtp_user'] = '';
$rcmail_config['smtp_pass'] = '';
Cheers,
Carel