- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Sendmail error
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-21-2005 02:05 AM
06-21-2005 02:05 AM
Sendmail error
That's the first time that I try to send a mail in this machine whith hp-ux 11i, and reports that error:
serverrp:/tmp/joel# cat joel | sendmail -v 89874@fidelidade.pt
fidelidade.pt: Name server timeout
89874@fidelidade.pt... Transient parse error -- message queued for future delivery
89874@fidelidade.pt... queued
I have the entry in /etc/hosts
172.xx.xx.xx fidelidade.pt
telnet fidelidade by port 25, it's fine
There's something wrong, any ideias?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2005 02:16 AM
06-21-2005 02:16 AM
Re: Sendmail error
Sounds like a DNS problem. Run nslookup with no argument and set the server for your DNS server (get it from /etc/resolv.conf)
#nslookup
> server 111.222.111.222
>set type=MX
>fidelidade.pt
fidelidade.pt preference = 10, mail exchanger = mail.fidelidade.pt
Authoritative answers can be found from:
fidelidade.pt nameserver = ns2.ip.pt
fidelidade.pt nameserver = ns.ip.pt
mail.fidelidade.pt internet address = 194.79.65.149
ns.ip.pt internet address = 194.79.69.129
ns2.ip.pt internet address = 194.79.69.131
So either your internal DNS is not retrieving the MX record for fidelidade.pt or you're not getting to your internal smart relay system which should look that up. Sendmail will *not* send mail unless it can resolve the DNS MX record for the destination.
HTH,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2005 02:25 AM
06-21-2005 02:25 AM
Re: Sendmail error
But i don't have a DNS server configured.
nslookup uses the /etc/hosts.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2005 02:28 AM
06-21-2005 02:28 AM
Re: Sendmail error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2005 02:29 AM
06-21-2005 02:29 AM
Re: Sendmail error
please check router configuration, it can also be caused by invalid/non-existing router information.
also check /etc/resolv.conf (i am not sure of the path) which lists the name servers, ensure you do not have any non-working name servers listed there.
Hope this helps,
Gopi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2005 02:33 AM
06-21-2005 02:33 AM
Re: Sendmail error
Thanks Rick Garland, i know it, but you remember me.