File cassandane.ini of Package cyrus-imapd-3
57
1
# A basic cassandane.ini file for running cassandane as part of the Fedora
2
# package build process.
3
4
# The idea here is to run tests on the just-compiled version of cyrus-imapd.
5
# However, many of the build locations are just random temporary directories, and
6
# so this requires some finesse.
7
8
[cassandane]
9
rootdir = CASSDIR/work
10
pwcheck = alwaystrue # This is enabled in Fedora builds
11
cleanup = no
12
maxworkers = 1
13
base_port = 19100
14
15
#[valgrind]
16
#enabled = no
17
18
# The installed copy
19
[cyrus default]
20
prefix = /usr
21
destdir = BUILDROOT
22
quota = cyr_quota
23
24
# Replication testing disabled
25
# [cyrus replica]
26
# [cyrus murder]
27
28
# Don't enable any of the gdb options but leave them here in case someone ever
29
# needs to do so
30
#[gdb]
31
# imapd = yes
32
# sync_server = yes
33
# lntpd = yes
34
# timsieved = yes
35
# backupd = yes
36
37
[config]
38
altnamespace = no
39
unixhierarchysep = no
40
client_timeout = 60
41
42
#[caldavtalk]
43
#basedir = CASSDIR/cassandane/testdata
44
45
[imaptest]
46
# Cassandane wants this to not be installed. Don't know why. To use it we
47
# have to make a directory and link things into it.
48
basedir = imaptest
49
50
# [jmaptester]
51
# basedir = JMAP-Tester
52
# The JMAP modules end up needing JSON-Typist (which I could bundle) and CryptX (which is a bit too much to bundle)
53
54
# [caldavtester]
55
# XXX Would need to include the source in the cyrus package just as cassandane is, and get it built before running tests
56
# basedir = ...
57