Author Topic: SMTP Error 250 when sending a message  (Read 6679 times)

Offline ®om

  • Newbie
  • *
  • Posts: 4
SMTP Error 250 when sending a message
« on: August 30, 2009, 05:42:55 AM »
I have a problem with my SMTP in roundcube.

During the roundcube installation process, in /installer/?_step=3, I can "send test mail" without problem, I put my user, my password, my mail as sender and my mail as recipient, and it works.

in roundcube (once installed), when I want to send a real message, I have SMTP Error 250, and this error in syslog :
Code: [Select]
Aug 30 11:34:16 rom-eeebox roundcube: [30-Aug-2009 11:34:16 +0200]: SMTP Error: SMTP error: Authentication failure: SMTP server does not support authentication (Code: ) in /home/rom/mail/program/steps/mail/func.inc on line 1336 (POST /?_task=mail&_action=send)

"SMTP server does not support authentication" : that is just stupid, it worked in step 3, it works in my mail client, it works in mutt… so obviously it supports authentication…

I really don't understand why it doesn't work when I want to send a message with roundcube.

Please help.

Thank you…

Offline ®om

  • Newbie
  • *
  • Posts: 4
SMTP Error 250 when sending a message
« Reply #1 on: August 30, 2009, 05:47:57 AM »
I found, I removed the user/pass :

Code: [Select]
$rcmail_config['smtp_user'] = '';
$rcmail_config['smtp_pass'] = '';


and it works (that's maybe because on localhost there is no need to authenticate).