summaryrefslogtreecommitdiff
path: root/imap-dl.1.pod
diff options
context:
space:
mode:
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.