Operating System - HP-UX
1833443 Members
3403 Online
110052 Solutions
New Discussion

unable to qualify my own domain name

 
SOLVED
Go to solution
Marco  Hernandez Padill
Occasional Advisor

unable to qualify my own domain name

I just installed HP-UX 11.00 and now I get this message every time.

unable to qualify my own domain name (ppmpdmu2) -- using short name

I don?t have dns or something like that.
What?s the problem?

Thank's in advance.
MPADILLA
Nada como la persistencia
6 REPLIES 6
federico_3
Honored Contributor

Re: unable to qualify my own domain name

check the file /etc/resolv.conf

It should contain your domain!


Federico
MARTINACHE
Respected Contributor

Re: unable to qualify my own domain name

edit your /etc/hosts file

If you have :

10.20.30.40 yourhost

Change it for

10.20.30.40 yourhost .yourhost
Patrice MARTINACHE
Paula J Frazer-Campbell
Honored Contributor

Re: unable to qualify my own domain name

Hi
Just put a full stop (.) at end of host address in /etc/hosts file.

ie.

100.1.1.100 machine name.

HTH.




If you can spell SysAdmin then you is one - anon
Andreas Voss
Honored Contributor

Re: unable to qualify my own domain name

Hi,

this message comes from teh sendmail daemon.
Add an alias in your /etc/hosts:
ppmpdmu2 ppmpdmu2.mydomain
The add the following line into /etc/mail/sendmail.c:
Dj$w.mydomain
Stop sendmail with: /sbin/init.d/sendmail stop
And restart with: /sbin/init.d/sendmail start

Regards
Andreas Voss
Honored Contributor

Re: unable to qualify my own domain name

Sorry i've lost one character, the file is /etc/mail/sendmail.cf
CHRIS_ANORUO
Honored Contributor
Solution

Re: unable to qualify my own domain name

Update your /etc/hosts file as follows
ipaddress host name aliases
W.X.Y.Z hp
TO READ
W.X.Y.Z hp.hp
Then restart sendmail:
/sbin/init.d/sendmail (stop/start)
You can also download and install 11 equivalent patch (this is for 10.20 PHNE_21697)for sendmail 8.9.3.
When We Seek To Discover The Best In Others, We Somehow Bring Out The Best In Ourselves.