aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Josefsson2006-09-06 09:10:44 +0000
committerSimon Josefsson2006-09-06 09:10:44 +0000
commit5f85272e5b6b34ba2962314d3d7fe340ec91dd4a (patch)
tree1d3add2797b39c30c0a3cd3f99f904541bc56855
parent8bf5f8c5d22e372ecda7e158136b3f9f0fad6442 (diff)
downloademacs-5f85272e5b6b34ba2962314d3d7fe340ec91dd4a.tar.gz
emacs-5f85272e5b6b34ba2962314d3d7fe340ec91dd4a.zip
2006-09-06 Simon Josefsson <jas@extundo.com>
* smtpmail.texi (Authentication): Mention SSL.
-rw-r--r--man/ChangeLog4
-rw-r--r--man/smtpmail.texi10
2 files changed, 10 insertions, 4 deletions
diff --git a/man/ChangeLog b/man/ChangeLog
index 388800b99ae..7d7fb35c97b 100644
--- a/man/ChangeLog
+++ b/man/ChangeLog
@@ -1,3 +1,7 @@
12006-09-06 Simon Josefsson <jas@extundo.com>
2
3 * smtpmail.texi (Authentication): Mention SSL.
4
12006-09-01 Eli Zaretskii <eliz@gnu.org> 52006-09-01 Eli Zaretskii <eliz@gnu.org>
2 6
3 * rcirc.texi (Internet Relay Chat, Useful IRC commands): Don't use 7 * rcirc.texi (Internet Relay Chat, Useful IRC commands): Don't use
diff --git a/man/smtpmail.texi b/man/smtpmail.texi
index 792a7934f95..b32185e5305 100644
--- a/man/smtpmail.texi
+++ b/man/smtpmail.texi
@@ -209,6 +209,8 @@ The following example illustrates what you could put in
209@cindex CRAM-MD5 209@cindex CRAM-MD5
210@cindex LOGIN 210@cindex LOGIN
211@cindex STARTTLS 211@cindex STARTTLS
212@cindex TLS
213@cindex SSL
212Many environments require SMTP clients to authenticate themselves 214Many environments require SMTP clients to authenticate themselves
213before they are allowed to route mail via a server. The two following 215before they are allowed to route mail via a server. The two following
214variables contains the authentication information needed for this. 216variables contains the authentication information needed for this.
@@ -220,10 +222,10 @@ that order if the server support both.
220The second variable, @code{smtpmail-starttls-credentials}, instructs 222The second variable, @code{smtpmail-starttls-credentials}, instructs
221the SMTP library to connect to the server using STARTTLS. This means 223the SMTP library to connect to the server using STARTTLS. This means
222the protocol exchange may be integrity protected and confidential by 224the protocol exchange may be integrity protected and confidential by
223using TLS, and optionally also authentication of the client. This 225using TLS, also known as SSL, and optionally also authentication of
224feature uses the elisp package @file{starttls.el} (see it for more 226the client. This feature uses the elisp package @file{starttls.el}
225information on customization), which in turn require that at least one 227(see it for more information on customization), which in turn require
226of the following external tools are installed: 228that at least one of the following external tools are installed:
227 229
228@enumerate 230@enumerate
229@item 231@item