135 lines
2.6 KiB
HTML
135 lines
2.6 KiB
HTML
<html> <head> </head> <body> <pre>
|
|
|
|
|
|
|
|
POSTDROP(1) POSTDROP(1)
|
|
|
|
|
|
<b>NAME</b>
|
|
postdrop - Postfix mail posting agent
|
|
|
|
<b>SYNOPSIS</b>
|
|
<b>postdrop</b> [<i>option</i> <i>...</i>]
|
|
|
|
<b>DESCRIPTION</b>
|
|
The <b>postdrop</b> command creates a file in the <b>maildrop</b> direc-
|
|
tory and copies its standard input to the file.
|
|
|
|
The command is designed to run with set-gid privileges,
|
|
and with group write permission to the <b>maildrop</b> queue
|
|
directory.
|
|
|
|
The <b>postdrop</b> command is automatically invoked by the <a href="sendmail.1.html"><b>send-</b>
|
|
<b>mail</b>(1)</a> mail posting agent when the <b>maildrop</b> queue direc-
|
|
tory is not world-writable.
|
|
|
|
Options:
|
|
|
|
<b>-v</b> Enable verbose logging for debugging purposes. Mul-
|
|
tiple <b>-v</b> options make the software increasingly
|
|
verbose.
|
|
|
|
<b>SECURITY</b>
|
|
This program is designed so that it can run with set-user
|
|
(or group) id privileges.
|
|
|
|
<b>DIAGNOSTICS</b>
|
|
Fatal errors: malformed input, I/O error, out of memory.
|
|
Problems are logged to <b>syslogd</b>(8) and to the standard
|
|
error stream. When the input is incomplete, or when the
|
|
process receives a HUP, INT, QUIT or TERM signal, the
|
|
queue file is deleted.
|
|
|
|
<b>ENVIRONMENT</b>
|
|
The program deletes all environment information, because
|
|
the C library can't be trusted.
|
|
|
|
<b>FILES</b>
|
|
/var/spool/postfix, mail queue
|
|
/etc/postfix, configuration files
|
|
|
|
<b>CONFIGURATION</b> <b>PARAMETERS</b>
|
|
See the Postfix <b>main.cf</b> file for syntax details and for
|
|
default values. Use the <b>postfix</b> <b>reload</b> command after a
|
|
configuration change.
|
|
|
|
<b>queue</b><i>_</i><b>directory</b>
|
|
Top-level directory of the Postfix queue. This is
|
|
also the root directory of Postfix daemons that run
|
|
chrooted.
|
|
|
|
|
|
|
|
|
|
|
|
1
|
|
|
|
|
|
|
|
|
|
|
|
POSTDROP(1) POSTDROP(1)
|
|
|
|
|
|
<b>SEE</b> <b>ALSO</b>
|
|
<a href="sendmail.1.html">sendmail(1)</a> compatibility interface
|
|
syslogd(8) system logging
|
|
|
|
<b>LICENSE</b>
|
|
The Secure Mailer license must be distributed with this
|
|
software.
|
|
|
|
<b>AUTHOR(S)</b>
|
|
Wietse Venema
|
|
IBM T.J. Watson Research
|
|
P.O. Box 704
|
|
Yorktown Heights, NY 10598, USA
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2
|
|
|
|
|
|
</pre> </body> </html>
|