- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- unable to qualify my own domain name
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
10-22-2002 09:21 AM
10-22-2002 09:21 AM
unable to qualify my own domain name
Oct 22 11:55:13 sistemas sendmail(17127): unable to qualify my own domain name (sistemas) -- using short name.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2002 09:55 AM
10-22-2002 09:55 AM
Re: unable to qualify my own domain name
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x4673402f24d5d61190050090279cd0f9,00.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2002 11:04 PM
10-22-2002 11:04 PM
Re: unable to qualify my own domain name
Basically you have this problem because you don't use domain name. So the simpliest workaround is :
- In /var/mail/sendmail.cf file,uncomment the following line
#Dj$w.Foo.COM
and change it to
Dj$w.
- In /etc/hosts, define a new alias for your local host :
IP-address hostname hostname. (The dot is important).
- stop and restarts sendmail
/sbin/init.d/sendmail stop
/sbin/init.d/sendmail start
Regards,
Jean-Louis.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2002 11:18 PM
10-22-2002 11:18 PM
Re: unable to qualify my own domain name
This file list all the possible names that this
host might be known as
Enter as
sistemas
sistemas.hp.com
That should take the messages off.
Revert
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2002 12:55 AM
10-23-2002 12:55 AM
Re: unable to qualify my own domain name
edit your /etc/hosts file and make an alias for your host like
145.0.0.1 db001 db001.
stop and start sendmail.
Regards,
Robert-Jan.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2002 01:03 AM
10-23-2002 01:03 AM
Re: unable to qualify my own domain name
You have to add in /etc/mail/sendmail.cw :
localhost
lancelot
localhost
LANCELOT
localhost
LANCELOT.
The key is the point !!!.
Try this. It??s works right !
Juanma.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2002 01:29 AM
10-23-2002 01:29 AM
Re: unable to qualify my own domain name
I think you need to put this command at your /etc/hosts
ip hostname hostsname.com
example
110.112.134.15 hp hp.com
regards,
Hamdy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2002 02:02 AM
10-23-2002 02:02 AM
Re: unable to qualify my own domain name
With this, you can " turn off " the sendmail daemon, because will send the all the mail to the relay server, and your mail will arrive to it destination.
I Hope this help you.
Juanma.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2002 05:12 AM
10-23-2002 05:12 AM
Re: unable to qualify my own domain name
Hi,
In addition to the replys above and if your are not using DNS add the following file "nsswitch.conf" in the /etc directory: with this line: (this worked for me)
hosts: files [NOTFOUND=continue]
Bye.