CNAME lookup failed temporarily. (#4.4.3)

31,553

Solution 1

More than four months later, I finally found a solution:

The problem was that my DNS hoster somehow managed to misconfigure the zone for the specific domain so that the server would no longer respond to ANY request, but still handle all other request correctly.

Thus, qmail failed to deliver mail to my domain, because it (incorrectly, as far as I know) relies on ANY requests being answered, while all other (conforming) MTAs worked fine...

Solution 2

In short: qmail is b0rked. It chokes on DNS packets over 512 bytes and sends queries of type ANY which produces the largest replies to find MX records. Apparently you have a lot of information in DNS. Actually it's your friend's problem, he should apply a qmail patch, but it's fairly common, Yahoo seems to have this problem as well. Here's the long version: http://www.google.com/support/forum/p/Google%20Apps/thread?tid=34f43e3e3c59b834&hl=en

Solution 3

Your server should receive incoming messages. Proplem appears to be on his end. Check your postfix logs.

Checked outbound as well.

PTR record for your mail server is broken; it does not point to mail.klickerverbot.at. Error reported is incorrect, but behaviour is reasonable spam rejection behaviour.

Try using your suppliers mail server as a smarthost to send email. Depending on your email software you may be able to do this for specified domains, instead of all domains.

Share:
31,553

Related videos on Youtube

dnadlinger
Author by

dnadlinger

Quantum physicist, programming language geek.

Updated on September 17, 2022

Comments

  • dnadlinger
    dnadlinger over 1 year

    A friend of mine just told me that he can't send mails to accounts on one of my servers via the SMTP server provided by his ISP.

    The error message in the bounce he gets reads:

    Hi. This is the qmail-send program at aon.at.
    I'm afraid I wasn't able to deliver your message to the following addresses.
    This is a permanent error; I've given up. Sorry it didn't work out.
    
    <[email protected]>:
    CNAME lookup failed temporarily. (#4.4.3)
    I'm not going to try again; this message has been in the queue too long.
    

    Any ideas what could be the reason for this?

    I have double-checked the DNS records for my domain, but they seem perfectly fine, and from any other mail servers I tested, delivery works flawlessly…

  • dnadlinger
    dnadlinger over 13 years
    This is not the case: The domain in question is klickverbot.at, the MX record points to mail.klickverbot.at, which has a regular A record.
  • dnadlinger
    dnadlinger over 13 years
    Maybe I've missed something obvious, though, so I'd appreciate if you could have a short look at the records for the domain.
  • Alnitak
    Alnitak over 13 years
    Your domain configuration looks fine from here.
  • dnadlinger
    dnadlinger over 13 years
    Okay, perhaps the other ISP is really at fault. The reason I'm not quite sure about that is that the ISP in question is (or at least was once) the biggest one in Austria. I guess I'll drop them a line…