Dec 11, 2002 #1 bipromeco Technical User Oct 9, 2002 11 US Hello All Do you know why my server send this message: Dec 10 14:59:22 nameserver sendmail[915]: unable to qualify my own domain name (nameserver)- using short name. Thanks in advance. Regards!
Hello All Do you know why my server send this message: Dec 10 14:59:22 nameserver sendmail[915]: unable to qualify my own domain name (nameserver)- using short name. Thanks in advance. Regards!
Dec 11, 2002 #2 greenpau MIS Mar 28, 2001 32 US bipromeco, This is a very common problem. I've been down this road many times. Here is how you fix it. FIRST, edit the /etc/hosts file, adding an alias with a period. So if your system name was hplab1 it would look something like this. 192.168.1.1 hplab1 hplab1. NEXT, edit the /etc/mail/sendmail.cw file adding the same entry that we did to /etc/hosts. This should be toward the end of the file. localhost hplab1 hplab1. <--------add this Then stop/start sendmail and the message should never come back. /sbin/init.d/sendmail stop /sbin/init.d/sendmail start Hope this helps. Paul Upvote 0 Downvote
bipromeco, This is a very common problem. I've been down this road many times. Here is how you fix it. FIRST, edit the /etc/hosts file, adding an alias with a period. So if your system name was hplab1 it would look something like this. 192.168.1.1 hplab1 hplab1. NEXT, edit the /etc/mail/sendmail.cw file adding the same entry that we did to /etc/hosts. This should be toward the end of the file. localhost hplab1 hplab1. <--------add this Then stop/start sendmail and the message should never come back. /sbin/init.d/sendmail stop /sbin/init.d/sendmail start Hope this helps. Paul
Dec 11, 2002 Thread starter #3 bipromeco Technical User Oct 9, 2002 11 US Paul Thank you, I already did it and it seems that it´s working, thanks again. Regards! Upvote 0 Downvote