This is a discussion on Re: [patch] minor change in postconf.5.html within the mailing.postfix.users forums, part of the Mail Servers and Related category; This is a multi-part message in MIME format. --------------030408070709070803060608 Content-Type: text/plain; charset=ISO-8859-1; format=flowed ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
This is a multi-part message in MIME format.
--------------030408070709070803060608 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit /dev/rob0 wrote: > The relay_clientcerts references are not hyperlinked. I was going to > put the patch inline, but am not sure how to do it without wordwrap, > so it's attached. Well ... I *meant* to attach it, if that counts for anything. -- mail to this address is discarded unless "/dev/rob0" or "not-spam" is in Subject: header --------------030408070709070803060608 Content-Type: text/x-patch; name="postconf.5.html.patch" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="postconf.5.html.patch" $ diff -Nru /usr/doc/postfix/postconf.5.html postconf.5.html --- /usr/doc/postfix/postconf.5.html 2005-05-27 20:50:45.000000000 -0500 +++ postconf.5.html 2005-05-29 11:37:20.000000000 -0500 @@ -3330,7 +3330,7 @@ <dd> Append the domain name in $<a href="postconf.5.html#myorigin">myorigin</a> or $<a href="postconf.5.html#mydomain">mydomain</a> when the client TLS certificate is successfully verified, and the client -certificate fingerprint is listed in $relay_clientcerts. </dd> +certificate fingerprint is listed in $<a href="postconf.5.html#relay_clientcerts">$relay_cl ientcerts</a>. </dd> <dt><b> <a href="postconf.5.html#permit_tls_all_clientcerts"> permit_tls_all_clientcerts</a> </b></dt> @@ -7213,7 +7213,8 @@ <dd>Permit the request when the remote SMTP client certificate is verified successfully, and the certificate fingerprint is listed -in $relay_clientcerts. This feature is available with Postfix 2.2.</dd> +in $<a href="postconf.5.html#relay_clientcerts">$relay_cl ientcerts</a>. +This feature is available with Postfix 2.2.</dd> <dt><b><a name="reject_rbl_client">reject_rbl_client <i>rbl_domain=d.d.d.d</i></a></b></dt> <dd>Reject the request when the reversed client network address is --------------030408070709070803060608-- |