참고로 전에 잘쓰던 서버였습니다. 제가 이것 저것 깔다가
sendmail은 재설치 안했습니다....
하여간 되던게 갑자기...
451 4.0.0 /etc/mail/sendmail.cf: line 88: fileclass: cannot open '/etc/mail/local-host-names': World writable directory
[FAILED]
라는 에러가 갑자기 나더라구여...
그래서 결국 재설치를 했는데...아래와 같이 에러가 납니다..
물론 퍼미션을 다 확인 했구여...
/var/spool/mail
/var/spiil/mqueue
/etc/mail
전부 쓰기 권한은 root에만 있습니다..
단 /var/spool/mail폴더는 그룹에도 쓰기 권한이 있습니다.
(새로운 메일을 받으면 생성 해야 하니깐 그렇겠죠..)
(혹시나 해서 쓰기 권한을 빼보기도 했습니다.)
[root@www spool]# service sendmail restart
[FAILED] down sendmail: [ OK ]
Starting sendmail: WARNING: World writable directory /
WARNING: World writable directory /
WARNING: World writable directory /
WARNING: World writable directory /
WARNING: World writable directory /
WARNING: World writable directory /
WARNING: World writable directory /
WARNING: World writable directory /
451 4.0.0 /etc/mail/sendmail.cf: line 88: fileclass: cannot open '/etc/mail/local-host-names': World writable directory
[FAILED]
위처럼....에러가 납니다..
pstree로 보면 sendmail 데몬이 있지만
telnet localhost 25로 접속이 안되더군여...
ㅡ,.ㅡ 다른 문제점은 없는건지요...