27d01c
# A basic cassandane.ini file for running cassandane as part of the Fedora
27d01c
# package build process.
27d01c
27d01c
# The idea here is to run tests on the just-compiled version of cyrus-imapd.
27d01c
# However, many of the build locations are just random temporary directories, and
27d01c
# so this requires some finesse.
27d01c
27d01c
[cassandane]
27d01c
rootdir = CASSDIR/work
27d01c
pwcheck = alwaystrue # This is enabled in Fedora builds
27d01c
cleanup = no
27d01c
maxworkers = 1
27d01c
base_port = 19100
27d01c
27d01c
#[valgrind]
27d01c
#enabled = no
27d01c
27d01c
# The installed copy
27d01c
[cyrus default]
27d01c
prefix = /usr
27d01c
destdir = BUILDROOT
27d01c
quota = cyr_quota
27d01c
27d01c
# Replication testing disabled
27d01c
# [cyrus replica]
27d01c
# [cyrus murder]
27d01c
27d01c
# Don't enable any of the gdb options but leave them here in case someone ever
27d01c
# needs to do so
27d01c
#[gdb]
27d01c
# imapd = yes
27d01c
# sync_server = yes
27d01c
# lntpd = yes
27d01c
# timsieved = yes
27d01c
# backupd = yes
27d01c
27d01c
[config]
27d01c
altnamespace = no
27d01c
unixhierarchysep = no
27d01c
client_timeout = 60
27d01c
27d01c
#[caldavtalk]
27d01c
#basedir = CASSDIR/cassandane/testdata
27d01c
27d01c
[imaptest]
27d01c
# Cassandane wants this to not be installed.  Don't know why.  To use it we
27d01c
# have to make a directory and link things into it.
27d01c
basedir = imaptest
27d01c
27d01c
# [jmaptester]
27d01c
# basedir = JMAP-Tester
27d01c
# The JMAP modules end up needing JSON-Typist (which I could bundle) and CryptX (which is a bit too much to bundle)
27d01c
27d01c
# [caldavtester]
27d01c
# XXX Would need to include the source in the cyrus package just as cassandane is, and get it built before running tests
27d01c
# basedir = ...