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

NAME

6       postdrop - Postfix mail posting utility
7

SYNOPSIS

9       postdrop [-rv] [-c config_dir]
10

DESCRIPTION

12       The  postdrop(1)  command  creates a file in the maildrop directory and
13       copies its standard input to the file.
14
15       Options:
16
17       -c config_dir
18              The main.cf configuration file is in the named directory instead
19              of the default configuration directory. See also the MAIL_CONFIG
20              environment setting below.
21
22       -r     Use a Postfix-internal protocol for  reading  the  message  from
23              standard input, and for reporting status information on standard
24              output. This is currently the only supported method.
25
26       -v     Enable verbose  logging  for  debugging  purposes.  Multiple  -v
27              options  make  the  software increasingly verbose. As of Postfix
28              2.3, this option is available for the super-user only.
29

SECURITY

31       The command is designed to run with set-group ID privileges, so that it
32       can write to the maildrop queue directory and so that it can connect to
33       Postfix daemon processes.
34

DIAGNOSTICS

36       Fatal errors: malformed input, I/O error, out of memory.  Problems  are
37       logged  to syslogd(8) and to the standard error stream.  When the input
38       is incomplete, or when the process receives a HUP, INT,  QUIT  or  TERM
39       signal, the queue file is deleted.
40

ENVIRONMENT

42       MAIL_CONFIG
43              Directory  with the main.cf file. In order to avoid exploitation
44              of set-group ID privileges, a non-standard directory is  allowed
45              only if:
46
47              ·      The  name is listed in the standard main.cf file with the
48                     alternate_config_directories configuration parameter.
49
50              ·      The command is invoked by the super-user.
51

CONFIGURATION PARAMETERS

53       The following main.cf parameters are especially relevant to  this  pro‐
54       gram.   The  text  below  provides  only a parameter summary. See post‐
55       conf(5) for more details including examples.
56
57       alternate_config_directories (empty)
58              A list of non-default Postfix configuration directories that may
59              be  specified with "-c config_directory" on the command line, or
60              via the MAIL_CONFIG environment parameter.
61
62       config_directory (see 'postconf -d' output)
63              The default location of the Postfix main.cf and  master.cf  con‐
64              figuration files.
65
66       import_environment (see 'postconf -d' output)
67              The  list  of environment parameters that a Postfix process will
68              import from a non-Postfix parent process.
69
70       queue_directory (see 'postconf -d' output)
71              The location of the Postfix top-level queue directory.
72
73       syslog_facility (mail)
74              The syslog facility of Postfix logging.
75
76       syslog_name (see 'postconf -d' output)
77              A prefix that  is  prepended  to  the  process  name  in  syslog
78              records, so that, for example, "smtpd" becomes "prefix/smtpd".
79
80       trigger_timeout (10s)
81              The  time  limit  for sending a trigger to a Postfix daemon (for
82              example, the pickup(8) or qmgr(8) daemon).
83
84       Available in Postfix version 2.2 and later:
85
86       authorized_submit_users (static:anyone)
87              List of users who are authorized to submit mail with  the  send‐
88              mail(1) command (and with the privileged postdrop(1) helper com‐
89              mand).
90

FILES

92       /var/spool/postfix/maildrop, maildrop queue
93

SEE ALSO

95       sendmail(1), compatibility interface
96       postconf(5), configuration parameters
97       syslogd(8), system logging
98

LICENSE

100       The Secure Mailer license must be distributed with this software.
101

AUTHOR(S)

103       Wietse Venema
104       IBM T.J. Watson Research
105       P.O. Box 704
106       Yorktown Heights, NY 10598, USA
107
108       Wietse Venema
109       Google, Inc.
110       111 8th Avenue
111       New York, NY 10011, USA
112
113
114
115                                                                   POSTDROP(1)
Impressum