head 1.1; access; symbols pkgsrc-2026Q1:1.1.0.2 pkgsrc-2026Q1-base:1.1; locks; strict; comment @# @; 1.1 date 2026.03.09.03.16.44; author jnemeth; state Exp; branches; next ; commitid V50zudbW699ctfxG; desc @@ 1.1 log @mail/cyrus-imapd312: import cyrus-imapd-3.12.1 IMAP (Internet Message Access Protocol) is an Internet standards-track protocol for accessing messages (mail, bboards, news, etc). The Cyrus IMAP server differs from other IMAP server implementations in that it is generally intended to be run on "sealed" servers, where normal users are not permitted to log in. The mailbox database is stored in parts of the filesystem that are private to the Cyrus IMAP system. All user access to mail is through the IMAP, POP3, or KPOP protocols. @ text @$NetBSD$ Replace external references to cyrussasl with actual links to avoid web lookups while building. --- docsrc/imap/concepts/overview_and_concepts.rst.orig 2026-01-19 06:22:12.989170023 +0000 +++ docsrc/imap/concepts/overview_and_concepts.rst @@@@ -185,7 +185,7 @@@@ Login Authentication This section discusses different types of authentication (ways of logging in) that can be used with Cyrus IMAP. -The Cyrus IMAP server uses the Cyrus SASL library for authentication. This section describes how to configure SASL with use with Cyrus imapd. Please consult the :ref:`Cyrus SASL System Administrator's Guide ` for more detailed, up-to-date information. +The Cyrus IMAP server uses the Cyrus SASL library for authentication. This section describes how to configure SASL with use with Cyrus imapd. Please consult the :ref:`Cyrus SASL System Administrator's Guide ` for more detailed, up-to-date information. Anonymous Login =============== @@@@ -225,7 +225,7 @@@@ If the ``loginuseacl`` configuration opt Shared Secrets Logins ===================== -The SCRAM mechanisms require the user and the server to share a secret (generally a password) that can be used for comparison without actually passing the password in the clear across the network. For these mechanisms, you will need to supply a source of passwords, such as the sasldb (which is described more fully in the :ref:`Cyrus SASL distribution `). +The SCRAM mechanisms require the user and the server to share a secret (generally a password) that can be used for comparison without actually passing the password in the clear across the network. For these mechanisms, you will need to supply a source of passwords, such as the sasldb (which is described more fully in the :ref:`Cyrus SASL distribution `). Quotas ****** @