]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blame - config/cyrus-imapd/cyrus.conf
shairport-sync: New package
[people/pmueller/ipfire-2.x.git] / config / cyrus-imapd / cyrus.conf
CommitLineData
371d9df0
MT
1START {
2 # do not delete this entry!
3 recover cmd="ctl_cyrusdb -r"
4
5 # this is only necessary if using idled for IMAP IDLE
f28d0ddc 6 idled cmd="idled"
371d9df0
MT
7}
8
9# UNIX sockets start with a slash and are put into /var/imap/socket
10SERVICES {
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
453b418b 16 #sieve cmd="timsieved" listen="127.0.0.1:2000" prefork=0
371d9df0
MT
17
18 # at least one LMTP is required for delivery
fc4ac7ac 19 #lmtp cmd="lmtpd" listen="127.0.0.1:24" prefork=0
453b418b 20 lmtpunix cmd="lmtpd" listen="/var/imap/socket/lmtp" prefork=0
371d9df0
MT
21
22 # this is only necessary if using notifications
fc4ac7ac 23 notify cmd="notifyd" listen="/var/imap/socket/notify" proto="udp" prefork=1
371d9df0
MT
24}
25
26EVENTS {
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}