summaryrefslogtreecommitdiff
path: root/mail/cyrus-imapd22/files/imapd.conf
blob: a2d5a20ad0422d03e1921edc1800cf88743cdb51 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# $NetBSD: imapd.conf,v 1.1.1.1 2004/01/18 12:42:12 recht Exp $
#
# Cyrus IMAP server configuration file.  Refer to imapd.conf(5) for
# more options.

configdirectory: /var/imap
partition-default: /var/spool/imap
sieveusehomedir: true
hashimapspool: false

admins: cyrus

# Use the saslauthd daemon to verify plaintext passwords.  Please ensure that
# the saslauthd daemon is running before trying to authenticate.
#
sasl_pwcheck_method: saslauthd

# 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