1IDLED(8) Cyrus IMAP IDLED(8)
2
3
4
6 idled - Cyrus IMAP documentation
7
8 Provide near real-time updates for IMAP IDLE
9
11 idled [ -C config-file ]
12
14 idled is a long lived datagram daemon which receives notifications of
15 mailbox changes and signals the appropriate imapd to report the changes
16 to the client.
17
18 Idled is usually started from master(8).
19
20 idled reads its configuration options out of the imapd.conf(5) file
21 unless specified otherwise by -C.
22
24 -C config-file
25 Use the specified configuration file config-file rather than the
26 default imapd.conf(5).
27
29 idled is commonly included in the DAEMON section of cyrus.conf(5) like
30 so:
31
32 DAEMON {
33 idled cmd="/usr/lib/cyrus/bin/idled"
34 }
35
37 /etc/imapd.conf
38
40 imapd.conf(5), cyrus.conf(5), master(8)
41
43 The Cyrus Team, Nic Bernstein (Onlight)
44
46 1993-2017, The Cyrus Team
47
48
49
50
513.0.13 December 16, 2019 IDLED(8)