I know it sounds mad but this is whats happening.
 
 
While setting up my webserver I changed my sendmail.cf file to reflect my local IP. I did this in the evening. 
Code: 
O DaemonPortOptions=Family=inet,  Name=MTA-v4, Port=smtp, Addr=10.168.0.10
 
 Then in the morning it's been changed back to 
Code: 
O DaemonPortOptions=Family=inet,  Name=MTA-v4, Port=smtp, Addr=127.0.0.1
 
mail then stops working.
 
 
I change it back in the morning and in the evening it's changed back again.
 
 
It's doing this twice every day.
 
 
I'm stumped ?? Does anyone know how I can fix this.
 
 
:EDIT:
 
 
OK I did a little more probing about but can't put my finger on it. I made the sendmail.cf file read only after correcting it and did a reboot. Same again, it changed the ip back to 127.0.0.1 and the file has read and write atrib. 
 
 
What the heck is going on ?
 
 
max. |