1POSTKICK(1) General Commands Manual POSTKICK(1)
2
3
4
6 postkick - kick a Postfix service
7
9 postkick [-c config_dir] [-v] class service request
10
12 The postkick(1) command sends request to the specified service over a
13 local transport channel. This command makes Postfix private IPC acces‐
14 sible for use in, for example, shell scripts.
15
16 Options:
17
18 -c config_dir
19 Read the main.cf configuration file in the named directory
20 instead of the default configuration directory.
21
22 -v Enable verbose logging for debugging purposes. Multiple -v
23 options make the software increasingly verbose.
24
25 Arguments:
26
27 class Name of a class of local transport channel endpoints, either
28 public (accessible by any local user) or private (administrative
29 access only).
30
31 service
32 The name of a local transport endpoint within the named class.
33
34 request
35 A string. The list of valid requests is service-specific.
36
38 Problems and transactions are logged to the standard error stream.
39
41 MAIL_CONFIG
42 Directory with Postfix configuration files.
43
44 MAIL_VERBOSE
45 Enable verbose logging for debugging purposes.
46
48 The following main.cf parameters are especially relevant to this pro‐
49 gram. The text below provides only a parameter summary. See post‐
50 conf(5) for more details including examples.
51
52 config_directory (see 'postconf -d' output)
53 The default location of the Postfix main.cf and master.cf con‐
54 figuration files.
55
56 application_event_drain_time (100s)
57 How long the postkick(1) command waits for a request to enter
58 the server's input buffer before giving up.
59
60 queue_directory (see 'postconf -d' output)
61 The location of the Postfix top-level queue directory.
62
64 /var/spool/postfix/private, private class endpoints
65 /var/spool/postfix/public, public class endpoints
66
68 qmgr(8), queue manager trigger protocol
69 pickup(8), local pickup daemon
70 postconf(5), configuration parameters
71
73 The Secure Mailer license must be distributed with this software.
74
76 Wietse Venema
77 IBM T.J. Watson Research
78 P.O. Box 704
79 Yorktown Heights, NY 10598, USA
80
81
82
83 POSTKICK(1)