]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/cyrus-imapd/files/cyrus.conf_2.2
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / cyrus-imapd / files / cyrus.conf_2.2
1 # Standard standalone server configuration.
2
3 START {
4   # Do not delete this entry!
5   recover       cmd="ctl_cyrusdb -r"
6
7   # This is only necessary if using idled for IMAP IDLE.
8   #idled                cmd="idled"
9 }
10
11 # UNIX sockets start with a slash and are put into /var/imap/socket.
12 SERVICES {
13   # Add or remove based on preferences.
14   imap          cmd="imapd" listen="imap2" prefork=0
15   #pop3          cmd="pop3d" listen="pop-3" prefork=0
16
17   # Don't forget to generate the needed keys for SSL or TLS
18   # (see doc/html/install-configure.html).
19   #imaps                cmd="imapd -s" listen="imaps" prefork=0
20   #pop3s                cmd="pop3d -s" listen="pop3s" prefork=0
21
22   #sieve         cmd="timsieved" listen="sieve" prefork=0
23
24   # at least one LMTP is required for delivery
25   #lmtp         cmd="lmtpd" listen="lmtp" prefork=0
26   lmtpunix      cmd="lmtpd" listen="/var/lib/cyrus/socket/lmtp" prefork=0
27
28   # this is only necessary if using notifications
29   #notify       cmd="notifyd" listen="/var/lib/cyrus/socket/notify" proto="udp" prefork=1
30 }
31
32 EVENTS {
33   # This is required.
34   checkpoint    cmd="ctl_cyrusdb -c" period=30
35
36   # This is only necessary if using duplicate delivery suppression.
37   delprune      cmd="ctl_deliver -E 3" period=1440
38
39   # This is only necessary if caching TLS sessions.
40   #tlsprune      cmd="tls_prune" period=1440
41 }
42