~ubuntu-branches/ubuntu/karmic/cyrus-imapd-2.2/karmic

« back to all changes in this revision

Viewing changes to debian/cyrus.conf

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2006-12-07 17:31:51 UTC
  • Revision ID: james.westby@ubuntu.com-20061207173151-u34z5dafs5nh9sat
Tags: 2.2.13-9ubuntu1
* Merge with Debian unstable; remaining changes:
  - Build using DB4.3.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
# see cyrus.conf(5) for more information
3
3
#
4
4
# All the tcp services are tcpd-wrapped. see hosts_access(5)
5
 
# $Id: cyrus.conf 457 2006-05-16 21:18:07Z sven $
 
5
# $Id: cyrus.conf 681 2006-10-25 17:42:18Z astronut $
6
6
 
7
7
START {
8
8
        # do not delete this entry!
9
9
        recover         cmd="/usr/sbin/ctl_cyrusdb -r"
10
10
  
11
 
        # this is only necessary if using idled for IMAP IDLE
12
 
        # this is NOT to be enabled right now in Debian builds
 
11
        # this is only necessary if idlemethod is set to "idled" in imapd.conf
13
12
        #idled          cmd="idled"
14
13
 
15
14
        # this is useful on backend nodes of a Murder cluster
74
73
        checkpoint      cmd="/usr/sbin/ctl_cyrusdb -c" period=30
75
74
 
76
75
        # this is only necessary if using duplicate delivery suppression
77
 
        delprune        cmd="/usr/sbin/ctl_deliver -E 3" at=0401
 
76
        delprune        cmd="/usr/sbin/cyr_expire -E 3" at=0401
78
77
 
79
78
        # this is only necessary if caching TLS sessions
80
79
        tlsprune        cmd="/usr/sbin/tls_prune" at=0401