Koozali.org: home of the SME Server

[SOLVED] Connected_to_127.0.0.1_but_greeting_failed./Remote_host_said:_451_Coul

Offline cactus

  • *
  • 4,880
  • +3/-0
    • http://www.snetram.nl
This morning my server suddenly stopped sending mail through the external mailserver of my provider although I did not change anything the last few weeks on my server.

I already verified if my account and password were still valid by login in to their webmail interface and my account still seems to be working.

My server is configured to do SMTP auth proxying (as has always been the case). In the qmail/current log file I see the following information:

Code: [Select]
@400000004935807824f16b9c status: local 0/10 remote 0/20
@40000000493580ff24b9fc34 starting delivery 8: msg 557063 to remote username@obfuscated.domain
@40000000493580ff24c27fe4 status: local 0/10 remote 1/20
@40000000493580ff3b2092e4 delivery 8: deferral: Connected_to_127.0.0.1_but_greeting_failed./Remote_host_said:_451_Could_not_auth_to_mail_server/
@40000000493580ff3b20ecbc status: local 0/10 remote 0/20/

I have already tried setting smtp-auth-proxy's Debug property to enabled in the configuration database and restarted the service like this:
Code: [Select]
db configuration setprop smtp-auth-proxy Debug enabled
signal-event email-update

My smtpd-auth-proxy configuration database entry now looks like this (credentials blanked out):

Code: [Select]
[root@homer ~]# db configuration show smtp-auth-proxy
smtp-auth-proxy=service
    Debug=enabled
    Passwd=*********
    Userid=*********
    status=enabled
[root@homer ~]#

But after that at least the qmail/current log is not giving me more detail than before.
Is there a way to find out what is causing this problem for instance by increasing (other) loglevels? And how would I do so on SME Server 7.4? Are there any other logfiles I need to have a look at?
« Last Edit: December 03, 2008, 10:34:30 AM by cactus »
Be careful whose advice you buy, but be patient with those who supply it. Advice is a form of nostalgia, dispensing it is a way of fishing the past from the disposal, wiping it off, painting over the ugly parts and recycling it for more than its worth ~ Baz Luhrmann - Everybody's Free (To Wear Sunscreen)

Offline CharlieBrady

  • *
  • 6,918
  • +3/-0
Re: Connected_to_127.0.0.1_but_greeting_failed./Remote_host_said:_451_Coul
« Reply #1 on: December 02, 2008, 11:02:47 PM »
This morning my server suddenly stopped sending mail through the external mailserver of my provider although I did not change anything the last few weeks on my server.

You'll probably need to speak to your ISP.

The Debug log for the smtp auth proxy is in /var/log/smtp_auth_proxy/current (IIRC).

Offline cactus

  • *
  • 4,880
  • +3/-0
    • http://www.snetram.nl
Re: Connected_to_127.0.0.1_but_greeting_failed./Remote_host_said:_451_Coul
« Reply #2 on: December 02, 2008, 11:06:06 PM »
You'll probably need to speak to your ISP.
I already thought so, but they are not the most cooperative as they do not cater for such services. So the more 'evidence' I have to use against them the easier it will be, hopefully.

The Debug log for the smtp auth proxy is in /var/log/smtp_auth_proxy/current (IIRC).
OK, I will have a look at that file. Thanks!
Be careful whose advice you buy, but be patient with those who supply it. Advice is a form of nostalgia, dispensing it is a way of fishing the past from the disposal, wiping it off, painting over the ugly parts and recycling it for more than its worth ~ Baz Luhrmann - Everybody's Free (To Wear Sunscreen)

Offline Stefano

  • *
  • 10,894
  • +3/-0
Re: Connected_to_127.0.0.1_but_greeting_failed./Remote_host_said:_451_Coul
« Reply #3 on: December 02, 2008, 11:39:40 PM »
Quote
@40000000493580ff3b2092e4 delivery 8: deferral: Connected_to_127.0.0.1_but_greeting_failed./Remote_host_said:_451_Could_not_auth_to_mail_server/

In my experience this is a isp problem.. if your credentials are valid, the only reason for such a failure is something wrong on isp side

my 2€c

Ciao
Stefano


Offline CharlieBrady

  • *
  • 6,918
  • +3/-0
Re: Connected_to_127.0.0.1_but_greeting_failed./Remote_host_said:_451_Coul
« Reply #4 on: December 03, 2008, 01:41:44 AM »
In my experience this is a isp problem.. if your credentials are valid, the only reason for such a failure is something wrong on isp side

I agree.

See bug 4544 - ISP's mail server claims to support chap-md5 but doesn't actually support it.

Offline cactus

  • *
  • 4,880
  • +3/-0
    • http://www.snetram.nl
Re: Connected_to_127.0.0.1_but_greeting_failed./Remote_host_said:_451_Coul
« Reply #5 on: December 03, 2008, 10:33:30 AM »
I already thought so, but they are not the most cooperative as they do not cater for such services. So the more 'evidence' I have to use against them the easier it will be, hopefully.
They seem to have silently dropped the need for authentication, after disabling smtp-auth-proxy mail started flowing again. How I like ISPs :-(
Be careful whose advice you buy, but be patient with those who supply it. Advice is a form of nostalgia, dispensing it is a way of fishing the past from the disposal, wiping it off, painting over the ugly parts and recycling it for more than its worth ~ Baz Luhrmann - Everybody's Free (To Wear Sunscreen)