1ZARAFA-SPOOLER(1) Zarafa user reference ZARAFA-SPOOLER(1)
2
3
4
6 zarafa-spooler - Start the Zarafa spooler.
7
9 zarafa-spooler [OPTION...] [SERVERNAME]
10
12 The spooler sends all pending Zarafa e-mail to the recipients. When
13 started, the program will keep running and sending messages whenever
14 needed.
15
16 The outgoing mailserver can be overwritten from the config file by
17 specifying this on the commandline.
18
19 The default settings of the spooler program are defined in zarafa-
20 spooler.cfg(5).
21
23 Various options are possible. None of these options are required.
24
25 --config, -c spooler.cfg
26 Specify the location of the spooler.cfg file. If the spooler.cfg
27 file is not specified, the spooler will try to load
28 /etc/zarafa/spooler.cfg. If that file is not present, it will
29 continue using it´s default settings.
30
31 --host, -h path
32 Connect to the Zarafa server through path, e.g.
33 file:///path/to/socket. Default: file:///var/run/zarafa. Overrides
34 the config file setting.
35
36 --foreground, -F
37 Run in the foreground. Normally the spooler will daemonize and run
38 in the background.
39
41 To start the spooler delivering e-mail to recipients:
42
43 zarafa-spooler
44
45 To start the spooler delivering e-mail through smtp.example.com:
46
47 zarafa-spooler smtp.example.com
48
49 The spooler process will keep running and watching the outgoing queue
50 for new mail to send. You may also use the init.d scripts:
51
52 /etc/init.d/zarafa-spooler [start| stop| restart]
53
55 The following signals can be sent to the zarafa-spooler process:
56
57 HUP
58 When the HUP signal is received, some options from the
59 configuration file are reloaded. The reloadable options are listed
60 in the zarafa-spooler.cfg(5) manual page.
61
62 Also, when using log_method = file, the logfile will be closed and
63 a new logfile will be opened. You can use this signal in your
64 logrotate system.
65
66 TERM
67 To gracefully let the service exit, the normal TERM signal is used.
68 Because of multiple running threads, it may take up to 60 seconds
69 for the server to completely shutdown.
70
72 Written by Zarafa.
73
75 zarafa-spooler.cfg(5) zarafa-server(1)
76
77
78
79Zarafa 7.0 August 2011 ZARAFA-SPOOLER(1)