Code

Avoid using the same gid/uid number
[gosa.git] / contrib / altlinux / etc / cyrus.conf
1 # standard standalone server implementation
3 START {
4         # do not delete this entry!
5         recover cmd="ctl_cyrusdb -r"
7         # this is only necessary if using idled for IMAP IDLE
8 #       idled           cmd="idled"
9 }
11 # UNIX sockets start with a slash and are put into /var/lib/imap/socket
12 SERVICES {
13         # add or remove based on preferences
14         imap            cmd="imapd" listen="imap" prefork=5
15 #       imaps           cmd="imapd -s" listen="imaps" prefork=1
16         pop3            cmd="pop3d" listen="pop3" prefork=3
17 #       pop3s           cmd="pop3d -s" listen="pop3s" prefork=1
18         sieve           cmd="timsieved" listen="sieve" prefork=0
19 #       smmapd          cmd="smmapd" listen="/var/lib/imap/socket/smmapd" prefork=1
21         # these are only necessary if receiving/exporting usenet via NNTP
22 #       nntp            cmd="nntpd" listen="nntp" prefork=3
23 #       nntps           cmd="nntpd -s" listen="nntps" prefork=1
25         # at least one LMTP is required for delivery
26 #       lmtp            cmd="lmtpd" listen="lmtp" prefork=0
27         lmtpunix        cmd="lmtpd" listen="/var/spool/postfix/public/lmtp" prefork=1
29         # this is only necessary if using notifications
30 #       notify  cmd="notifyd" listen="/var/lib/imap/socket/notify" proto="udp" prefork=1
31 }
33 EVENTS {
34         # this is required
35         checkpoint      cmd="ctl_cyrusdb -c" period=30
37         # this is only necessary if using duplicate delivery suppression,
38         # Sieve or NNTP
39         delprune        cmd="cyr_expire -E 3" at=0400
41         # this is only necessary if caching TLS sessions
42         tlsprune        cmd="tls_prune" at=0400
43 }