HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Sendmail deferring emails
Operating System - HP-UX
1837875
Members
3501
Online
110122
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
02-17-2005 11:43 AM
02-17-2005 11:43 AM
Sendmail deferring emails
Don't we love these! Finger pointing taking place all round. Okay, this is the deal, we have 2 servers HP-UX 11.11, both had sendmail working no problems for over a year, nothing has changed on the server "at-all", all the sudden after a power outage on the weekend both servers can no longer sendmail. I'm trying to build up a "good case" with good amunition here from the experts to "prove" inocence at the HP/OS side of things. Please help.
I have done the following so far:
- checked hosts file,nsswitch,resolv.conf and the sendmail.cf file etc etc all have not been touched and look okay.
i ran a debug test see below:
hpbst10:root@ /etc/mail>sendmail -v -d8.99 nickz@datacom.com.au
dns_getcanonname(ge.com, trymx=1)
dns_getcanonname: trying ge.com. (ANY)
;; res_querydomain(ge.com, , 1, 255)
;; res_query(ge.com., 1, 255)
;; Querying server (# 1) address = 3.248.176.9
;; Querying server (# 1) address = 3.248.176.9
;; Querying server (# 1) address = 3.248.176.9
;; Querying server (# 1) address = 3.248.176.9
;; res_query: send error
NO: errno=238, h_errno=2
ge.com: Name server timeout
dns_getcanonname(datacom.com.au, trymx=1)
dns_getcanonname: trying datacom.com.au. (ANY)
;; res_querydomain(datacom.com.au, , 1, 255)
;; res_query(datacom.com.au., 1, 255)
;; Querying server (# 1) address = 3.248.176.9
;; Querying server (# 1) address = 3.248.176.9
;; Querying server (# 1) address = 3.248.176.9
;; Querying server (# 1) address = 3.248.176.9
;; res_query: send error
NO: errno=238, h_errno=2
datacom.com.au: Name server timeout
nickz@datacom.com.au... Transient parse error -- message queued for future delivery
Pump through your expert advise amo! i'm desperate!
Cheers
Nick
I have done the following so far:
- checked hosts file,nsswitch,resolv.conf and the sendmail.cf file etc etc all have not been touched and look okay.
i ran a debug test see below:
hpbst10:root@ /etc/mail>sendmail -v -d8.99 nickz@datacom.com.au
dns_getcanonname(ge.com, trymx=1)
dns_getcanonname: trying ge.com. (ANY)
;; res_querydomain(ge.com, , 1, 255)
;; res_query(ge.com., 1, 255)
;; Querying server (# 1) address = 3.248.176.9
;; Querying server (# 1) address = 3.248.176.9
;; Querying server (# 1) address = 3.248.176.9
;; Querying server (# 1) address = 3.248.176.9
;; res_query: send error
NO: errno=238, h_errno=2
ge.com: Name server timeout
dns_getcanonname(datacom.com.au, trymx=1)
dns_getcanonname: trying datacom.com.au. (ANY)
;; res_querydomain(datacom.com.au, , 1, 255)
;; res_query(datacom.com.au., 1, 255)
;; Querying server (# 1) address = 3.248.176.9
;; Querying server (# 1) address = 3.248.176.9
;; Querying server (# 1) address = 3.248.176.9
;; Querying server (# 1) address = 3.248.176.9
;; res_query: send error
NO: errno=238, h_errno=2
datacom.com.au: Name server timeout
nickz@datacom.com.au... Transient parse error -- message queued for future delivery
Pump through your expert advise amo! i'm desperate!
Cheers
Nick
'Everything is do-able'
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2005 12:18 PM
02-17-2005 12:18 PM
Re: Sendmail deferring emails
It appears that your name server queries are timing out for some reason and it just can't resolve the address of datacom.com.au.
What happens if you just do a 'nsloookup datacom.com.au' from the command line?
Also have a look at the /var/adm/syslog/mail.log file and see what it says.
What happens if you just do a 'nsloookup datacom.com.au' from the command line?
Also have a look at the /var/adm/syslog/mail.log file and see what it says.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2005 12:40 PM
02-17-2005 12:40 PM
Re: Sendmail deferring emails
Thanks anyway..
I WON!
They admitted to an issue with the order in which names are resolved prior to being relayed. This was fixed on the DNS server, and what do you know? 1 weeks worth of emails starting pumping through!
Thanks.
Nick
I WON!
They admitted to an issue with the order in which names are resolved prior to being relayed. This was fixed on the DNS server, and what do you know? 1 weeks worth of emails starting pumping through!
Thanks.
Nick
'Everything is do-able'
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP