POSTCAT(1) | POSTCAT(1) |
By default, postcat(1) shows the envelope and message content, as if the options -beh were specified. To view message content only, specify -bh (Postfix 2.7 and later).
Options:
-b |
Show body content. The -b option starts producing output at the first non-header line, and stops when the end of the message is reached. |
-c config_dir | The main.cf configuration file is in the named directory instead of the default configuration directory. |
-d | Print the decimal type of each record. |
-e |
Show message envelope content. |
-h |
Show message header content. The -h option produces output from the beginning of the message up to, but not including, the first non-header line. |
-o | Print the queue file offset of each record. |
-q |
Search the Postfix queue for the named files instead of taking the names literally. This feature is available in Postfix 2.0 and later. |
-v | Enable verbose logging for debugging purposes. Multiple -v options make the software increasingly verbose. |
MAIL_CONFIG | Directory with Postfix configuration files. |
The text below provides only a parameter summary. See postconf(5) for more details including examples.
config_directory (see 'postconf -d' output) | The default location of the Postfix main.cf and master.cf configuration files. |
queue_directory (see 'postconf -d' output) | The location of the Postfix top-level queue directory. |
August 25, 2011 |