]> git.ipfire.org Git - ipfire-2.x.git/blob - config/cyrusimap/cyrus.conf
d9adbd9d03ad663ab038039bb0bcceaf6578d440
[ipfire-2.x.git] / config / cyrusimap / cyrus.conf
1 START {
2 # do not delete this entry!
3 recover cmd="ctl_cyrusdb -r"
4
5 # this is only necessary if using idled for IMAP IDLE
6 # idled cmd="idled"
7 }
8
9 # UNIX sockets start with a slash and are put into /var/imap/socket
10 SERVICES {
11 # add or remove based on preferences
12 imap cmd="imapd" listen="imap" prefork=0
13 imaps cmd="imapd -s" listen="imaps" prefork=0
14 pop3 cmd="pop3d" listen="pop3" prefork=0
15 pop3s cmd="pop3d -s" listen="pop3s" prefork=0
16 sieve cmd="timsieved" listen="127.0.0.1:2000" prefork=0
17
18 # at least one LMTP is required for delivery
19 lmtp cmd="lmtpd" listen="127.0.0.1:24" prefork=0
20 lmtpunix cmd="lmtpd" listen="/var/imap/socket/lmtp" prefork=0
21
22 # this is only necessary if using notifications
23 # notify cmd="notifyd" listen="/var/imap/socket/notify" proto="udp" prefork=1
24 }
25
26 EVENTS {
27 # this is required
28 checkpoint cmd="ctl_cyrusdb -c" period=30
29
30 # this is only necessary if using duplicate delivery suppression
31 delprune cmd="ctl_deliver -E 3" period=1440
32
33 # this is only necessary if caching TLS sessions
34 tlsprune cmd="tls_prune" period=1440
35
36 # SQUAT failed, helps
37 squatter cmd="squatter -r user" period=1440
38 }