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.
25 lines
753 B
Text
25 lines
753 B
Text
# $NetBSD: imapd.conf,v 1.1.1.1 2010/10/30 12:12:35 obache Exp $
|
|
#
|
|
# Cyrus IMAP server configuration file. Refer to imapd.conf(5) for
|
|
# more options.
|
|
|
|
configdirectory: /var/imap
|
|
partition-default: /var/spool/imap
|
|
sieveusehomedir: false
|
|
sievedir: /var/sieve
|
|
hashimapspool: false
|
|
|
|
admins: cyrus
|
|
|
|
# If use the saslauthd daemon to verify plaintext passwords, please ensure that
|
|
# the saslauthd daemon is running before trying to authenticate.
|
|
#
|
|
#sasl_pwcheck_method: saslauthd
|
|
sasl_pwcheck_method: auxprop
|
|
|
|
# The server certificate and key files must be specified for the
|
|
# server to repond to IMAPS or POP3S requests. See imapd.conf(5) for
|
|
# a complete listing of tls_* options.
|
|
#
|
|
#tls_cert_file: /var/imap/server.pem
|
|
#tls_key_file: /var/imap/server.pem
|