메일서버를 운영하다보면 가끔 원치 않게 큐 디렉토리를 삭제해야 되는 일이 생깁니다.
그럴 경우에는 임의적으로 삭제/복구 하는 방법 보다는 Eric Huss가 제작한 queue-fix를
사용하는것이 안전하고 좋습니다.
1. queue-fix 다운로드
[root@localhost]# wget http://www.netmeridian.com/e-huss/queue-fix.tar.gz
[root@localhost]# tar xfz queue-fix.tar.gz
[root@localhost]# cd queue-fix
[root@localhost]# make
2. 큐메일 프로세스 정지
[root@localhost]# service qmail stop
3. 큐메일 디렉토리 삭제
[root@localhost]# rm -rf /var/qmail/queue
4. 큐메일 디렉토리 복구
[root@localhost]# ./queue-fix -i /var/qmail/queue
5. 큐메일 프로세스 시작
[root@localhost]# service qmail start
※ 여기서 중요한것은 큐메일 디렉토리를 삭제하고 복구를 했을 경우
일부 시스템에서는 리부팅을 해줘야만 완전히 복구 되는 경우가 있습니다.
2008. 9. 18.
피드 구독하기:
댓글 (Atom)
댓글 없음:
댓글 쓰기