1POSTCAT(1) General Commands Manual POSTCAT(1)
2
3
4
6 postcat - show Postfix queue file contents
7
9 postcat [-oqv] [-c config_dir] [files...]
10
12 The postcat(1) command prints the contents of the named files in human-
13 readable form. The files are expected to be in Postfix queue file for‐
14 mat. If no files are specified on the command line, the program reads
15 from standard input.
16
17 Options:
18
19 -c config_dir
20 The main.cf configuration file is in the named directory instead
21 of the default configuration directory.
22
23 -o Print the queue file offset of each record.
24
25 -q Search the Postfix queue for the named files instead of taking
26 the names literally.
27
28 Available in Postfix version 2.0 and later.
29
30 -v Enable verbose logging for debugging purposes. Multiple -v
31 options make the software increasingly verbose.
32
34 Problems are reported to the standard error stream.
35
37 MAIL_CONFIG
38 Directory with Postfix configuration files.
39
41 The following main.cf parameters are especially relevant to this pro‐
42 gram.
43
44 The text below provides only a parameter summary. See postconf(5) for
45 more details including examples.
46
47 config_directory (see 'postconf -d' output)
48 The default location of the Postfix main.cf and master.cf con‐
49 figuration files.
50
51 queue_directory (see 'postconf -d' output)
52 The location of the Postfix top-level queue directory.
53
55 /var/spool/postfix, Postfix queue directory
56
58 postconf(5), Postfix configuration
59
61 The Secure Mailer license must be distributed with this software.
62
64 Wietse Venema
65 IBM T.J. Watson Research
66 P.O. Box 704
67 Yorktown Heights, NY 10598, USA
68
69
70
71 POSTCAT(1)