]> git.eshelyaron.com Git - emacs.git/commitdiff
Document 'smtp-auth' in auth-source info
authorRobert Pluim <rpluim@gmail.com>
Tue, 1 Sep 2020 13:59:43 +0000 (15:59 +0200)
committerRobert Pluim <rpluim@gmail.com>
Tue, 1 Sep 2020 14:02:14 +0000 (16:02 +0200)
* doc/misc/auth.texi (Help for users): Mention 'smtp-auth' key,
add cross-reference to smtpmail.info.
* doc/misc/smtpmail.texi (Authentication): Fix markup.

doc/misc/auth.texi
doc/misc/smtpmail.texi

index 61dc62e771160495a98f801bb66c7b2b7d3928b7..f8fcb64290126f9532477fa60f2d9891bde3981c 100644 (file)
@@ -227,6 +227,11 @@ machine YOURMACHINE login YOU password SMTPPASSWORD port 433
 machine YOURMACHINE login YOU password GENERALPASSWORD
 @end example
 
+If you wish to specify a particular SMTP authentication method to use
+with a machine, you can use the @code{smtp-auth} keyword.
+@xref{Authentication,, Authentication, smtpmail, Emacs SMTP Library},
+for available methods.
+
 For url-auth authentication (HTTP/HTTPS), you need to put this in your
 netrc file:
 
index e19d0f689d3b6f56329b79c420cc2af2036c3b95..f4367b35377bc7b33da4e92f4abd9984c93101f9 100644 (file)
@@ -269,9 +269,10 @@ is known as ``Simple Authentication and Security Layer'' (SASL).
 There are various SASL mechanisms, and this library supports three of
 them: CRAM-MD5, PLAIN, and LOGIN, where the first uses a form of
 encryption to obscure your password, while the other two do not.  It
-tries each of them, in that order, until one succeeds.  You can assign
-a specific authentication mechanism to a server by including a key
-smtp-auth with a value of the preferred mechanism.
+tries each of them, in that order, until one succeeds.  You can
+override this by assigning a specific authentication mechanism to a
+server by including a key @code{smtp-auth} with the value of your
+preferred mechanism in the appropriate @file{~/.authinfo} entry.
 
 @node Encryption
 @chapter Encryption