{
    "content": [
        {
            "type": "text",
            "text": "# bounce(8postfix) (man)\n\n**Summary:** bounce - Postfix delivery status reports\n\n**Synopsis:** bounce [generic Postfix daemon options]\n\n## See Also\n\n- qmgr(8)\n- postconf(5)\n- master(5)\n- master(8)\n- postlogd(8)\n- syslogd(8)\n\n## Section Outline\n\n- **NAME** (2 lines)\n- **SYNOPSIS** (2 lines)\n- **DESCRIPTION** (20 lines)\n- **STANDARDS** (11 lines)\n- **DIAGNOSTICS** (2 lines)\n- **CONFIGURATION PARAMETERS** (100 lines)\n- **FILES** (4 lines)\n- **SEE ALSO** (8 lines)\n- **LICENSE** (16 lines)\n\n## Full Content\n\n### NAME\n\nbounce - Postfix delivery status reports\n\n### SYNOPSIS\n\nbounce [generic Postfix daemon options]\n\n### DESCRIPTION\n\nThe  bounce(8)  daemon maintains per-message log files with delivery status information. Each\nlog file is named after the queue file that it corresponds to, and is kept in a queue  subdi‐\nrectory  named  after the service name in the master.cf file (either bounce, defer or trace).\nThis program expects to be run from the master(8) process manager.\n\nThe bounce(8) daemon processes two types of service requests:\n\n•      Append a recipient (non-)delivery status record to a per-message log file.\n\n•      Enqueue a delivery status notification message, with a copy of a per-message log  file\nand  of  the  corresponding message.  When the delivery status notification message is\nenqueued successfully, the per-message log file is deleted.\n\nThe software does a best notification effort. A non-delivery notification is sent  even  when\nthe log file or the original message cannot be read.\n\nOptionally,  a  bounce  (defer,  trace)  client  can request that the per-message log file be\ndeleted when the requested operation fails.  This is used by clients that cannot retry trans‐\nactions by themselves, and that depend on retry logic in their own client.\n\n### STANDARDS\n\nRFC 822 (ARPA Internet Text Messages)\nRFC 2045 (Format of Internet Message Bodies)\nRFC 2822 (Internet Message Format)\nRFC 3462 (Delivery Status Notifications)\nRFC 3464 (Delivery Status Notifications)\nRFC 3834 (Auto-Submitted: message header)\nRFC 5322 (Internet Message Format)\nRFC 6531 (Internationalized SMTP)\nRFC 6532 (Internationalized Message Format)\nRFC 6533 (Internationalized Delivery Status Notifications)\n\n### DIAGNOSTICS\n\nProblems and transactions are logged to syslogd(8) or postlogd(8).\n\n### CONFIGURATION PARAMETERS\n\nChanges to main.cf are picked up automatically, as bounce(8) processes run for only a limited\namount of time. Use the command \"postfix reload\" to speed up a change.\n\nThe text below provides only a parameter summary. See postconf(5) for more details  including\nexamples.\n\n2bouncenoticerecipient (postmaster)\nThe recipient of undeliverable mail that cannot be returned to the sender.\n\nbackwardsbouncelogfilecompatibility (yes)\nProduce  additional bounce(8) logfile records that can be read by Postfix versions be‐\nfore 2.0.\n\nbouncenoticerecipient (postmaster)\nThe recipient of postmaster notifications with the message headers of mail that  Post‐\nfix  did not deliver and of SMTP conversation transcripts of mail that Postfix did not\nreceive.\n\nbouncesizelimit (50000)\nThe maximal amount of original message text that is sent in a  non-delivery  notifica‐\ntion.\n\nbouncetemplatefile (empty)\nPathname of a configuration file with bounce message templates.\n\nconfigdirectory (see 'postconf -d' output)\nThe default location of the Postfix main.cf and master.cf configuration files.\n\ndaemontimeout (18000s)\nHow  much time a Postfix daemon process may take to handle a request before it is ter‐\nminated by a built-in watchdog timer.\n\ndelaynoticerecipient (postmaster)\nThe recipient of postmaster notifications with the message headers of mail that cannot\nbe delivered within $delaywarningtime time units.\n\ndeliverlockattempts (20)\nThe  maximal  number  of  attempts  to  acquire an exclusive lock on a mailbox file or\nbounce(8) logfile.\n\ndeliverlockdelay (1s)\nThe time between attempts to acquire an exclusive lock on a mailbox file or  bounce(8)\nlogfile.\n\nipctimeout (3600s)\nThe  time  limit  for  sending or receiving information over an internal communication\nchannel.\n\ninternalmailfilterclasses (empty)\nWhat categories of Postfix-generated mail are subject to before-queue content  inspec‐\ntion by nonsmtpdmilters, headerchecks and bodychecks.\n\nmailname (Postfix)\nThe mail system name that is displayed in Received: headers, in the SMTP greeting ban‐\nner, and in bounced mail.\n\nmaxidle (100s)\nThe maximum amount of time that an idle Postfix daemon process waits for  an  incoming\nconnection before terminating voluntarily.\n\nmaxuse (100)\nThe  maximal number of incoming connections that a Postfix daemon process will service\nbefore terminating voluntarily.\n\nnotifyclasses (resource, software)\nThe list of error classes that are reported to the postmaster.\n\nprocessid (read-only)\nThe process ID of a Postfix command or daemon process.\n\nprocessname (read-only)\nThe process name of a Postfix command or daemon process.\n\nqueuedirectory (see 'postconf -d' output)\nThe location of the Postfix top-level queue directory.\n\nsyslogfacility (mail)\nThe syslog facility of Postfix logging.\n\nsyslogname (see 'postconf -d' output)\nA prefix that is prepended to the process name in syslog records, so that,  for  exam‐\nple, \"smtpd\" becomes \"prefix/smtpd\".\n\nAvailable in Postfix 3.0 and later:\n\nsmtputf8autodetectclasses (sendmail, verify)\nDetect that a message requires SMTPUTF8 support for the specified mail origin classes.\n\nAvailable in Postfix 3.3 and later:\n\nservicename (read-only)\nThe master.cf service name of a Postfix daemon process.\n\nAvailable in Postfix 3.6 and later:\n\nenablethreadedbounces (no)\nEnable  non-delivery,  success, and delay notifications that link to the original mes‐\nsage by including a References: and In-Reply-To: header with the  original  Message-ID\nvalue.\n\n### FILES\n\n/var/spool/postfix/bounce/* non-delivery records\n/var/spool/postfix/defer/* non-delivery records\n/var/spool/postfix/trace/* delivery status records\n\n### SEE ALSO\n\nbounce(5), bounce message template format\nqmgr(8), queue manager\npostconf(5), configuration parameters\nmaster(5), generic daemon options\nmaster(8), process manager\npostlogd(8), Postfix logging\nsyslogd(8), system logging\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\nBOUNCE(8postfix)\n\n"
        }
    ],
    "structuredContent": {
        "command": "bounce",
        "section": "8postfix",
        "mode": "man",
        "summary": "bounce - Postfix delivery status reports",
        "synopsis": "bounce [generic Postfix daemon options]",
        "flags": [],
        "examples": [],
        "see_also": [
            {
                "name": "qmgr",
                "section": "8",
                "url": "https://www.chedong.com/phpMan.php/man/qmgr/8/json"
            },
            {
                "name": "postconf",
                "section": "5",
                "url": "https://www.chedong.com/phpMan.php/man/postconf/5/json"
            },
            {
                "name": "master",
                "section": "5",
                "url": "https://www.chedong.com/phpMan.php/man/master/5/json"
            },
            {
                "name": "master",
                "section": "8",
                "url": "https://www.chedong.com/phpMan.php/man/master/8/json"
            },
            {
                "name": "postlogd",
                "section": "8",
                "url": "https://www.chedong.com/phpMan.php/man/postlogd/8/json"
            },
            {
                "name": "syslogd",
                "section": "8",
                "url": "https://www.chedong.com/phpMan.php/man/syslogd/8/json"
            }
        ],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 20,
                "subsections": []
            },
            {
                "name": "STANDARDS",
                "lines": 11,
                "subsections": []
            },
            {
                "name": "DIAGNOSTICS",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "CONFIGURATION PARAMETERS",
                "lines": 100,
                "subsections": []
            },
            {
                "name": "FILES",
                "lines": 4,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 8,
                "subsections": []
            },
            {
                "name": "LICENSE",
                "lines": 16,
                "subsections": []
            }
        ]
    }
}