1CYR_SYNCLOG(8) Cyrus IMAP CYR_SYNCLOG(8)
2
3
4
6 cyr_synclog - Cyrus IMAP documentation
7
8 is used to append a value to the log file. You can either specify the
9 log type and value, or an entire log line.
10
12 cyr_synclog [ -C config-file ] [ -{type} value ]
13 cyr_synclog [ -C config-file ] "<raw-log-line>"
14
16 cyr_synclog is used to append a value to the log file. You can either
17 specify the log type and value, or an entire log line.
18
19 Running without any options will print a short usage document.
20
21 cyr_synclog reads its configuration options out of the imapd.conf(5)
22 file unless specified otherwise by -C.
23
25 -C config-file
26 Use the specified configuration file config-file rather than the
27 default imapd.conf(5).
28
29 -u, --user user
30
31 -U, --unuser unuser
32
33 -v, --sieve sieve
34
35 -m, --mailbox mailbox
36
37 -M, --unmailbox unmailbox
38
39 -a, --append append
40
41 -c, --acl acl
42
43 -q, --quota quota
44
45 -n, --annotation annotation
46
47 -s, --seen seen
48
49 -b, --subscription subscription
50
52 cyr_synclog -m user.brong
53 Add the mailbox user.brong to the log.
54
55 cyr_synclog -u brong
56 Add the user brong to the log.
57
58 cyr_synclog -C /etc/imapd-special.conf -s user.brong brong
59 Add a log entry to mark mailbox user.brong as seen by user brong.
60
61 cyr_synclog "SEEN user.brong brong"
62 Add a log line, using the raw format, to mark mailbox user.brong as
63 seen by user brong.
64
66 This command was introduced in version 3.0.
67
69 /etc/imapd.conf, <configdirectory>/sync/log
70
72 imapd.conf(5), sync_client(8)
73
75 The Cyrus Team, Nic Bernstein (Onlight)
76
78 1993–2023, The Cyrus Team
79
80
81
82
833.8.1 Sep 11, 2023 CYR_SYNCLOG(8)