On Sat, Sep 20, 2003 at 09:35:16PM -0300, Geoffrey Lane wrote: > This is what I get on my log: > > # /etc/rc.d/init.d/sendmail start > Starting 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 > [FAILED] > > what can I do to fix this? I'd appreciate the help cause I'm not sure > what this means..
It means that /etc/mail is world writable. Don't do this. It doesn't come by default this way, and you shouldn't have changed it. # chmod o-w /etc/mail 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. -- Ed Wilts, Mounds View, MN, USA mailto:[EMAIL PROTECTED] Member #1, Red Hat Community Ambassador Program -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/redhat-list