|
|
系统是FC5
安装sendmail配置后启动老是会
- /etc/rc.d/init.d/sendmail 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 588: fileclass: cannot open '/etc/mail/trusted-users': World writable directory
复制代码
我查了以前的烙铁,说是权限过宽造成的,但是我的权限没问题啊
- [root@miser mail]# ls -l
- 总计 248
- -rw-r--r-- 1 root root 331 07-29 08:24 access
- -rw-r----- 1 root root 12288 07-29 08:24 access.db
- -rw-r--r-- 1 root root 0 07-29 08:24 domaintable
- -rw-r----- 1 root root 12288 07-29 08:24 domaintable.db
- -rw-r--r-- 1 root root 5593 07-29 08:24 helpfile
- -rw-r--r-- 1 root root 99 07-29 08:43 local-host-names
- -rw-r--r-- 1 root root 0 07-29 08:24 mailertable
- -rw-r----- 1 root root 12288 07-29 08:24 mailertable.db
- -rw-r--r-- 1 root root 1035 07-29 08:24 Makefile
- -rw-r--r-- 1 root root 58221 07-29 08:24 sendmail.cf
- -rw-r--r-- 1 root root 0 07-29 08:35 sendmail.cf1
- -rw-r--r-- 1 root root 7029 07-29 08:24 sendmail.mc
- -rw-r--r-- 1 root root 7081 07-29 08:24 sendmail.mc~
- drwxr-xr-x 2 root root 4096 07-29 08:24 spamassassin
- -r--r--r-- 1 root root 41326 07-29 08:24 submit.cf
- -rw-r--r-- 1 root root 952 07-29 08:24 submit.mc
- -rw-r--r-- 1 root root 135 07-29 08:44 trusted-users
- -rw-r--r-- 1 root root 0 07-29 08:24 virtusertable
- -rw-r----- 1 root root 12288 07-29 08:24 virtusertable.db
复制代码
大虾们帮帮,有点急 |
|