1POSTKICK(1)                 General Commands Manual                POSTKICK(1)
2
3
4

NAME

6       postkick - kick a Postfix service
7

SYNOPSIS

9       postkick [-c config_dir] [-v] class service request
10

DESCRIPTION

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

DIAGNOSTICS

38       Problems and transactions are logged to the standard error stream.
39

ENVIRONMENT

41       MAIL_CONFIG
42              Directory with Postfix configuration files.
43
44       MAIL_VERBOSE
45              Enable verbose logging for debugging purposes.
46

CONFIGURATION PARAMETERS

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 Postfix daemon process input buffer before giving up.
59
60       import_environment (see 'postconf -d' output)
61              The  list  of  environment  parameters that a privileged Postfix
62              process will  import  from  a  non-Postfix  parent  process,  or
63              name=value environment overrides.
64
65       queue_directory (see 'postconf -d' output)
66              The location of the Postfix top-level queue directory.
67

FILES

69       /var/spool/postfix/private, private class endpoints
70       /var/spool/postfix/public, public class endpoints
71

SEE ALSO

73       qmgr(8), queue manager trigger protocol
74       pickup(8), local pickup daemon
75       postconf(5), configuration parameters
76

LICENSE

78       The Secure Mailer license must be distributed with this software.
79

AUTHOR(S)

81       Wietse Venema
82       IBM T.J. Watson Research
83       P.O. Box 704
84       Yorktown Heights, NY 10598, USA
85
86       Wietse Venema
87       Google, Inc.
88       111 8th Avenue
89       New York, NY 10011, USA
90
91
92
93                                                                   POSTKICK(1)
Impressum