{
    "content": [
        {
            "type": "text",
            "text": "# postcat(1) (man)\n\n**Summary:** postcat - show Postfix queue file contents\n\n**Synopsis:** postcat [-bdehnoqv] [-c configdir] [files...]\n\n## Flags\n\n| Flag | Long | Arg | Description |\n|------|------|-----|-------------|\n| -b | — | — | line, and stops when the end of the message is reached. This feature is available in Postfix 2.7 and later. |\n| -c | — | — | The main.cf configuration file is in the named directory instead of the default con‐ figuration directory. |\n| -d | — | — |  |\n| -e | — | — | This feature is available in Postfix 2.7 and later. |\n| -h | — | — | message up to, but not including, the first non-header line. This feature is available in Postfix 2.7 and later. |\n| -o | — | — |  |\n| -q | — | — | This feature is available in Postfix 2.0 and later. |\n| -v | — | — | increasingly verbose. |\n\n## See Also\n\n- postconf(5)\n\n## Section Outline\n\n- **NAME** (2 lines)\n- **SYNOPSIS** (2 lines)\n- **DESCRIPTION** (9 lines) — 8 subsections\n  - -b -b (4 lines)\n  - -c (3 lines)\n  - -d (1 lines)\n  - -e (2 lines)\n  - -h -h (4 lines)\n  - -o (1 lines)\n  - -q (2 lines)\n  - -v -v (2 lines)\n- **DIAGNOSTICS** (2 lines)\n- **ENVIRONMENT** (3 lines)\n- **CONFIGURATION PARAMETERS** (15 lines)\n- **FILES** (2 lines)\n- **SEE ALSO** (2 lines)\n- **LICENSE** (16 lines)\n\n## Full Content\n\n### NAME\n\npostcat - show Postfix queue file contents\n\n### SYNOPSIS\n\npostcat [-bdehnoqv] [-c configdir] [files...]\n\n### DESCRIPTION\n\nThe  postcat(1)  command  prints  the contents of the named files in human-readable form. The\nfiles are expected to be in Postfix queue file format. If no files are specified on the  com‐\nmand line, the program reads from standard input.\n\nBy  default,  postcat(1)  shows the envelope and message content, as if the options -beh were\nspecified. To view message content only, specify -bh (Postfix 2.7 and later).\n\nOptions:\n\n#### -b -b\n\nline, and stops when the end of the message is reached.\n\nThis feature is available in Postfix 2.7 and later.\n\n#### -c\n\nThe  main.cf  configuration file is in the named directory instead of the default con‐\nfiguration directory.\n\n#### -d\n\n#### -e\n\nThis feature is available in Postfix 2.7 and later.\n\n#### -h -h\n\nmessage up to, but not including, the first non-header line.\n\nThis feature is available in Postfix 2.7 and later.\n\n#### -o\n\n#### -q\n\nThis feature is available in Postfix 2.0 and later.\n\n#### -v -v\n\nincreasingly verbose.\n\n### DIAGNOSTICS\n\nProblems are reported to the standard error stream.\n\n### ENVIRONMENT\n\nMAILCONFIG\nDirectory with Postfix configuration files.\n\n### CONFIGURATION PARAMETERS\n\nThe following main.cf parameters are especially relevant to this program.\n\nThe text below provides only a parameter summary. See postconf(5) for more details  including\nexamples.\n\nconfigdirectory (see 'postconf -d' output)\nThe default location of the Postfix main.cf and master.cf configuration files.\n\nimportenvironment (see 'postconf -d' output)\nThe  list of environment parameters that a privileged Postfix process will import from\na non-Postfix parent process, or name=value environment overrides.\n\nqueuedirectory (see 'postconf -d' output)\nThe location of the Postfix top-level queue directory.\n\n### FILES\n\n/var/spool/postfix, Postfix queue directory\n\n### SEE ALSO\n\npostconf(5), Postfix configuration\n\n### LICENSE\n\nThe Secure Mailer license must be distributed with this software.\n\nAUTHOR(S)\nWietse Venema\nIBM T.J. Watson Research\nP.O. Box 704\nYorktown Heights, NY 10598, USA\n\nWietse Venema\nGoogle, Inc.\n111 8th Avenue\nNew York, NY 10011, USA\n\n\n\nPOSTCAT(1)\n\n"
        }
    ],
    "structuredContent": {
        "command": "postcat",
        "section": "1",
        "mode": "man",
        "summary": "postcat - show Postfix queue file contents",
        "synopsis": "postcat [-bdehnoqv] [-c configdir] [files...]",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [
            {
                "flag": "-b",
                "long": null,
                "arg": null,
                "description": "line, and stops when the end of the message is reached. This feature is available in Postfix 2.7 and later."
            },
            {
                "flag": "-c",
                "long": null,
                "arg": null,
                "description": "The main.cf configuration file is in the named directory instead of the default con‐ figuration directory."
            },
            {
                "flag": "-d",
                "long": null,
                "arg": null,
                "description": ""
            },
            {
                "flag": "-e",
                "long": null,
                "arg": null,
                "description": "This feature is available in Postfix 2.7 and later."
            },
            {
                "flag": "-h",
                "long": null,
                "arg": null,
                "description": "message up to, but not including, the first non-header line. This feature is available in Postfix 2.7 and later."
            },
            {
                "flag": "-o",
                "long": null,
                "arg": null,
                "description": ""
            },
            {
                "flag": "-q",
                "long": null,
                "arg": null,
                "description": "This feature is available in Postfix 2.0 and later."
            },
            {
                "flag": "-v",
                "long": null,
                "arg": null,
                "description": "increasingly verbose."
            }
        ],
        "examples": [],
        "see_also": [
            {
                "name": "postconf",
                "section": "5",
                "url": "https://www.chedong.com/phpMan.php/man/postconf/5/json"
            }
        ],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 9,
                "subsections": [
                    {
                        "name": "-b -b",
                        "lines": 4,
                        "flag": "-b"
                    },
                    {
                        "name": "-c",
                        "lines": 3,
                        "flag": "-c"
                    },
                    {
                        "name": "-d",
                        "lines": 1,
                        "flag": "-d"
                    },
                    {
                        "name": "-e",
                        "lines": 2,
                        "flag": "-e"
                    },
                    {
                        "name": "-h -h",
                        "lines": 4,
                        "flag": "-h"
                    },
                    {
                        "name": "-o",
                        "lines": 1,
                        "flag": "-o"
                    },
                    {
                        "name": "-q",
                        "lines": 2,
                        "flag": "-q"
                    },
                    {
                        "name": "-v -v",
                        "lines": 2,
                        "flag": "-v"
                    }
                ]
            },
            {
                "name": "DIAGNOSTICS",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "ENVIRONMENT",
                "lines": 3,
                "subsections": []
            },
            {
                "name": "CONFIGURATION PARAMETERS",
                "lines": 15,
                "subsections": []
            },
            {
                "name": "FILES",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "LICENSE",
                "lines": 16,
                "subsections": []
            }
        ]
    }
}