See attached patch. Typo is also in RELEASE_NOTES-3.0, but I guess this
file should not be changed.
Regards,
Christian
diff -ru postfix-3.5.3.orig/proto/postconf.proto
postfix-3.5.3/proto/postconf.proto
--- postfix-3.5.3.orig/proto/postconf.proto 2020-05-09 17:51:27.000000000
+0200
+++ postfix-3.5.3/proto/postconf.proto 2020-06-26 18:14:11.647448700 +0200
@@ -16698,7 +16698,7 @@
<li> <p> The Postfix SMTP/LMTP client uses smtp_dns_reply_filter
and lmtp_dns_reply_filter only to discover a remote SMTP or LMTP
-service (record types MX, A, AAAAA, and TLSA). These lookups are
+service (record types MX, A, AAAA, and TLSA). These lookups are
also made to implement the features reject_unverified_sender and
reject_unverified_recipient. </p>
@@ -16706,7 +16706,7 @@
a filter removes all lookup results from a successful query. </p>
<li> <p> Postfix SMTP server uses smtpd_dns_reply_filter only to
-look up MX, A, AAAAA, and TXT records to implement the features
+look up MX, A, AAAA, and TXT records to implement the features
reject_unknown_helo_hostname, reject_unknown_sender_domain,
reject_unknown_recipient_domain, reject_rbl_*, and reject_rhsbl_*.
</p>