diff options
author | cinap_lenrek <cinap_lenrek@gmx.de> | 2013-06-12 23:39:41 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@gmx.de> | 2013-06-12 23:39:41 +0200 |
commit | 646eb150e1c30378256eb5a86c12374bfe0e3c8b (patch) | |
tree | f1d079318d03c2649325b3d25176377a8d74f625 /sys/man/8 | |
parent | 0dbde06bc74732e844879e11fff12b033ca28e65 (diff) |
smtp: add SMTPS support (-t)
Diffstat (limited to 'sys/man/8')
-rw-r--r-- | sys/man/8/smtp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/man/8/smtp b/sys/man/8/smtp index f0facf1bd..9a66ec092 100644 --- a/sys/man/8/smtp +++ b/sys/man/8/smtp @@ -6,7 +6,7 @@ smtp, smtpd \- mail transport .ti -0.5i .B upas/smtp [ -.B -aAdfips +.B -aAdfipst ] [ .B -b .I busted-mx @@ -119,6 +119,9 @@ don't send any mail. if the server supports the ESMTP extension to use TLS encryption, turn it on for this session. See RFC3207 for details. .TP +.B -t +preemtively establish TLS connection before SMTP handshake (SMTPS). +.TP .B -u specify a user name to be used in authentication. The default name is the current login id. |