]> git.pld-linux.org Git - packages/cyrus-imapd.git/blob - cyrus.conf
- rel 1
[packages/cyrus-imapd.git] / cyrus.conf
1 # standard standalone server implementation
2
3 START {
4   # do not delete these entries!
5   mboxlist      cmd="ctl_mboxlist -r"
6   deliver       cmd="ctl_deliver -r"
7
8   # this is only necessary if using idled for IMAP IDLE
9 #  idled                cmd="idled"
10 }
11
12 # UNIX sockets start with a slash and are put into /var/imap/socket
13 SERVICES {
14   # add or remove based on preferences
15   imap          cmd="imapd" listen="imap" prefork=0
16   imaps         cmd="imapd -s" listen="imaps" prefork=0
17   pop3          cmd="pop3d" listen="pop3" prefork=0
18   pop3s         cmd="pop3d -s" listen="pop3s" prefork=0
19   sieve         cmd="timsieved" listen="sieve" prefork=0
20
21   # at least one LMTP is required for delivery
22 #  lmtp         cmd="lmtpd" listen="lmtp" prefork=0
23   lmtpunix      cmd="lmtpd" listen="/var/lib/imap/socket/lmtp" prefork=0
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 }
This page took 0.091173 seconds and 3 git commands to generate.