mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
26 lines
753 B
Plaintext
26 lines
753 B
Plaintext
# $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
|