sendmail 시작은 된거 같은데 실패로 나온다
[root@localhost:/var]# /etc/init.d/sendmail start
sendmail (을)를 시작 중: [ OK ]
sm-client를 시작 중: can not chdir(/var/spool/clientmqueue/): Permission denied
Program mode requires special privileges, e.g., root or TrustedUser.
[실패]
메일 발신은 되고 수신은 아래와 같은 메세지 발생하며 수신이 안된다
Jan 18 13:37:19 localhost sendmail[14723]: q0I2v0Aa012960: to=<admin@adminplay.com>, delay=01:40:19, xdelay=00:00:02, mailer=local, pri=841643, dsn=4.0.0, stat=Deferred: local mailer (/usr/bin/procmail) exited with EX_TEMPFAIL
구글 형님과 대화를 했지만 권한 문제로 이야기는 하지만 메일관련으로 권한은 이상이 없었다..
1시간 삽질만에 결과 ㅡㅡ;
drwx------ 12 root mail 4096 1월 18 09:24 spool/
spool 디렉토리가 700 권으로 되있다...
755 수정후 sendmail 재시작 정상적으로 송-수신 잘된다
[root@localhost:/var]# /etc/init.d/sendmail start
sendmail (을)를 시작 중: [ OK ]
sm-client를 시작 중: [ OK ]