1837523 Members
3859 Online
110117 Solutions
New Discussion

Domain name

 
SOLVED
Go to solution
CLUTIER
Advisor

Domain name

I have a HP UX 9000.
The system send to me mail like :
"unable to qualify my own domain name (toto) -- using short name ".
4 REPLIES 4
T G Manikandan
Honored Contributor

Re: Domain name

This is because you have not configured the system for a domain name.

To stop messages

you can just add a entry in your host file like

xx.xx.xx.xx polnec polnec.
i.e.
ip-address hostname hostname.

Here above polnec is the hostname and I have added an alias with dot to hostname
(polnec.)

Thanks


kish_1
Valued Contributor

Re: Domain name

please add full domain in hosts file , it is not the problem with short name , my domain name is just three char:-
share the power of the knowledge
Michael Tully
Honored Contributor
Solution

Re: Domain name

Set up these files:

/etc/mail/sendmail.cw

localhost
myserver
localhost
myserver
myserver.domain.com.au

/etc/resolv.conf file
# more /etc/resolv.conf
domain domain.com.au
nameserver 10.33.100.2
nameserver 10.43.100.3

# more /etc/nsswitch.conf
hosts: files [NOTFOUND=continue UNAVAIL=return TRYAGAIN=return] dns [NOTFOUND=return UNAVAIL=continue TRYAGAIN=return]

Restart sendmail
# /sbin/init.d/sendmail stop
# /sbin/init.d/sendmail start
Anyone for a Mutiny ?
V. V. Ravi Kumar_1
Respected Contributor

Re: Domain name

hi,

put an entry like the following in /etc/hosts



regds
Never Say No