1TIMSIEVED(8) Cyrus IMAP TIMSIEVED(8)
2
3
4
6 timsieved - Cyrus IMAP documentation
7
8 CMU hack for getting sieve scripts onto the server
9
11 timsieved [ -C config-file ]
12
14 timsieved is a server that allows users to remotely manage their sieve
15 scripts kept on the server. It accepts commands on its standard input
16 and responds on its standard output. It MUST be invoked by master(8)
17 with those descriptors attached to a remote client connection.
18
19 Cyrus admins who authenticate and authorize as themselves (e.g. don't
20 proxy) manage global scripts.
21
22 timsieved reads its configuration options out of the imapd.conf(5) file
23 unless specified otherwise by -C.
24
26 -C config-file
27 Use the specified configuration file config-file rather than the
28 default imapd.conf(5).
29
31 timsieved is commonly included in the SERVICES section of cyrus.conf(5)
32 like so:
33
34 SERVICES {
35 imap cmd="imapd -U 30" listen="imap" prefork=0
36 imaps cmd="imapd -s -U 30" listen="imaps" prefork=0 maxchild=100
37 pop3 cmd="pop3d -U 30" listen="pop3" prefork=0
38 pop3s cmd="pop3d -s -U 30" listen="pop3s" prefork=0 maxchild=100
39 lmtpunix cmd="lmtpd" listen="/var/run/cyrus/socket/lmtp" prefork=0 maxchild=20
40 sieve cmd="timsieved" listen="sieve" prefork=0
41 notify cmd="notifyd" listen="/var/run/cyrus/socket/notify" proto="udp" prefork=1
42 httpd cmd="httpd" listen=8080 prefork=1 maxchild=20
43 }
44
46 /etc/imapd.conf, /etc/cyrus.conf
47
49 master(8), imapd.conf(5), cyrus.conf(5)
50
52 The Cyrus Team, David Carter (dpc22@cam.ac.uk), Ken Murchison
53 (ken@oceana.com), Nic Bernstein (Onlight)
54
56 1993-2017, The Cyrus Team
57
58
59
60
613.0.12 November 15, 2019 TIMSIEVED(8)