1<!doctype html public "-//W3C//DTD HTML 4.01 Transitional//EN" 2 "http://www.w3.org/TR/html4/loose.dtd"> 3<html> <head> 4<meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> 5<title> Postfix manual - postcat(1) </title> 6</head> <body> <pre> 7POSTCAT(1) POSTCAT(1) 8 9<b>NAME</b> 10 postcat - show Postfix queue file contents 11 12<b>SYNOPSIS</b> 13 <b>postcat</b> [<b>-oqv</b>] [<b>-c</b> <i>config</i><b>_</b><i>dir</i>] [<i>files</i>...] 14 15<b>DESCRIPTION</b> 16 The <a href="postcat.1.html"><b>postcat</b>(1)</a> command prints the contents of the named 17 <i>files</i> in human-readable form. The files are expected to be 18 in Postfix queue file format. If no <i>files</i> are specified on 19 the command line, the program reads from standard input. 20 21 Options: 22 23 <b>-c</b> <i>config</i><b>_</b><i>dir</i> 24 The <a href="postconf.5.html"><b>main.cf</b></a> configuration file is in the named 25 directory instead of the default configuration 26 directory. 27 28 <b>-o</b> Print the queue file offset of each record. 29 30 <b>-q</b> Search the Postfix queue for the named <i>files</i> 31 instead of taking the names literally. 32 33 Available in Postfix version 2.0 and later. 34 35 <b>-v</b> Enable verbose logging for debugging purposes. Mul- 36 tiple <b>-v</b> options make the software increasingly 37 verbose. 38 39<b>DIAGNOSTICS</b> 40 Problems are reported to the standard error stream. 41 42<b>ENVIRONMENT</b> 43 <b>MAIL_CONFIG</b> 44 Directory with Postfix configuration files. 45 46<b>CONFIGURATION PARAMETERS</b> 47 The following <a href="postconf.5.html"><b>main.cf</b></a> parameters are especially relevant 48 to this program. 49 50 The text below provides only a parameter summary. See 51 <a href="postconf.5.html"><b>postconf</b>(5)</a> for more details including examples. 52 53 <b><a href="postconf.5.html#config_directory">config_directory</a> (see 'postconf -d' output)</b> 54 The default location of the Postfix <a href="postconf.5.html">main.cf</a> and 55 <a href="master.5.html">master.cf</a> configuration files. 56 57 <b><a href="postconf.5.html#queue_directory">queue_directory</a> (see 'postconf -d' output)</b> 58 The location of the Postfix top-level queue direc- 59 tory. 60 61<b>FILES</b> 62 /var/spool/postfix, Postfix queue directory 63 64<b>SEE ALSO</b> 65 <a href="postconf.5.html">postconf(5)</a>, Postfix configuration 66 67<b>LICENSE</b> 68 The Secure Mailer license must be distributed with this 69 software. 70 71<b>AUTHOR(S)</b> 72 Wietse Venema 73 IBM T.J. Watson Research 74 P.O. Box 704 75 Yorktown Heights, NY 10598, USA 76 77 POSTCAT(1) 78</pre> </body> </html> 79