Unable to Qualify My own Domain name

Hi ,

From yesterday I start getting the error message from my Solaris10 server.

ERROR:

# Oct 6 14:11:06 nibappsun08 sendmail[9825]: [ID 702911 mail.alert] unable to q

ualify my own domain name (nibappsun08) -- using short name

Can anybody share me the reason why it is and how can i get rid of this issue.

Thanks & regards

Suseendran .A

[410 byte] By [susee_sun@yahoo.co.in] at [2007-11-26 10:37:25]
# 1

Susee,

The error is being caused because 'sendmail' is not configured properly to function as a bonafide mail server. You will see this message every time you reboot the server and it will eventually time out.

If you are not using 'sendmail' the easiest thing to do is login as root and run the following commands:

svcadm stop sendmail

and then

svcadm disable sendmail

This will stop and disable sendmail. If you reboot the server at a later time you won't see the error.

If you want to use 'sendmail' later after it is configured, run the svcamd command with 'start' and 'enable'.

Regards,

jsuche

jsuche at 2007-7-7 2:48:26 > top of Java-index,Solaris Operating System,Solaris 10 Features...
# 2
Susee,I had a brain cramp when I did my posting. Disregard doing: svcadm stop sendmailor svcadm start sendmailUse 'disable' or 'enable' to stop or start the sendmail.Regards,jsuche
jsuche at 2007-7-7 2:48:26 > top of Java-index,Solaris Operating System,Solaris 10 Features...
# 3

Assuming you do want to use sendmail, you should be able to shut up the message by

making sure that your fully qualified domain name in the first entry (after the IP address) on the

line for your host in /etc/hosts and /etc/inet/ipnodes

For example if your machine is fred.bus.com

Use the following line in /etc/hosts and /etc/inet/ipnodes

1.2.3.4fred.bus.com fred loghost

robertcohen at 2007-7-7 2:48:26 > top of Java-index,Solaris Operating System,Solaris 10 Features...
# 4
Hi Thanks to all.,I got the solution for the issue by making the entry in/etc/hosts &/etc/resolv.conf and restarting the service...Thanks to all of you for showing your interest on helping me..RegardsSuseendran .A
susee_sun@yahoocoin at 2007-7-7 2:48:26 > top of Java-index,Solaris Operating System,Solaris 10 Features...