summaryrefslogtreecommitdiff
path: root/mail/cyrus-imapd/files/imapd.conf
blob: 9498566609a3b6bb49ac599fc8b5f872834471d0 (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.4 2003/09/15 09:01:18 jlam 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