aboutsummaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorSimon Josefsson2004-02-29 22:08:05 +0000
committerSimon Josefsson2004-02-29 22:08:05 +0000
commitaef3a1f2eb041c10d6e2c8e2c4e03590b6fde0fc (patch)
treedcf57fe8b1a84f8952753cc9c161672e5e7f5bb8 /man
parent5bb0fcd1e717b608155c8c234e55204ad5894d7c (diff)
downloademacs-aef3a1f2eb041c10d6e2c8e2c4e03590b6fde0fc.tar.gz
emacs-aef3a1f2eb041c10d6e2c8e2c4e03590b6fde0fc.zip
(Authentication): Changed the list of supported
authentication mechanisms from CRAM-MD5, PLAIN and LOGIN-MD5 to CRAM-MD5 and LOGIN, tiny patch from Andreas Voegele <voegelas@gmx.net>.
Diffstat (limited to 'man')
-rw-r--r--man/ChangeLog7
-rw-r--r--man/smtpmail.texi20
2 files changed, 16 insertions, 11 deletions
diff --git a/man/ChangeLog b/man/ChangeLog
index 116cb15ccef..a43729904a8 100644
--- a/man/ChangeLog
+++ b/man/ChangeLog
@@ -1,3 +1,10 @@
12004-02-29 Simon Josefsson <jas@extundo.com>
2
3 * smtpmail.texi (Authentication): Changed the list of supported
4 authentication mechanisms from CRAM-MD5, PLAIN and LOGIN-MD5 to
5 CRAM-MD5 and LOGIN, tiny patch from Andreas Voegele
6 <voegelas@gmx.net>.
7
12004-02-29 Juanma Barranquero <lektu@terra.es> 82004-02-29 Juanma Barranquero <lektu@terra.es>
2 9
3 * makefile.w32-in (mostlyclean, clean, maintainer-clean): Use 10 * makefile.w32-in (mostlyclean, clean, maintainer-clean): Use
diff --git a/man/smtpmail.texi b/man/smtpmail.texi
index c04d5a19bd2..08ce87ac995 100644
--- a/man/smtpmail.texi
+++ b/man/smtpmail.texi
@@ -3,7 +3,7 @@
3@settitle Emacs SMTP Library 3@settitle Emacs SMTP Library
4@syncodeindex vr fn 4@syncodeindex vr fn
5@copying 5@copying
6Copyright @copyright{} 2003 Free Software Foundation, Inc. 6Copyright @copyright{} 2003, 2004 Free Software Foundation, Inc.
7 7
8@quotation 8@quotation
9Permission is granted to copy, distribute and/or modify this document 9Permission is granted to copy, distribute and/or modify this document
@@ -207,7 +207,6 @@ The following example illustrates what you could put in
207 207
208@cindex SASL 208@cindex SASL
209@cindex CRAM-MD5 209@cindex CRAM-MD5
210@cindex PLAIN
211@cindex LOGIN 210@cindex LOGIN
212@cindex STARTTLS 211@cindex STARTTLS
213Many environments require SMTP clients to authenticate themselves 212Many environments require SMTP clients to authenticate themselves
@@ -215,15 +214,14 @@ before they are allowed to route mail via a server. The two following
215variables contains the authentication information needed for this. 214variables contains the authentication information needed for this.
216The first variable, @code{smtpmail-auth-credentials}, instructs the 215The first variable, @code{smtpmail-auth-credentials}, instructs the
217SMTP library to use a SASL authentication step, currently only the 216SMTP library to use a SASL authentication step, currently only the
218CRAM-MD5, PLAIN and LOGIN-MD5 mechanisms are supported and will be 217CRAM-MD5 and LOGIN mechanisms are supported and will be selected in
219selected in that order if the server supports them. The second 218that order if the server supports them. The second variable,
220variable, @code{smtpmail-starttls-credentials}, instructs the SMTP 219@code{smtpmail-starttls-credentials}, instructs the SMTP library to
221library to connect to the server using STARTTLS. This means the 220connect to the server using STARTTLS. This means the protocol
222protocol exchange can be integrity protected and confidential by using 221exchange can be integrity protected and confidential by using TLS, and
223TLS, and optionally also authentication of the client. It is common 222optionally also authentication of the client. It is common to use
224to use both these mechanisms, e.g., to use STARTTLS to achieve 223both these mechanisms, e.g., to use STARTTLS to achieve integrity and
225integrity and confidentiality and then use SASL for client 224confidentiality and then use SASL for client authentication.
226authentication.
227 225
228@table @code 226@table @code
229@item smtpmail-auth-credentials 227@item smtpmail-auth-credentials