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
05-28-2002 10:50 AM
05-28-2002 10:50 AM
This is the error:
develop sendmail [28297] :unable to qualify my own domain name (develop) -- using short name
This error repeats over and over again. Can someone tell me what I need to fix to stop this error message
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2002 11:02 AM
05-28-2002 11:02 AM
Re: sendmail
http://support1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000051400158
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2002 11:07 AM
05-28-2002 11:07 AM
Solutionyou have not configured your domain name.
Pls issue a # domainname command and find out.
Also issue
# nslookup ipaddress
and find out whether your domain name gets resolved or not.
If your domain name is not configured then issue
In /etc/resolv.conf put
domain domainname
# set_parms addln_netwrk
and set the domain name
Or else go to /etc/hosts and
18.1.2.3. hostname.xxx.com
put the fully qualified hostname.
HTH,
Piyush
Pls reply.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2002 11:13 AM
05-28-2002 11:13 AM
Re: sendmail
Couple of things:
1) If you haven't setup & don't plan to use DNS - then make sure your /etc/hosts file contains the fully qualified domain name - EX
xxx.xxx.xxx.xxx shortname shortname.company.com
Or vice-versa. The key is BOTH short & full name or in there.
2) If you do plan to use DNS then get your /etc/resolv.conf & /etc/nsswitch.conf files setup AND make sure this hosts's FQDN is in your DNS server - should also do #1 above - just to cover if the DNS servers are unavailable.
3) If you don't plan on using sendmail - then don't start it at boot.
Edit /etc/rc.config.d/mailservs
and set SENDAMIL_SERVER=0
Then it won't start which tries to fully qualify the local hostname.
HTH,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2002 11:22 AM
05-28-2002 11:22 AM
Re: sendmail
Your suggestions solved the problem. I must have looked at that file 3 times. I was searching the wrong domain.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2002 11:25 AM
05-28-2002 11:25 AM
Re: sendmail
I son't plan in using sendmail, so i will turn that option off at start-up