another (I am a dumbass) monkey question.
I'm getting this a lot on my red hat 8.0/ Apache 2.0.40 box.----- The following addresses had permanent fatal errors -----
<where_ mail@is_going.org>
(reason: 553 5.1.8 <apache@localhost.localdomain>... Domain of sender address apache@localhost.localdomain does not exist)
if I change my etc/hosts file to anything other than "127.0.0.1 localhost.localdomain localhost" apache will not run.
Anyone know of another way to get apache/sendmail to stop sending e-mail from localhost.localdomain?
I tryed creating a /etc/HOSTNAME and entering the domain, but it didn't work.
I also tried changing this line in the sendmail config "Cwlocalhost.localdomain"; again this did not solve the problem.
I'm basically just stabbing in the dark and about ready to kick the dog.