- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- sendmail: 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
Discussions
Discussions
Discussions
Forums
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
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
тАО09-12-2005 06:09 AM
тАО09-12-2005 06:09 AM
sendmail: unable to qualify my own domain name
Rookie needs help!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-12-2005 06:14 AM
тАО09-12-2005 06:14 AM
Re: sendmail: unable to qualify my own domain name
looks like the address resolution of the servername itself on this server is not resulting the right name.
check any references of old ip address in the /etc/hosts or /etc/mail/sendmail.cf
also from the command prompt, when you run:
nslookup $(hostname)
what output do you get ? Old or new IP address ? and where is this address coming from ? does it say "using FILES" or "using DNS" ?
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-12-2005 06:36 AM
тАО09-12-2005 06:36 AM
Re: sendmail: unable to qualify my own domain name
Perhaps you need to add an entry to the mail server relay.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-12-2005 06:37 AM
тАО09-12-2005 06:37 AM
Re: sendmail: unable to qualify my own domain name
Include the FQDN in the /etc/hosts file as well as the short name.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-12-2005 06:46 AM
тАО09-12-2005 06:46 AM
Re: sendmail: unable to qualify my own domain name
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-12-2005 06:49 AM
тАО09-12-2005 06:49 AM
Re: sendmail: unable to qualify my own domain name
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-12-2005 06:51 AM
тАО09-12-2005 06:51 AM
Re: sendmail: unable to qualify my own domain name
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-12-2005 06:51 AM
тАО09-12-2005 06:51 AM
Re: sendmail: unable to qualify my own domain name
This should alleviate the error condition.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-12-2005 07:00 AM
тАО09-12-2005 07:00 AM
Re: sendmail: unable to qualify my own domain name
In my hosts file I did not ahve an "alias". Does that metter? The line reads:
10.11.12.80 {tab} HOSTNAME
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-12-2005 07:08 AM
тАО09-12-2005 07:08 AM
Re: sendmail: unable to qualify my own domain name
127.0.0.1 localhost loopback
then the very next line should have the box FQDN name listed first then the alias or short name.
192.1968.1.11 server.yourdomain.com server
Remember /etc/hosts is read from top to bottom to putting the loopback and correct FQDN and alias first insures that you will resolve the proper address.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-12-2005 07:09 AM
тАО09-12-2005 07:09 AM
Re: sendmail: unable to qualify my own domain name
IP address FQDN short name
1.2.3.4 mysys.mydomain.com mysys
The short name would function as an alias in this case.
The nsswitch.conf file can look something like this (I am only listing the line for 'hosts');
#hosts: files [ NOTFOUND=continue ] dns
#hosts: dns [ NOTFOUND=continue ] files
Depending on whether you want to resolve by FILES or by DNS, both examples are included.
If using DNS, have the FQDN listed 1st followed by the short name.
The nslookup should return the FQDN with alias of the short name.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-12-2005 07:11 AM
тАО09-12-2005 07:11 AM
Re: sendmail: unable to qualify my own domain name
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-13-2005 12:11 AM
тАО09-13-2005 12:11 AM
Re: sendmail: unable to qualify my own domain name
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-13-2005 02:43 AM
тАО09-13-2005 02:43 AM
Re: sendmail: unable to qualify my own domain name
If you are running NIS, you will need to do a couple of things. First verify that the proper host name (FQDN) and IP address is in your /etc/hosts file. Then make sure you do a /var/yp/ypmake. Also, check your /etc/nsswitch.conf file. If you have NIS as the first entry, and have not rebuilt (ypmake) your NIS maps, the lookup will still return the old hostname and IP address.
Regard,
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-13-2005 03:13 AM
тАО09-13-2005 03:13 AM
Re: sendmail: unable to qualify my own domain name
Ex. Djmydomain.com