Linux Forums - Linux Help,Advice & support community:LinuxSolved.com

Network Troublshooting => Linux Servers Support => Topic started by: xmatrix on June 14, 2004, 11:04:42 AM

Title: Sendmail Problem
Post by: xmatrix on June 14, 2004, 11:04:42 AM
Hi Everybody,
:cry: I have, the following message when I start sendmail
451 4.0.0 /etc/mail/sendmail.cf: line 91: fileclass cannot open '/etc/mail/local-host-names': World writable directory
451 4.0.0 /etc/mail/sendmail.cf: line 568: fileclass cannot open '/etc/mail/trusted-users': World writable directory
how can I do to solve this problem :?:
Thank u
Title: Sendmail Problem
Post by: stephen on June 17, 2004, 10:49:18 AM
can you pls send me the sendmail.cf ?
Title: Sendmail Problem
Post by: xmatrix on June 17, 2004, 11:02:59 AM
Thank you. For the sendmail, I have always the same problem, but now I use the Postfix, and it turns very well.
thank you very match Stephen
Title: Sendmail Problem
Post by: sunny_kotaru on July 05, 2004, 11:39:06 AM
Hi,

the problem here seems to be, your /etc/mail directory is having wrong permission settings

teh default settings are as under:drwxr-xr-x

sendmail is ultra paranoid about the protections on the directories it
uses.  It doesn't trust the configuration if you do things like make
your configuration directory world writable  (source redhat.com )

Cheers