티스토리 뷰
remove mail queue .
어제부터 메일 전송속도가 너무 안나오길래 네트워크 문제인가 하고 대수롭지 않게
넘어갔는데 여전히 느린 관계로 qmail서버에 문제 생긴게 아닌가 싶어 mail 전송
queue를 확인해 봤더니
맙소사....
$ /var/qmail/bin/qmail-qstat
messages in queue: 17530
messages in queue but not yet preprocessed: 18
2만개 가까이나 되는 큐가 쌓여 있는 것이었다.
내용을 봤더니 해킹을 의심해 볼 수 밖에 없는 메일 전송 목록들.
$ /var/qmail/bin/qmail-qread
28 Oct 2014 21:59:22 GMT #25130766 1059 <xxxx@xxxxxx.co.kr>
remote buxxxx@yahoo.com
remote buxxxx@yahoo.com
remote buxxxx@yahoo.com
remote buxxxx@yahoo.com
remote buxxxx@yahoo.com
remote buxxxx@yahoo.com
remote buxxxx@yahoo.com
remote buxxxx@yahoo.com
remote buxxxx@yahoo.com
remote buxxxx@yahoo.com
remote buxxxx@yahoo.com
remote buxxxx@yahoo.com
그래서 queue를 정리해야 겠다는 생각에 clean 명령을 실행하였지만
$ /var/qmail/bin/qmail-clean
묵묵부답.... queue 가 많아 정리가 안된다.
그래서 내린 특단의 결단.
queue를 백업하고 날려버리는 방법.
일단 qmail-remove 소스를 다운받도록 하자.
URL : http://www.linuxmagic.com/opensource/qmail/qmail-remove/
설치는 초간단.
$ tar xvfz qmail-remove-0.95.tar.gz
$ cd qmail-remove-0.95
$ make
$ make install
$ cp qmail-remove /usr/local/sbin/
이제 큐를 백업 후 날려보자
$ /etc/init.d/qmail stop
$ mkdir /var/qmail/queue/yanked
$ qmail-remove -r -p xxxx@xxxxx
$ /etc/init.d/qmail start
확인
$ /var/qmail/bin/qmail-qstat
messages in queue: 11
messages in queue but not yet preprocessed: 0
이로써 정상화가 되었다.
'Developer' 카테고리의 다른 글
[Ubuntu] Upgrading newer version from older version. (0) | 2014.11.11 |
---|---|
[Bigdata#1] Hadoop Cluster and Hive Installation Guide. (0) | 2014.11.06 |
[Bigdata#2] hadoop + hive를 이용한 데이터 분석 예제 (0) | 2014.10.15 |
[Hadoop] Pseudo-distributed mode Installation Guide. (0) | 2014.10.08 |
[알고리즘 트레이닝 2일차] quick sorting. (2) | 2014.09.17 |
- Total
- Today
- Yesterday
- 영문법
- nodejs
- mongoDB
- redis
- ubuntu
- 해외여행
- AWS
- PostgreSQL
- k8s
- 다낭
- 조동사
- NGINX
- 비지니스 영어
- hadoop
- 가정법
- memcached
- 영작
- maven
- Python Django
- it
- 여행
- 베트남
- Python
- hdfs
- 도덕경
- 스페인 여행
- JBOSS
- Business English
- 대명사 구문
- 비교구문
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |