Roundcube Community Forum

Release Support => Older Versions => Release Candidate 2 => Topic started by: infium on January 18, 2008, 06:36:30 AM

Title: Cant send mail
Post by: infium on January 18, 2008, 06:36:30 AM
I can read, but cant reply or send mail. :-[

in logs this error:
[timestamp] SMTP Error: SMTP error: Authentication failure: Invalid response code received from server in /xxx/program/steps/mail/sendmail.inc on line 334

in /var/log/maillog
Jan 18 12:09:58 user sm-mta[61817]: m0I99wCX061817: domain.com [123.45.67.89] did not issue MAIL/EXPN/VRFY/ETRN during connection to IPv4


Code: [Select]
$rcmail_config['smtp_server'] = 'mail.mydomain.com';
$rcmail_config['smtp_port'] = 25;
$rcmail_config['smtp_user'] = '%u';
$rcmail_config['smtp_pass'] = '%p';
$rcmail_config['smtp_auth_type'] = '';
$rcmail_config['smtp_helo_host'] = '[url]www.mydomain.com;[/url]
$rcmail_config['smtp_log'] = TRUE;

How can i fix it? ???

Thanx! :)
Title: Re: Cant send mail
Post by: cowgod on February 03, 2008, 01:38:04 PM
i'm having the exact same problem. i hope someone out there has a fix for this.
Title: Re: Cant send mail
Post by: eyes_drinker on February 05, 2008, 09:47:51 AM
Hi Guyz :)

I just downloaded and configured RoundCubeMail and had same issue.... i checked log file and was getting Authentication Error..

anyhow, i did empty all the values for smtp settings like below,

$rcmail_config['smtp_server'] = '';
$rcmail_config['smtp_port'] = 25;
$rcmail_config['smtp_user'] = '';
$rcmail_config['smtp_pass'] = '';


so when smtp server has no value program use PHP's mail() function to send emails.

i am fine with this now.

Coooooooooooool....... 8)

Title: Re: Cant send mail
Post by: stevef1011 on February 05, 2008, 07:11:27 PM
same problem...fix worked for me too...Great!