1POSTDROP(1) General Commands Manual POSTDROP(1)
2
3
4
6 postdrop - Postfix mail posting utility
7
9 postdrop [-rv] [-c config_dir]
10
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
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
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
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
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 The mail system name that is prepended to the process name in
78 syslog records, so that "smtpd" becomes, for example, "post‐
79 fix/smtpd".
80
81 trigger_timeout (10s)
82 The time limit for sending a trigger to a Postfix daemon (for
83 example, the pickup(8) or qmgr(8) daemon).
84
85 Available in Postfix version 2.2 and later:
86
87 authorized_submit_users (static:anyone)
88 List of users who are authorized to submit mail with the send‐
89 mail(1) command (and with the privileged postdrop(1) helper com‐
90 mand).
91
93 /var/spool/postfix/maildrop, maildrop queue
94
96 sendmail(1), compatibility interface
97 postconf(5), configuration parameters
98 syslogd(8), system logging
99
101 The Secure Mailer license must be distributed with this software.
102
104 Wietse Venema
105 IBM T.J. Watson Research
106 P.O. Box 704
107 Yorktown Heights, NY 10598, USA
108
109
110
111 POSTDROP(1)