- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: 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
02-13-2001 07:44 AM
02-13-2001 07:44 AM
We keep getting the following irritating message:
Feb 13 10:09:02
Now, after doing some investigating on HP's support knowledge base, I found that there was a patch that will change where this message is logged but it doesn't seem to fix the problem so that you don't get the message anymore. What exactly is causing this message and what can I do to fix it?
Thanks in advance for your help!
Mike
PS: This forum is terrific -- is there anyway to search it without going message by message?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2001 07:59 AM
02-13-2001 07:59 AM
Re: Sendmail Error
I'm the new guy on the block and I just found out how to search the forum (was quite as hard as it seemed at the time).
For those of you that follow in my footsteps, let me save you a little bit of trouble. To search -- hit the search button and them check the radio group Community Forum. Wow! That is so tricky :o)
Sorry to bother you.
Mike
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2001 08:02 AM
02-13-2001 08:02 AM
Re: Sendmail Error
Berlene
10 points to Michael!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2001 08:02 AM
02-13-2001 08:02 AM
SolutionFrom Knowledge Base document #KBRC00003446:
PROBLEM:
sendmail is reporting Unable to qualify my own domain name, using short name either to the terminal or the log file /var/adm/syslog/mail.log
RESOLUTION:
There are 3 possible setups that can be configured:
Using DNS:
Make sure the file /etc/resolv.conf exists, and includes the line:
domain
for example:
domain hp.com
Using /etc/hosts with a domain name:
Make sure the file /etc/hosts exists, and the first uncommented line reads:
for example:
15.1.1.1 letter.hp.com letter
Using /etc/hosts without a domain name:
Make sure the file /etc/hosts exists, and the first uncommented line reads:
for example:
15.1.1.1 letter letter.
Set up the Dj$w macro in /etc/mail/sendmail.cf, change it from:
#Dj$w.Foo.com
to read:
Dj$w.
Add
for example:
localhost
letter
letter.
and restart sendmail.
As to your second question, there is a SEARCH button on the left for general searches including the Forum itself. You can even search for authors or responders by using the person's lastname.
If you click "Maintenance and Support" -> "Technical Knowledge Base", you can search the KB for documents by ID (as the number I cited above) or by keyword(s). Access to at least part of the KB requires a support agreement.
Welcome, and regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2001 08:11 AM
02-13-2001 08:11 AM
Re: Sendmail Error
Thanks Jim for you complete answer !