1pfHandle(5) File Formats Manual pfHandle(5)
2
3
4
6 pfHandle - perl script to manage the postfix mail queue
7
9 pfHandle [OPTION]
10
12 This is a program that encorporates all the various built in tools of
13 Postfix in a single program and extends this functionality with some
14 additional options.
15
17 -a
18 list the current active mail queue
19
20
21 -b
22 list the current bounce mail queue
23
24
25 -c
26 list the current corrupt mail queue
27
28
29 -d
30 list the current deferred mail queue
31
32
33 -D #
34 delete the email message
35
36
37 -f
38 try to reprocess queued messages now
39
40
41 -F sender
42 delete all mail from this email address
43
44
45 -h
46 show this help message
47
48
49 -l
50 list all the current mail queues
51
52
53 -m #
54 display the email message
55
56
57 -N
58 display only the message IDs
59
60
61 -P [hold|incoming|active|deferred]
62 purge all messages from the mail queue
63
64
65 -s
66 display the mail queue statistics
67
68
69 -S subject
70 delete all mail with this in the subject
71
72
74 Carl Thompson <carl.thompson@rackspace.com>
75
76
78 http://launchpad.net/pfhandle/1.0/initial/+download/pfHandle-1.tar.gz
79
80
81
82 July 17, 2009 pfHandle(5)