- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- sendmail:bad header hangs whole queue
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2002 10:08 AM
06-24-2002 10:08 AM
sendmail:bad header hangs whole queue
A message with a mal-formed address (e.g. containing ESC chars or just a typo) hangs the running of the mail queue. This eventually times out, but at the next attempt to sweep the queue it hangs again at the same message. Stopping sendmail and deleting the message (in this case, an UNDELIVERABLE notification of no consequence) allows the rest of the queue to be delivered normally and rapidly.
Is this normal RFC822 behavior?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2002 10:24 AM
06-24-2002 10:24 AM
Re: sendmail:bad header hangs whole queue
mailq
And also post up what your /var/adm/syslog/mail.log says about that email. You can do a grep for the username it is comming from or the email tag that would look something like AAA18224 and match what it shows on your mailq out put.
~ Richard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2002 12:35 PM
06-24-2002 12:35 PM
Re: sendmail:bad header hangs whole queue
Thanks for looking at this for us. There were about 40-50 lines referring to timeouts that I didn't include, just for the sake of brevity. The first line, trying to send to the Salvation Army, was the message that always hung everything behind it.
-----------------------------
From mail.log:
Jun 14 16:52:45 mgsys19 sendmail[20830]: QAA20830: from=
OF8E201144.C3267BFC-N85256BD8.006FFB2A@salvationarmy.org>, proto=ESMTP, relay=numbers.sarmy.org [194.128.94.35]
Jun 14 17:02:45 mgsys19 sendmail[20832]: QAA20830: timeout waiting for input fro
m mx1.ourdomain.net. during client MAIL
Jun 14 17:02:45 mgsys19 sendmail[20832]: QAA20830: to=
delay=00:10:01, xdelay=00:10:00, mailer=esmtp, relay=mx1.ourdomain.net. [12.5
.1.2], stat=Deferred: Connection reset by mx1.ourdomain.net.
Jun 14 17:24:31 mgsys19 sendmail[24994]: QAA20830: to=
delay=00:31:47, xdelay=00:00:00, mailer=esmtp, relay=mx1.ourdomain.net., stat
=Deferred: Connection reset by mx1.ourdomain.net.
Jun 14 17:55:57 mgsys19 sendmail[29084]: QAA20830: to=
delay=01:03:13, xdelay=00:00:00, mailer=esmtp, relay=mx1.ourdomain.net., stat
=Deferred: Connection reset by mx1.ourdomain.net.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2002 12:48 PM
06-24-2002 12:48 PM
Re: sendmail:bad header hangs whole queue
I have a few questions.
Are hooked up to the internet and are you using dns?
What is your output if you do
nslookup salvationarmy.org.
Are you able to send email to anywhere else on the intenet? aol.com yahoo.com hotmail.com.
try
nslookup aol.com
nslookup yahoo.com
nslookup hotmail.com
Last but not leat try to do the following command.
echo test | sendmail -v user@salvationarmy.org
with user@salvationarmy.org being the full email address you are trying to send an email to.
Post your results.
Let thanks
~ Richard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2002 07:47 AM
06-25-2002 07:47 AM
Re: sendmail:bad header hangs whole queue
>What is your output if you do nslookup >salvationarmy.org?
# nslookup salvationarmy.org
Name Server: ns1.ourdomain.net
Address: xxx.xxx.40.41
Trying DNS
looking up FILES
*** No address information is available for "salvationarmy.org"
However, an nslookup on www.salvationarmy.org returns the correct address immediately. I know, I know, it's not the same with the "www".
>Are you able to send email to anywhere else >on the intenet?
Yes, with no problem. Name resolution shouldn't cause the queue to hang.
>Last but not least try to do the following >command.
>
>echo test | sendmail -v user@salvationarmy.org
Richard, perhaps my question isn't clear. Sendmail is running the queue every 30 minutes. Each time it moved very quickly through the stacked-up messages until it got to this one, whereupon all mail delivery hung. I would have expected something to time out, but it apparently doesn't. Where in sendmail.cf should/can I set an appropriate timeout for this trouble?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2002 07:53 AM
06-25-2002 07:53 AM
Re: sendmail:bad header hangs whole queue
Maybe this link can help,
http://support1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000024603118
worth a try.
Hope this helps.
Regds