comparison man/smtpmail.texi @ 72672:886b4823edf4

2006-09-06 Simon Josefsson <jas@extundo.com> * smtpmail.texi (Authentication): Mention SSL.
author Simon Josefsson <jas@extundo.com>
date Wed, 06 Sep 2006 09:10:44 +0000
parents dc2d5a6655a3
children 155c26718860
comparison
equal deleted inserted replaced
72671:b1e05ba6e2b1 72672:886b4823edf4
207 207
208 @cindex SASL 208 @cindex SASL
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
212 Many environments require SMTP clients to authenticate themselves 214 Many environments require SMTP clients to authenticate themselves
213 before they are allowed to route mail via a server. The two following 215 before they are allowed to route mail via a server. The two following
214 variables contains the authentication information needed for this. 216 variables contains the authentication information needed for this.
215 The first variable, @code{smtpmail-auth-credentials}, instructs the 217 The first variable, @code{smtpmail-auth-credentials}, instructs the
216 SMTP library to use a SASL authentication step, currently only the 218 SMTP library to use a SASL authentication step, currently only the
218 that order if the server support both. 220 that order if the server support both.
219 221
220 The second variable, @code{smtpmail-starttls-credentials}, instructs 222 The second variable, @code{smtpmail-starttls-credentials}, instructs
221 the SMTP library to connect to the server using STARTTLS. This means 223 the SMTP library to connect to the server using STARTTLS. This means
222 the protocol exchange may be integrity protected and confidential by 224 the protocol exchange may be integrity protected and confidential by
223 using TLS, and optionally also authentication of the client. This 225 using TLS, also known as SSL, and optionally also authentication of
224 feature uses the elisp package @file{starttls.el} (see it for more 226 the client. This feature uses the elisp package @file{starttls.el}
225 information on customization), which in turn require that at least one 227 (see it for more information on customization), which in turn require
226 of the following external tools are installed: 228 that at least one of the following external tools are installed:
227 229
228 @enumerate 230 @enumerate
229 @item 231 @item
230 The GNUTLS command line tool @samp{gnutls-cli}, you can get it from 232 The GNUTLS command line tool @samp{gnutls-cli}, you can get it from
231 @url{http://www.gnu.org/software/gnutls/}. This is the recommended 233 @url{http://www.gnu.org/software/gnutls/}. This is the recommended