HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: email from hpux to external account
Operating System - HP-UX
1825768
Members
2115
Online
109687
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
03-19-2009 09:47 PM
03-19-2009 09:47 PM
email from hpux to external account
[lonpacdev]/etc/mail #sendmail -v thlim@hotmail.com
lonpac.com: Name server timeout
thlim@hotmail.com... Transient parse error -- message queued for future delivery
when i send out to external email, will apper this error , pls advice.
lonpac.com: Name server timeout
thlim@hotmail.com... Transient parse error -- message queued for future delivery
when i send out to external email, will apper this error , pls advice.
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2009 11:42 PM
03-19-2009 11:42 PM
Re: email from hpux to external account
Your DNS server did not respond in a reasonable time ("Name server timeout").
Sendmail needs to know the fully-qualified DNS name of your own server so that it can write correct headers to the email you're sending.
Check the name server settings:
cat /etc/resolv.conf
- there should be at least one line with "nameserver". Is that pointing to a valid DNS server?
grep ^hosts: /etc/nsswitch.conf
- "dns" should be mentioned on the line
- "files" refers to /etc/hosts
- if any other resolving systems are listed (e.g. NIS), are they working OK?
A server that sends mail outside your site should have a valid, globally-visible DNS name. Usually this function is centralized to some dedicated "mail server". In most situations, you should configure your HP-UX to send email first to that server, which will then relay it to the destination. In Sendmail terminology, this kind of server is called a smarthost.
Edit /etc/mail/sendmail.conf. Note that there are a lot of comments in the beginning of the file. Find a line that contains just the letters
DS
at the beginning of the line.
If your mail server is called "mail.lonpac.com", change that line to:
DSmail.lonpac.com
(note: no spaces anywhere on that line!)
MK
Sendmail needs to know the fully-qualified DNS name of your own server so that it can write correct headers to the email you're sending.
Check the name server settings:
cat /etc/resolv.conf
- there should be at least one line with "nameserver
grep ^hosts: /etc/nsswitch.conf
- "dns" should be mentioned on the line
- "files" refers to /etc/hosts
- if any other resolving systems are listed (e.g. NIS), are they working OK?
A server that sends mail outside your site should have a valid, globally-visible DNS name. Usually this function is centralized to some dedicated "mail server". In most situations, you should configure your HP-UX to send email first to that server, which will then relay it to the destination. In Sendmail terminology, this kind of server is called a smarthost.
Edit /etc/mail/sendmail.conf. Note that there are a lot of comments in the beginning of the file. Find a line that contains just the letters
DS
at the beginning of the line.
If your mail server is called "mail.lonpac.com", change that line to:
DSmail.lonpac.com
(note: no spaces anywhere on that line!)
MK
MK
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
Support
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP