qmail 구동 되지 않을때
[오류]
[root@mail service]# /etc/init.d/qmail stop
Stopping qmail...
qmail-smtpd
svc: warning: unable to control /service/qmail-smtpd: supervise not running
svc: warning: unable to control /service/qmail-smtpd/log: supervise not running
qmail-send
svc: warning: unable to control /service/qmail-send: supervise not running
svc: warning: unable to control /service/qmail-send/log: supervise not running
qmail pop3
svc: warning: unable to control /service/vpop: supervise not running
svc: warning: unable to control /service/vpop/log: supervise not running
[root@mail service]# /etc/init.d/qmail start
Starting qmail
> stop 은 위와 같은 에러가 출력되고,
start 는 에러가 발생하지 않으나 포트가 오픈되지 않을때.
[해결]
# /command/svscanboot &
# /etc/init.d/qmail start
/etc/inittab 에도 아래 행을 삽입하여 부팅시 정상 작동되도록 합니다.
SV:123456:respawn:/command/svscanboot
'리눅스 > Mail' 카테고리의 다른 글
[Qmail] telnet localhost 25 접속 실패시 (110 포트 포함) (0) | 2015.01.23 |
---|---|
[IMAP] Qmail + Vpopmail + Dovecot 연동하기 (0) | 2015.01.23 |
sendmail에서 localhost [127.0.0.1] did not issue MAIL/EXPN/VRFY/ETRN during connection (0) | 2015.01.23 |
큐에서 특정 도메인의 메일만 삭제하기 (0) | 2015.01.23 |
qmail 에서 특정 도메인으로의 발송을 제한 하기 (0) | 2015.01.23 |