On Wed, Feb 03, 2016 at 08:01:55AM +0100, A. Schulze wrote:
> the descriptive text for lmtp_address_verify_target
> (http://www.postfix.org/postconf.5.html#lmtp_address_verify_target)
> looks simply wrong...
Thanks. The fix is I hope obvious to all readers:
diff --git a/proto/postconf.proto b/proto/postconf.proto
index 238d703..9d10b47 100644
--- a/proto/postconf.proto
+++ b/proto/postconf.proto
@@ -15571,7 +15571,7 @@ SMTP/LMTP servers. </p>
%PARAM lmtp_address_verify_target rcpt
-<p> The LMTP-specific version of the smtp_dns_support_level
+<p> The LMTP-specific version of the smtp_address_verify_target
configuration parameter. See there for details. </p>
<p> This feature is available in Postfix 3.0 and later. </p>
--
Viktor.