1SYNC_SERVER(8)                    Cyrus IMAP                    SYNC_SERVER(8)
2
3
4

NAME

6       sync_server - Cyrus IMAP documentation
7
8       Server side of the synchronization (replication) engine
9

SYNOPSIS

11       sync_server [ -C config-file ] [ -p ssf]
12

DESCRIPTION

14       sync_server  is the server side of the the replication system.  It runs
15       on the  target  (replica)  system  and  listens  for  connections  from
16       sync_client(8)   which  provides  instructions  for  synchronizing  the
17       replica system with the master system.
18
19       sync_server reads its configuration options out  of  the  imapd.conf(5)
20       file unless specified otherwise by -C.
21

OPTIONS

23       -C config-file
24              Use the specified configuration file config-file rather than the
25              default imapd.conf(5).
26
27       -p ssf Tell sync_server that an external layer exists.  An  SSF  (secu‐
28              rity  strength  factor) of 1 means an integrity protection layer
29              exists.  Any higher SSF implies some form of privacy protection.
30

EXAMPLES

32       sync_server  is  commonly  included  in   the   SERVICES   section   of
33       cyrus.conf(5) like so:
34
35       SERVICES {
36           imap        cmd="imapd -U 30" listen="imap" prefork=0
37           imaps       cmd="imapd -s -U 30" listen="imaps" prefork=0 maxchild=100
38           pop3        cmd="pop3d -U 30" listen="pop3" prefork=0
39           pop3s       cmd="pop3d -s -U 30" listen="pop3s" prefork=0 maxchild=100
40           lmtpunix    cmd="lmtpd" listen="/var/run/cyrus/socket/lmtp" prefork=0 maxchild=20
41           sieve       cmd="timsieved" listen="sieve" prefork=0
42           notify      cmd="notifyd" listen="/var/run/cyrus/socket/notify" proto="udp" prefork=1
43           httpd       cmd="httpd" listen=8080 prefork=1 maxchild=20
44           syncserver  cmd="sync_server" listen="csync"
45       }
46

FILES

48       /etc/imapd.conf, /etc/cyrus.conf
49

SEE ALSO

51       sync_client(8), imapd.conf(5), cyrus.conf(5)
52

AUTHOR

54       The   Cyrus   Team,   David  Carter  (dpc22@cam.ac.uk),  Ken  Murchison
55       (ken@oceana.com), Nic Bernstein (Onlight)
56
58       1993-2017, The Cyrus Team
59
60
61
62
633.0.13                         December 16, 2019                SYNC_SERVER(8)
Impressum