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
$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! :)
i'm having the exact same problem. i hope someone out there has a fix for this.
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)
same problem...fix worked for me too...Great!