diff options
author | Robert Scheck <robert@fedoraproject.org> | 2016-11-17 17:16:50 +0100 |
---|---|---|
committer | Rich Salz <rsalz@openssl.org> | 2016-11-18 13:37:41 +0100 |
commit | 9576545a51c76d944318283461d55ac28a0bfbfc (patch) | |
tree | 546e1fb1dae4082f9681f83ba9e8986a60084884 /doc | |
parent | Use consistent variable names in example (diff) | |
download | openssl-9576545a51c76d944318283461d55ac28a0bfbfc.tar.xz openssl-9576545a51c76d944318283461d55ac28a0bfbfc.zip |
Add LMTP support (RFC 2033) to s_client ("-starttls lmtp")
Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/1945)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/man1/s_client.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man1/s_client.pod b/doc/man1/s_client.pod index 03b5cdaf8e..2ebd6822b8 100644 --- a/doc/man1/s_client.pod +++ b/doc/man1/s_client.pod @@ -437,7 +437,7 @@ command for more information. send the protocol-specific message(s) to switch to TLS for communication. B<protocol> is a keyword for the intended protocol. Currently, the only supported keywords are "smtp", "pop3", "imap", "ftp", "xmpp", "xmpp-server", -"irc" and "postgres." +"irc", "postgres" and "lmtp". =item B<-xmpphost hostname> |