Author Topic: SMTP error when sending mail from roundcube  (Read 3370 times)

Offline carel.lubbe

  • Newbie
  • *
  • Posts: 2
SMTP error when sending mail from roundcube
« 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

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,882
    • SKaero - Custom Roundcube development
SMTP error when sending mail from roundcube
« Reply #1 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.

Offline carel.lubbe

  • Newbie
  • *
  • Posts: 2
Ahhh .... I have got it
« Reply #2 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