Sendmail problem

problem: user 1 sends an email thru exchange to a unix box w/ 2 ip's and hostnames running sendmail. Email is marked sent to one address and deffered to the other. any ideas as to how to get them both marked as sent? actual error below. When email is sent to the 2nd host the email is proccessed thru an internal program, thus the differant mailer.

Sep 24 14:20:47 qgatu003 sendmail[8610]: OAA08610: from=<Geoff@company.com>, size=3736, class=0, pri=33736, nrcpts=1, msgid=<1F93F8B909D7D21199ED0008C74
CA637D21D00@qgaes001.company.com>, proto=ESMTP, relay=ljcqs016.parent-company.com [10.0.108.19]
Sep 24 14:20:47 qgatu003 sendmail[8611]: OAA08610: to=<root@qgatu003.company.com>, delay=00:00:01, xdelay=00:00:00, mailer=local, stat=Sent

Sep 24 14:21:55 qgatu003 sendmail[8619]: OAA08619: from=<Geoff@company.com>, size=3722, class=0, pri=33722, nrcpts=1, msgid=<1F93F8B909D7D21199ED0008C74
CA637D21D01@qgaes001.company.com>, proto=ESMTP, relay=ljcqs016.parent-company.com [10.0.108.19]
Sep 24 14:21:55 qgatu003 sendmail[8621]: OAA08619: to=<root@cis-editd1.company.com>, delay=00:00:01, xdelay=00:00:00, mailer=es_mime_in, relay=dummy, stat=Deferred

and the answer is!!!!

"HContent-Type: multipart/alternative;"

The format of the email to the 2nd hostname does not have a valid content type.

Excellent. Thanks for posting the solution :slight_smile: