일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- IT 키워드
- 우분투
- UX
- 주식
- ubuntu
- 기술사
- adb
- eclipse35
- 안드로이드
- uml example
- Android
- java
- conemu
- KOSPI
- LDAP
- IPTV
- 보안
- 공매도
- Qmail
- Algorithm
- Eclipse
- 작성중
- 코스피
- unix
- 태터수정
- Linux
- Audacity
- 도서
- 알고리즘
Archives
- Today
- Total
Do diffence
qmHandle 사용 본문
위치: http://superb-west.dl.sourceforge.net/sourceforge/qmhandle/qmhandle-1.2.0.tar.gz
내용
원격지 또는 로칼에 위치한 큐메일 큐에 있는 메일에 대해 보기,읽기,삭제를 관리하는 툴로 perl 스크립트로 만들어 졌다.
설치
root권한을 가진 사용자의 특정 디렉토리에 설치
환경설정
qmHandle을 수정해야 한다.
사용법
내용
원격지 또는 로칼에 위치한 큐메일 큐에 있는 메일에 대해 보기,읽기,삭제를 관리하는 툴로 perl 스크립트로 만들어 졌다.
설치
root권한을 가진 사용자의 특정 디렉토리에 설치
# /qmHandle/
+ README
+ qmHandle*
+ README
+ qmHandle*
환경설정
qmHandle을 수정해야 한다.
1) my ($queue) = '/var/qmail/queue/';
2) my ($stopqmail) = '/etc/init.d/qmail stop';
3) my ($startqmail) = "/etc/init.d/qmail start";
4) my ($pidcmd) = 'pidof qmail-send';
2) my ($stopqmail) = '/etc/init.d/qmail stop';
3) my ($startqmail) = "/etc/init.d/qmail start";
4) my ($pidcmd) = 'pidof qmail-send';
사용법
Available parameters are:
-a : try to send all queued messages now (qmail must be running)
-l : list message queues
-L : list local message queue
-R : list remote message queue
-s : show some statistics
-vN : display message number N
-dN : delete message number N
-Stext : delete all messages that have/contain text as Subject
-D : delete all messages in the queue (local & remote)
-V : print program version
Additional (optional) parameters are:
-c : display colored output
-N : list message numbers only
(to be used either with -l, -L or -R)
-a : try to send all queued messages now (qmail must be running)
-l : list message queues
-L : list local message queue
-R : list remote message queue
-s : show some statistics
-vN : display message number N
-dN : delete message number N
-Stext : delete all messages that have/contain text as Subject
-D : delete all messages in the queue (local & remote)
-V : print program version
Additional (optional) parameters are:
-c : display colored output
-N : list message numbers only
(to be used either with -l, -L or -R)