source: npl/mailserver/kopano_conf/root/etc/cyrus-conv.conf @ 2fcc226

gcc484perl-5.22
Last change on this file since 2fcc226 was 2fcc226, checked in by Edwin Eefting <edwin@datux.nl>, 7 years ago

rename string zarafa->kopano

  • Property mode set to 100644
File size: 657 bytes
Line 
1# Syn-3: Temporary settings for mail migration
2
3
4START {
5  # do not delete this entry!
6  recover       cmd="ctl_cyrusdb -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
13SERVICES {
14  # add or remove based on preferences
15  imap          cmd="imapd" listen="20143" prefork=0
16}
17
18EVENTS {
19  # this is required
20  checkpoint    cmd="ctl_cyrusdb -c" period=30
21
22  # this is only necessary if using duplicate delivery suppression,
23  # Sieve or NNTP
24  delprune      cmd="cyr_expire -E 3" at=0400
25
26  # this is only necessary if caching TLS sessions
27  tlsprune      cmd="tls_prune" at=0400
28}
Note: See TracBrowser for help on using the repository browser.