1CYR_SYNCLOG(8) System Manager's Manual CYR_SYNCLOG(8)
2
3
4
5 *
6
8 cyr_synclog - add entries to the replication log
9
11 cyr_synclog [ -C config-file ] [ -type ] <value>
12
14 cyr_synclog is used to append a value to the log file. You can either
15 specify the log type and value, or an entire log line.
16
17 -u USER
18
19 -v SIEVE
20
21 -m MAILBOX
22
23 -a APPEND
24
25 -c ACL
26
27 -q QUOTA
28
29 -n ANNOTATION
30
31 -s SEEN
32
33 -b SUBSCRIPTION
34
35 Running without any options will print a short usage document.
36
37 cyr_synclog reads any applicable configuration options out of the
38 imapd.conf(5) file unless specified otherwise by -C.
39
41 Here are some example ways to use cyr_synclog:
42
43 cyr_synclog -m user.brong
44
45 cyr_synclog -u brong
46
47 cyr_synclog -C /etc/imapd-special.conf -s user.brong brong
48
49 cyr_synclog "SEEN user.brong brong"
50
52 -C config-file
53 Read configuration options from config-file.
54
56 /etc/imapd.conf
57
59 imapd.conf(5)
60
61
62
63CMU Project Cyrus CYR_SYNCLOG(8)