--Ian
________________________________________
From: BAGI Ákos [ab...@compuflex.hu]
Sent: Tuesday, July 21, 2015 3:12 PM
To: qm...@list.cr.yp.to
Subject: Re: CNAME failed at ouutlook.com
Hi!
Thx I solved the proble with your help:
- smtproutes made the magic :)
- but temporarily only, because I think outlook.com will change the ip-s
and a fix
route won't work for a longer period.
- I would however avoid to patch qmail on a running system.
I really do not understand what is the reason of the error if the
response is 80 bytes
only and the dns.c patch is useful when the 512 bytes response limit is
crossed.
BR
Akos
2015.07.21. 20:57 keltezéssel, Jonathan Knopp írta:
> I ran into this error message a couple weeks ago too, and for me it was a result of name.com (big registrar) denying DNS ANY requests, which qmail uses to look for CNAMES on the From and Reply-To headers' domains. Unfortunately qmail handles a failed response on this request badly, given it isn't actually needed in the first place. You could try patching qmail to use CNAME instead of ANY for that request (though I don't know if the bind bug that prompted that change in the first place is still out in the wild), or use the patch that disables the canonical lookup altogether.
>
> http://fanf.livejournal.com/122220.html discusses the issue and provides both possible fixes.
>
> I haven't actually applied either yet, just created a static route temporarily for the one domain we were having issues with. But given that name.com is not a small registrar and they aren't likely to change their minds it is probably something that needs to be addressed in qmail distributions sooner than later.
>
> On 15-07-21 10:50 AM, BAGI Ákos wrote: