On 2022-04-30 05:06, Viktor Dukhovni wrote:
On Sat, Apr 30, 2022 at 12:49:30AM +0000, Pau Amma wrote:
I finally got around to this, or rather to the half that didn't have a
mention of NO_IPV6. While there, I noticed a stray uppercase letter
elsewhere (2x) and fixed that as well. Patch (generated from
postfix-3.8-20220421) attached.
The source file for IPV6_README is: proto/IPV6_README.html
+++ postfix-tmp/README_FILES/IPV6_README 2022-04-30 02:35:27.514645000
+0200
This is a derived file, and the patch should be against the "proto"
file.
+++ postfix-tmp/proto/INSTALL.html 2022-04-30 02:40:25.455297000 +0200
THis is the only "INSTALL" file to edit.
Revised patch per above. While in proto/IPV6_README.html, I tweaked the
link text in one spot for better screenreader accessibility per
https://webaim.org/techniques/hypertext/#alpha_links. (Other links there
or elsewhere in the documentation may need similar changes. Let me know
if you & WV want to do that yourselves.)
--
#BlackLivesMatter #TransWomenAreWomen #AccessibilityMatters
#StandWithUkrainians
English: he/him/his (singular they/them/their/theirs OK)
French: il/le/lui (iel/iel and ielle/ielle OK)
Tagalog: siya/niya/kaniya (please avoid sila/nila/kanila)
diff -ru postfix-3.8-20220421/proto/INSTALL.html postfix-tmp/proto/INSTALL.html
--- postfix-3.8-20220421/proto/INSTALL.html 2021-12-20 23:11:11.000000000 +0100
+++ postfix-tmp/proto/INSTALL.html 2022-04-30 02:40:25.455297000 +0200
@@ -837,7 +837,7 @@
<tr> <td> </td> <td> -DNO_IPV6 </td> <td> Do not build with IPv6
support. By default, IPv6 support is compiled in on platforms that
are known to have IPv6 support. Note: this directive is for debugging
-And testing only. It is not guaranteed to work on all platforms.
+and testing only. It is not guaranteed to work on all platforms.
If you don't want IPv6 support, set "inet_protocols = ipv4" in
main.cf.
</td> </tr>
diff -ru postfix-3.8-20220421/proto/IPV6_README.html postfix-tmp/proto/IPV6_README.html
--- postfix-3.8-20220421/proto/IPV6_README.html 2021-12-20 23:11:11.000000000 +0100
+++ postfix-tmp/proto/IPV6_README.html 2022-04-30 11:48:22.583354000 +0200
@@ -78,8 +78,8 @@
<p> On other platforms Postfix will simply use IPv4 as it has always
done. </p>
-<p> See <a href="#porting">below</a> for tips how to port Postfix
-IPv6 support to other environments. </p>
+<p> See below for <a href="#porting">tips how to port Postfix
+IPv6 support to other environments</a>. </p>
<h2><a name="configuration">Configuration</a></h2>
@@ -127,6 +127,9 @@
<p> Note 2: on older Linux and Solaris systems, the setting
"inet_protocols = ipv6" will not prevent Postfix from
accepting IPv4 connections. </p>
+
+<p> Note 3: to pretend IPv6 isn't supported (for testing only), use the NO_IPV6
+compilation option. </p>
<li> <p> The other new parameter is smtp_bind_address6.
This sets the local interface address for outgoing IPv6 SMTP