Operating System - HP-UX
1824169 Members
3461 Online
109668 Solutions
New Discussion юеВ

Sendmail DSN: Data format error

 
Ray Pemberton
Occasional Advisor

Sendmail DSN: Data format error

We had a problem with DNS on our mail relay server, which resulted in emails being lost. Can sendmail be set up to resend an email we get the error below:-


Feb 6 02:07:26 ssn4000d sendmail[7514]: CAA07512: to=, delay=00:00:24, xdelay=00:00:24, mailer=relay,
relay=ukproxy.torex.com [159.170.4.84], stat=Data format error
Feb 6 02:07:26 ssn4000d sendmail[7514]: CAA07512: CAA07514: DSN: Data format error
4 REPLIES 4
Peter Godron
Honored Contributor

Re: Sendmail DSN: Data format error

Ray,
what is the problem with the DNS ?
Have you set you DM macro correctly in sendmail.cf? (Should be your domain name)
Are all messages impacted by this?
Steven E. Protter
Exalted Contributor

Re: Sendmail DSN: Data format error

Shalom Ray,

nslookup sbs.nhs.uk

If the lookup fails, sendmail will not be able to deliver the mail.

Except if you are using the DS parameter of sendmail to do relay.

In that case, make sure nslookup for ukproxy.torex.com works. Make sure you can ping it or telnet ukproxy.torex.com 25 the server.

Make sure it allows the server we are working with, ssn4000d to relay.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Ray Pemberton
Occasional Advisor

Re: Sendmail DSN: Data format error

emails worked fine before and after the DNS issue. We had to kill off and restaart the named process on the mail relay server. The messages that were sent during the DNS down period were lost, can this be avoided as the emails are critical.
Ivan Ferreira
Honored Contributor

Re: Sendmail DSN: Data format error

If DNS down is your problem, you can configure a secondary DNS server. If Mail server down is your problem, you can configure a another MX resource record.
Por que hacerlo dificil si es posible hacerlo facil? - Why do it the hard way, when you can do it the easy way?