diff --git a/postfix/HISTORY b/postfix/HISTORY index 55140ab9f..554aa5c7d 100644 --- a/postfix/HISTORY +++ b/postfix/HISTORY @@ -23708,3 +23708,8 @@ Apologies for any names omitted. (default: 12288). Viktor Dukhovni. Files: mantools/postlink, proto/postconf.proto, global/mail_params.h, smtpd/smtpd.c, smtpd/smtpd_chat.c, smtpd/smtpd_chat.h, smtpd/smtpd_sasl_glue.c. + +20180827 + + Miscellaneous documentation updates, and a correction in + the byte count for sending a large SASL initial response. diff --git a/postfix/README_FILES/SMTPD_POLICY_README b/postfix/README_FILES/SMTPD_POLICY_README index d5ad0b3c4..877654292 100644 --- a/postfix/README_FILES/SMTPD_POLICY_README +++ b/postfix/README_FILES/SMTPD_POLICY_README @@ -104,11 +104,15 @@ Notes: * The "recipient" attribute is available in the "RCPT TO" stage. It is also available in the "DATA" and "END-OF-MESSAGE" stages if Postfix accepted - only one recipient for the current message. + only one recipient for the current message. The DATA protocol state also + applies to email that is received with BDAT commands (Postfix 3.4 and + later). * The "recipient_count" attribute (Postfix 2.3 and later) is non-zero only in the "DATA" and "END-OF-MESSAGE" stages. It specifies the number of - recipients that Postfix accepted for the current message. + recipients that Postfix accepted for the current message. The DATA protocol + state also applies to email that is received with BDAT commands (Postfix + 3.4 and later). * The remote client or local server IP address is an IPv4 dotted quad in the form 1.2.3.4 or it is an IPv6 address in the form 1:2:3::4:5:6. @@ -132,8 +136,8 @@ Notes: * The "size" attribute value specifies the message size that the client specified in the MAIL FROM command (zero if none was specified). With - Postfix 2.2 and later, it specifies the actual message size when the client - sends the END-OF-DATA command. + Postfix 2.2 and later, it specifies the actual message size after the + client sends the END-OF-MESSAGE. * The "sasl_*" attributes (Postfix 2.2 and later) specify information about how the client was authenticated via SASL. These attributes are empty in diff --git a/postfix/html/SMTPD_POLICY_README.html b/postfix/html/SMTPD_POLICY_README.html index 6fb70015c..b0c41ffd9 100644 --- a/postfix/html/SMTPD_POLICY_README.html +++ b/postfix/html/SMTPD_POLICY_README.html @@ -143,12 +143,16 @@ server_port=54321
  • The "recipient" attribute is available in the "RCPT TO" stage. It is also available in the "DATA" and "END-OF-MESSAGE" stages if Postfix accepted only one recipient for the current - message.

    + message. + The DATA protocol state also applies to email that is received + with BDAT commands (Postfix 3.4 and later).

  • The "recipient_count" attribute (Postfix 2.3 and later) is non-zero only in the "DATA" and "END-OF-MESSAGE" stages. It specifies the number of recipients that Postfix accepted for - the current message.

    + the current message. + The DATA protocol state also applies to email that is received + with BDAT commands (Postfix 3.4 and later).

  • The remote client or local server IP address is an IPv4 dotted quad in the form 1.2.3.4 or it is an IPv6 address @@ -176,8 +180,7 @@ server_port=54321

  • The "size" attribute value specifies the message size that the client specified in the MAIL FROM command (zero if none was specified). With Postfix 2.2 and later, it specifies - the actual message size when the client sends the END-OF-DATA - command. + the actual message size after the client sends the END-OF-MESSAGE.

  • The "sasl_*" attributes (Postfix 2.2 and later) specify diff --git a/postfix/html/postconf.5.html b/postfix/html/postconf.5.html index cbc3031ee..5c9cd91a4 100644 --- a/postfix/html/postconf.5.html +++ b/postfix/html/postconf.5.html @@ -2274,8 +2274,12 @@ is the master.cf name of the message delivery transp (default: 0s)

    The default amount of delay that is inserted between individual -deliveries to the same destination; the resulting behavior depends -on the value of the corresponding per-destination recipient limit. +deliveries to the same destination. If non-zero, all deliveries to +the same destination will happen one at a time.

    + +

    The resulting behavior depends on the value of the corresponding +per-destination recipient limit. +