- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: qualify my own domain
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-02-2002 12:04 PM
10-02-2002 12:04 PM
qualify my own domain
(10/02/02) hpk460 sendmail[1234123]: unable to qualify my own domain name(hpk460)-- using short name.
Why? and how can I fix it?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2002 12:08 PM
10-02-2002 12:08 PM
Re: qualify my own domain
For example, if you see this warning: #
# #
# WARNING: local host name (sys1) is not qualified; fix $j in config file #
# #
# then you need to uncomment the Dj macro and add your domain. #
# #
# Change the line: #
# #Dj$w.Foo.COM #
# to #
# Dj$w.hp.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2002 12:13 PM
10-02-2002 12:13 PM
Re: qualify my own domain
DocID=KBRC00003446
http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000063209264
Hope it helps ..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2002 12:14 PM
10-02-2002 12:14 PM
Re: qualify my own domain
in /etc/mail/sendmail.cf
lines around 80
#
# My official domain name or Fully Qualified Domain Name - FQDN (Dj): #
# #
# This is required only if sendmail cannot automatically determine your #
# domain. If you are not using DNS, and the official host name (ie, #
# the first entry in /etc/hosts following your IP address) is not a #
# fully-qualified host name, then sendmail will have difficulty resolving #
# your domain name. You MUST modify the $j macro by replacing .Foo.COM #
# with your actual domain name. If you do not, you will see a warning #
# message in your syslog, that might even get echo'd to your console #
# when sendmail starts up. #
# #
# For example, if you see this warning: #
# #
# WARNING: local host name (sys1) is not qualified; fix $j in config file #
# #
# then you need to uncomment the Dj macro and add your domain. #
# #
# Change the line: #
# #Dj$w.Foo.COM #
# to #
# Dj$w.hp.com #
# #
# where hp.com would be the name of your domain. Then that warning #
# message will go away. #
#
stop and restart the sendmail
i think if you do a vi /etc/mauil/sendmail.cf and read the first 2 page u willg et the answer.
Manoj Srivastava
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2002 12:20 PM
10-02-2002 12:20 PM
Re: qualify my own domain
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2002 12:27 PM
10-02-2002 12:27 PM
Re: qualify my own domain
/sbin.init.d/sendmail stop
/sbin/init.d/sendamil start
Manoj Srivastava
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2002 07:46 PM
10-02-2002 07:46 PM
Re: qualify my own domain
You may look at the following fle to start the sendmail again after doing the changes
for you already have the answer to fix the problem.
/etc/mail/sendmail.pid
inside the sendmail.pid:
/usr/sbin/sendmail -bd -q30m
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2002 09:17 PM
10-02-2002 09:17 PM
Re: qualify my own domain
in ur /etc/hosts put complete qualified domain name.
ex:
x.x.x.x hpk460 hpk460.
try this
regds
ravi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2002 05:19 AM
10-23-2002 05:19 AM
Re: qualify my own domain
Hi,
Just a clarification to V. V. Ravi Kumar's solotion:
in /etc/hosts:
IP severName severName.company.com
Also works....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2002 07:14 AM
10-23-2002 07:14 AM
Re: qualify my own domain
Is it already fixed.
If not the easiest solution would be to add a "." to the end of the hostname as the alias in the /etc/hosts file. Restart sendmail after that.
Ex:
xxx.xxx.xxx.xxx hpk460 hpk460.
Read this some time back here and has been the easiest one for me rather than editing the sendmail.cf file.
Regards
Balaji
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2003 08:13 AM
01-30-2003 08:13 AM
Re: qualify my own domain
Example.
Hostname=myhost
Domain name=hagstrom.com
In /etc/hosts:
192.222.222.222 myhost MYHOST myhost.hagstrom.com
In sendmail.cf:
Check that the Dj variable is defined like this.
Dj$w.hagstrom.com