senmail 메일 발송 불가
[root@localhost mail]# service sendmail restart
sm-client을 종료 중: [ OK ]
sendmail를 종료 중: [ OK ]
sendmail (을)를 시작 중: 554 5.0.0 No local mailer defined
554 5.0.0 QueueDirectory (Q) option must be set
[실패]
sm-client를 시작 중: [ OK ]
[root@localhost mail]# netstat -nlp
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 0.0.0.0:3306 0.0.0.0:* LISTEN 4343/mysqld
tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN 4410/httpd
tcp 0 0 0.0.0.0:21 0.0.0.0:* LISTEN 4225/vsftpd
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 4209/sshd
원인
메일큐 폴더가 없거나 잘못 셋팅된 경우
아마 sendmail.cf 파일에서
# queue directory
0 QueueDirectory=/var/spool/mqueue
0 개의 댓글