Roundcube Community Forum

News and Announcements => General Discussion => Topic started by: carel.lubbe on January 09, 2010, 06:41:19 AM

Title: SMTP error when sending mail from roundcube
Post by: carel.lubbe on January 09, 2010, 06:41:19 AM
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
Title: SMTP error when sending mail from roundcube
Post by: SKaero on January 09, 2010, 07:05:15 AM
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.
Title: Ahhh .... I have got it
Post by: carel.lubbe on January 09, 2010, 07:20:19 AM
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