cyrus-imapd/cassandane.ini

48 lines
1.1 KiB
INI
Raw Normal View History

# A basic cassandane.ini file for running cassandane as part of the Fedora
# package build process.
# The idea here is to run tests on the just-compiled version of cyrus-imapd.
# However, many of the build locations are just random temporary directories, and
# so this requires some finesse.
[cassandane]
2017-05-25 15:32:04 +00:00
rootdir = CASSDIR/work
pwcheck = alwaystrue # This is enabled in Fedora builds
cleanup = no
maxworkers = 1
#[valgrind]
#enabled = no
# The installed copy
[cyrus default]
prefix = /usr
destdir = BUILDROOT
# Replication testing disabled
# [cyrus replica]
# [cyrus murder]
# Don't enable any of the gdb options but leave them here in case someone ever
# needs to do so
#[gdb]
# imapd = yes
# sync_server = yes
# lntpd = yes
# timsieved = yes
# backupd = yes
#[config]
#[caldavtalk]
2017-05-25 15:32:04 +00:00
#basedir = CASSDIR/cassandane/testdata
#[imaptest]
# XXX Cassandane wants this to not be installed. Don't know why. If
# necessary, make a link farm to it.
#basedir = /usr
#[caldavtester]
# XXX Would need to include the source in the cyrus package just as cassandane is, and get it built before running tests
# basedir = ...