summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvangyzen <vangyzen@FreeBSD.org>2017-05-31 21:19:21 +0000
committervangyzen <vangyzen@FreeBSD.org>2017-05-31 21:19:21 +0000
commitf45bb8c1d12dc516e1def3d4d1b6d60e8b961b48 (patch)
tree05e71bfbbabb5a97e2857d2b447fd5dc219d17e2
parentc4ad2d6e883ea33557bfd13e1c60b85f3978d74d (diff)
downloadFreeBSD-src-f45bb8c1d12dc516e1def3d4d1b6d60e8b961b48.zip
FreeBSD-src-f45bb8c1d12dc516e1def3d4d1b6d60e8b961b48.tar.gz
MFC r318585
dma.8: use the correct name for 'SECURETRANSFER' The code uses 'SECURETRANS', but the config file uses 'SECURETRANSFER'.
-rw-r--r--contrib/dma/dma.88
1 files changed, 4 insertions, 4 deletions
diff --git a/contrib/dma/dma.8 b/contrib/dma/dma.8
index 76ab174..3eaf3ae 100644
--- a/contrib/dma/dma.8
+++ b/contrib/dma/dma.8
@@ -30,7 +30,7 @@
.\" OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd February 13, 2014
+.Dd May 20, 2017
.Dt DMA 8
.Os
.Sh NAME
@@ -213,7 +213,7 @@ Just stick with the default.
Path to the
.Sq auth.conf
file.
-.It Ic SECURETRANS Xo
+.It Ic SECURETRANSFER Xo
(boolean, default=commented)
.Xc
Uncomment if you want TLS/SSL secured transfer.
@@ -222,7 +222,7 @@ Uncomment if you want TLS/SSL secured transfer.
.Xc
Uncomment if you want to use STARTTLS.
Only useful together with
-.Sq SECURETRANS .
+.Sq SECURETRANSFER .
.It Ic OPPORTUNISTIC_TLS Xo
(boolean, default=commented)
.Xc
@@ -234,7 +234,7 @@ the outside mail exchangers; in opportunistic TLS mode, the connection will
be encrypted if the remote server supports STARTTLS, but an unencrypted
delivery will still be made if the negotiation fails.
Only useful together with
-.Sq SECURETRANS
+.Sq SECURETRANSFER
and
.Sq STARTTLS .
.It Ic CERTFILE Xo
OpenPOWER on IntegriCloud