]> git.pld-linux.org Git - packages/cyrus-imapd.git/blame - cyrus.conf
- rel 1
[packages/cyrus-imapd.git] / cyrus.conf
CommitLineData
f9b8a1ba 1# standard standalone server implementation
2
3START {
4 # do not delete these entries!
0f2240a5 5 mboxlist cmd="ctl_mboxlist -r"
6 deliver cmd="ctl_deliver -r"
f9b8a1ba 7
8 # this is only necessary if using idled for IMAP IDLE
0f2240a5 9# idled cmd="idled"
f9b8a1ba 10}
11
12# UNIX sockets start with a slash and are put into /var/imap/socket
13SERVICES {
14 # add or remove based on preferences
0f2240a5 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
f9b8a1ba 20
21 # at least one LMTP is required for delivery
0f2240a5 22# lmtp cmd="lmtpd" listen="lmtp" prefork=0
23 lmtpunix cmd="lmtpd" listen="/var/lib/imap/socket/lmtp" prefork=0
f9b8a1ba 24}
25
26EVENTS {
27 # this is required
cbf6e520 28 checkpoint cmd="ctl_cyrusdb -c" period=30
f9b8a1ba 29
30 # this is only necessary if using duplicate delivery suppression
0f2240a5 31 delprune cmd="ctl_deliver -E 3" period=1440
f9b8a1ba 32}
This page took 0.14606 seconds and 4 git commands to generate.