On Mon, Nov 16, 2009 at 01:55:46PM +0000, Laurence Moughan wrote: > eurocommerce.ie. 3151 IN MX 10 cluster8.eu.messagelabs.com. > eurocommerce.ie. 3151 IN MX 20 cluster8a.eu.messagelabs.com\032. > > See the (\032) trailing commas on the line containing the mx also > seem to fail me.
The MX records is malformed. The safe thing to do is to not accept garbage. > (Host or domain name not found. Name service error for > name=EUROCOMMERCE.IE type=MX: Host not found, try again) Errors should not be ignored, the malformed "cluster8a" MX host must not be used. > My postfix is 2.2 - do later postfix release cater for remote dns typos > of this kind ? Postfix 2.5.7 will likely be able to connect to the "cluster8" MX host. smtp-finger: warning: valid_hostname: invalid character 92(decimal): cluster8a.eu.messagelabs.com\032 smtp-finger: warning: malformed domain name in resource data of MX record for eurocommerce.ie: cluster8a.eu.messagelabs.com\032 smtp-finger: Connected to cluster8.eu.messagelabs.com[85.158.139.19]:25 smtp-finger: < 220 server-14.tower-178.messagelabs.com ESMTP smtp-finger: > EHLO hqmtaext01.ms.com smtp-finger: < 250-server-14.tower-178.messagelabs.com smtp-finger: < 250-STARTTLS smtp-finger: < 250-PIPELINING smtp-finger: < 250 8BITMIME The unreleased "smtp-finger" code is essentially identical to the code in the SMTP delivery agent, both call smtp_domain_addr() to resolve the MX host list. So if smtp-finger can connect, I'd expect the same from smtp(8). Feel free to try 2.5.7. If you want more help, you really should report full log entries from a failed delivery (all loging from the smtp(8) delivery agent with the same process id that reports the final delivery error, preceding that error, but not associated with a previous transaction). -- Viktor. Disclaimer: off-list followups get on-list replies or get ignored. Please do not ignore the "Reply-To" header. To unsubscribe from the postfix-users list, visit http://www.postfix.org/lists.html or click the link below: <mailto:majord...@postfix.org?body=unsubscribe%20postfix-users> If my response solves your problem, the best way to thank me is to not send an "it worked, thanks" follow-up. If you must respond, please put "It worked, thanks" in the "Subject" so I can delete these quickly.