1753923 Members
8040 Online
108810 Solutions
New Discussion юеВ

Re: query

 
Rajesh G. Ghone
Regular Advisor

query

i m getting message "unable to qualify my own domain name"
can somedody help me??
Rajesh Ghone
6 REPLIES 6
Bill McNAMARA_1
Honored Contributor

Re: query

this is a sendmail thing.

There is one solution that I prefer, in your /etc/hosts add a hostname alias with your hostname followed by a .

ie

1.2.3.4 hostname hostname.

or:
see Jean-Louis' response in this message:

http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x841f06350fe2d61190050090279cd0f9,00.html
It works for me (tm)
RAC_1
Honored Contributor

Re: query

Issue with FQDN. (Fully qualified domain name)

Add alias for host.

xxx.xxx.xx.xx hostname hostname.you.com.

There is no substitute to HARDWORK
T G Manikandan
Honored Contributor

Re: query

You can either follow Bill's suggestion to make an entry in the /etc/hosts file.

If that is from sendmail you can also edit the /etc/mail/sendmail.cw file

This file should contain entries all the possible names that this host might by known.

there you can specify like

hp
hp.com


Then just restart the sendmail so that those messages are prevented in future.

/sbin/init.d/sendmail stop
/sbin/init.d/sendmail start
Radhakrishnan Venkatara
Trusted Contributor

Re: query

hi

this a problem with sendmail only

edit /etc/mail/sendmail.cw

add your hosts and restart the sendmail

radhakrishnan
Negative thinking is a highest form of Intelligence
Andy Liu
New Member

Re: query

1. vi /etc/hosts
ex:
1.2.3.4 myhost. myhost.mydomain.com
2.vi /etc/resolv.conf
domain mydomain.com
nameserver 1.2.3.4
3.vi /etc/nsswitch.conf
hosts: files [NOTFOUND=continue UNAVAIL=continue] dns [NOTFOUND=return UNA
VAIL=continue TRYAGAIN=return]


hope it work for u.

regards,

andy
andycm liu
Rajesh G. Ghone
Regular Advisor

Re: query

Hello All,

Thanks for your reply,but host entry is already there in /etc/hosts & /etc/mail/sendmail.cw.
Any other changes needs to be done??.
Waiting for your reply.

Regards.
Rajesh Ghone