Author Topic: Cant send mail  (Read 7158 times)

Offline infium

  • Newbie
  • *
  • Posts: 1
Cant send mail
« 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! :)

cowgod

  • Guest
Re: Cant send mail
« Reply #1 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.

Offline eyes_drinker

  • Newbie
  • *
  • Posts: 7
Re: Cant send mail
« Reply #2 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)


Offline stevef1011

  • Newbie
  • *
  • Posts: 3
Re: Cant send mail
« Reply #3 on: February 05, 2008, 07:11:27 PM »
same problem...fix worked for me too...Great!