diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2020-12-17 09:39:59 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2020-12-17 10:16:34 +0000 |
commit | 958af3bdb77dc5c190b7f5117c68d2b0acd7b5bc (patch) | |
tree | 0d2b074193dc3d21e05af6cb8f49c72c4dbc53f7 /doc/doc-docbook/spec.xfpt | |
parent | 183389fae10672e8d5ffb1f14f23a179798f483a (diff) |
Remove the X_ prefix from the PIPE_CONNECT SMTP service extension keyword.
Diffstat (limited to 'doc/doc-docbook/spec.xfpt')
-rw-r--r-- | doc/doc-docbook/spec.xfpt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/doc-docbook/spec.xfpt b/doc/doc-docbook/spec.xfpt index b23f33d42..302a62312 100644 --- a/doc/doc-docbook/spec.xfpt +++ b/doc/doc-docbook/spec.xfpt @@ -16981,7 +16981,7 @@ not count as protocol errors (see &%smtp_max_synprot_errors%&). .option pipelining_connect_advertise_hosts main "host list&!!" * .cindex "pipelining" "early connection" .cindex "pipelining" PIPE_CONNECT -.cindex "ESMTP extensions" X_PIPE_CONNECT +.cindex "ESMTP extensions" PIPE_CONNECT If Exim is built with the SUPPORT_PIPE_CONNECT build option this option controls which hosts the facility is advertised to and from which pipeline early-connection (before MAIL) SMTP @@ -16990,7 +16990,9 @@ When used, the pipelining saves on roundtrip times. See also the &%hosts_pipe_connect%& smtp transport option. -Currently the option name &"X_PIPE_CONNECT"& is used. +.new +The SMTP service extension keyword advertised is &"PIPE_CONNECT"&. +.wen .option prdr_enable main boolean false |