1SYNC_SERVER(8) Cyrus IMAP SYNC_SERVER(8)
2
3
4
6 sync_server - Cyrus IMAP documentation
7
8 Server side of the synchronization (replication) engine
9
11 sync_server [ -C config-file ] [ -p ssf]
12
14 sync_server is the server side of the replication system. It runs on
15 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
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
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
48 /etc/imapd.conf, /etc/cyrus.conf
49
51 sync_client(8), imapd.conf(5), cyrus.conf(5)
52
54 The Cyrus Team, David Carter (dpc22@cam.ac.uk), Ken Murchison
55 (ken@oceana.com), Nic Bernstein (Onlight)
56
58 1993–2023, The Cyrus Team
59
60
61
62
633.8.1 Sep 11, 2023 SYNC_SERVER(8)