Blame SOURCES/cassandane.ini

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