1ZARAFA-GATEWAY(1) Zarafa user reference ZARAFA-GATEWAY(1)
2
3
4
6 zarafa-gateway - Start the Zarafa IMAP/POP3 Gateway.
7
9 zarafa-gateway [OPTION...]
10
12 The gateway enables other e-mail clients to connect through POP3 or
13 IMAP to the Zarafa server to read their e-mail. With IMAP, it is also
14 possible to view the contents of other folders and subfolders. The
15 gateway can be configured to listen for POP3, POP3S, IMAP and/or IMAPS.
16
17 The default settings of the gateway program are defined in zarafa-
18 gateway.cfg(5).
19
21 Various options are possible. None of these options are required.
22
23 --config, -c gateway.cfg
24 Specify the location of the gateway.cfg file. If the gateway.cfg
25 file is not specified, the gateway will continue using its default
26 settings.
27
28 Default: /etc/zarafa/gateway.cfg
29
30 --host, -h path
31 Connect to the Zarafa server through path, e.g.
32 file:///path/to/socket. Default: file:///var/run/zarafa. Overrides
33 the config file setting.
34
35 --foreground, -F
36 Run in the foreground. Normally the gateway will daemonize and run
37 in the background.
38
40 The following signals can be sent to the zarafa-gateway process:
41
42 HUP
43 When the HUP signal is received, some options from the
44 configuration file are reloaded. The reloadable options are listed
45 in the zarafa-gateway.cfg(5) manual page.
46
47 Also, when using log_method = file, the logfile will be closed and
48 a new logfile will be opened. You can use this signal in your
49 logrotate system.
50
51 TERM
52 To gracefully let the service exit, the normal TERM signal is used.
53
55 To start the gateway:
56
57 zarafa-gateway
58
59 The gateway process will keep running. You may also use the init.d
60 scripts:
61
62 /etc/init.d/zarafa-gateway [start| stop| restart]
63
65 Written by Zarafa.
66
68 zarafa-gateway.cfg(5) zarafa-server(1)
69
70
71
72Zarafa 7.0 August 2011 ZARAFA-GATEWAY(1)