summaryrefslogtreecommitdiff
path: root/imap-dl.1.pod
diff options
context:
space:
mode:
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>2020-03-20 11:25:52 -0400
committerSean Whitton <spwhitton@spwhitton.name>2020-03-20 13:11:27 -0700
commit855b1a65f34e266a7e972f053e73087798f92a7e (patch)
tree499fb196eb7342ac662b09ca61048378aaaf8e29 /imap-dl.1.pod
parentaf0bd7d1033244e86ce460183d5197bad7ce2ef8 (diff)
downloadmailscripts-855b1a65f34e266a7e972f053e73087798f92a7e.tar.gz
imap-dl: Use "gssapi" as a synonym for "kerberos"
Robbie Harwood says that "gssapi" is more accurate. I regularly get perplexed by the layers of SASL, GSSAPI, and Kerberos, so i'm happy to have this alias Just Work in any case. Suggested-by: Robbie Harwood <rharwood@redhat.com> Signed-off-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
Diffstat (limited to 'imap-dl.1.pod')
-rw-r--r--imap-dl.1.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/imap-dl.1.pod b/imap-dl.1.pod
index 204b430..402a167 100644
--- a/imap-dl.1.pod
+++ b/imap-dl.1.pod
@@ -44,8 +44,8 @@ options:
B<retriever.server> is the dns name of the mailserver.
B<retriever.authentication> is either "basic" (the default, using the
-IMAP LOGIN verb) or "kerberos" (IMAP AUTHENTICATE with GSSAPI,
-requires the python3-gssapi module).
+IMAP LOGIN verb) or "gssapi" (IMAP AUTHENTICATE with GSSAPI, requires
+the python3-gssapi module). "kerberos" is an alias for "gssapi".
B<retriever.username> is the username of the IMAP account.