GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
CYR_SYNCLOG(8) Cyrus IMAP CYR_SYNCLOG(8)

cyr_synclog - Cyrus IMAP documentation

is used to append a value to the log file. You can either specify the log type and value, or an entire log line.

cyr_synclog [ -C config-file ] [ -{type} value ]
cyr_synclog [ -C config-file ] "<raw-log-line>"

cyr_synclog is used to append a value to the log file. You can either specify the log type and value, or an entire log line.

Running without any options will print a short usage document.

cyr_synclog reads its configuration options out of the imapd.conf(5) file unless specified otherwise by -C.

-C config-file
Use the specified configuration file config-file rather than the default imapd.conf(5).

-u user

-U unuser

-v sieve

-m mailbox

-M unmailbox

-a append

-c acl

-q quota

-n annotation

-s seen

-b subscription

cyr_synclog -m user.brong
Add the mailbox user.brong to the log.


cyr_synclog -u brong
Add the user brong to the log.


cyr_synclog -C /etc/imapd-special.conf -s user.brong brong
Add a log entry to mark mailbox user.brong as seen by user brong.


cyr_synclog "SEEN user.brong brong"
Add a log line, using the raw format, to mark mailbox user.brong as seen by user brong.


This command was introduced in version 3.0.

/etc/imapd.conf, <configdirectory>/sync/log

imapd.conf(5), sync_client(8)

The Cyrus Team, Nic Bernstein (Onlight)

1993-2018, The Cyrus Team
February 2, 2022 3.4.3

Search for    or go to Top of page |  Section 8 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.