Cool, yeah I had already found the graphical log viewer just by poking around in the menue. It was a dns thing. The reason why it starting happening again just recently is because I edited by syslog to permantly change my hostname on the system so I originally added the new hostname to be resolved to 127.0.0.1 just like localhost and localhost.localdomain was.
This is when it worked fine. The other day I added a new line which consisted of my network address (192.168.0.4) and then moved the hostname down to that line to be resolved to that IP address. This is when the problems began. The sendmail tries to start before this address is ever issued by my router and before the ethernet interface even comes up so of course there is a problem. I just copied the hostname to resolve to both addresses and it fixed it right up. Anyway now I will kill it on startup seeing how I do not use it. I just wanted to figure out what the deal was before I did that.
Thanks for the reply.
Oh and another thing I think I am having an issue with my $PATH for some reason. Last night I noticed that when using "ifconfig" that I got the returned error saying that command did not exist. Well I went and looked in sbin and there it was so I issued the full path and it worked. I looked at my $PATH variable in my root .bash_profile and sbin was not in my path. I tried to add it but it never took so I just created an alis for that command and pointed it to the full path. Now I just tried to use "chkconfig" and got the same error.
[root@thegnuage ziation]# chkconfig sendmail off
bash: chkconfig: command not found
How can I add sbin and other needed directories to my path because the way I did it was obviously worng (I think).
Here is what my path variable looks like now.
PATH=$PATH:$HOME/bin