Patrick Welche <prlw1@cam.ac.uk>
[netbsd-mini2440.git] / external / ibm-public / postfix / dist / man / man1 / postdrop.1
blobef1825a205fdf0277d55194887957a36c56f1b2b
1 .\"     $NetBSD$
2 .\"
3 .TH POSTDROP 1 
4 .ad
5 .fi
6 .SH NAME
7 postdrop
8 \-
9 Postfix mail posting utility
10 .SH "SYNOPSIS"
11 .na
12 .nf
13 \fBpostdrop\fR [\fB-rv\fR] [\fB-c \fIconfig_dir\fR]
14 .SH DESCRIPTION
15 .ad
16 .fi
17 The \fBpostdrop\fR(1) command creates a file in the \fBmaildrop\fR
18 directory and copies its standard input to the file.
20 Options:
21 .IP "\fB-c \fIconfig_dir\fR"
22 The \fBmain.cf\fR configuration file is in the named directory
23 instead of the default configuration directory. See also the
24 MAIL_CONFIG environment setting below.
25 .IP \fB-r\fR
26 Use a Postfix-internal protocol for reading the message from
27 standard input, and for reporting status information on standard
28 output. This is currently the only supported method.
29 .IP \fB-v\fR
30 Enable verbose logging for debugging purposes. Multiple \fB-v\fR
31 options make the software increasingly verbose. As of Postfix 2.3,
32 this option is available for the super-user only.
33 .SH "SECURITY"
34 .na
35 .nf
36 .ad
37 .fi
38 The command is designed to run with set-group ID privileges, so
39 that it can write to the \fBmaildrop\fR queue directory and so that
40 it can connect to Postfix daemon processes.
41 .SH DIAGNOSTICS
42 .ad
43 .fi
44 Fatal errors: malformed input, I/O error, out of memory. Problems
45 are logged to \fBsyslogd\fR(8) and to the standard error stream.
46 When the input is incomplete, or when the process receives a HUP,
47 INT, QUIT or TERM signal, the queue file is deleted.
48 .SH "ENVIRONMENT"
49 .na
50 .nf
51 .ad
52 .fi
53 .IP MAIL_CONFIG
54 Directory with the \fBmain.cf\fR file. In order to avoid exploitation
55 of set-group ID privileges, a non-standard directory is allowed only
56 if:
57 .RS
58 .IP \(bu
59 The name is listed in the standard \fBmain.cf\fR file with the
60 \fBalternate_config_directories\fR configuration parameter.
61 .IP \(bu
62 The command is invoked by the super-user.
63 .RE
64 .SH "CONFIGURATION PARAMETERS"
65 .na
66 .nf
67 .ad
68 .fi
69 The following \fBmain.cf\fR parameters are especially relevant to
70 this program.
71 The text below provides only a parameter summary. See
72 \fBpostconf\fR(5) for more details including examples.
73 .IP "\fBalternate_config_directories (empty)\fR"
74 A list of non-default Postfix configuration directories that may
75 be specified with "-c config_directory" on the command line, or
76 via the MAIL_CONFIG environment parameter.
77 .IP "\fBconfig_directory (see 'postconf -d' output)\fR"
78 The default location of the Postfix main.cf and master.cf
79 configuration files.
80 .IP "\fBimport_environment (see 'postconf -d' output)\fR"
81 The list of environment parameters that a Postfix process will
82 import from a non-Postfix parent process.
83 .IP "\fBqueue_directory (see 'postconf -d' output)\fR"
84 The location of the Postfix top-level queue directory.
85 .IP "\fBsyslog_facility (mail)\fR"
86 The syslog facility of Postfix logging.
87 .IP "\fBsyslog_name (see 'postconf -d' output)\fR"
88 The mail system name that is prepended to the process name in syslog
89 records, so that "smtpd" becomes, for example, "postfix/smtpd".
90 .IP "\fBtrigger_timeout (10s)\fR"
91 The time limit for sending a trigger to a Postfix daemon (for
92 example, the \fBpickup\fR(8) or \fBqmgr\fR(8) daemon).
93 .PP
94 Available in Postfix version 2.2 and later:
95 .IP "\fBauthorized_submit_users (static:anyone)\fR"
96 List of users who are authorized to submit mail with the \fBsendmail\fR(1)
97 command (and with the privileged \fBpostdrop\fR(1) helper command).
98 .SH "FILES"
99 .na
101 /var/spool/postfix/maildrop, maildrop queue
102 .SH "SEE ALSO"
105 sendmail(1), compatibility interface
106 postconf(5), configuration parameters
107 syslogd(8), system logging
108 .SH "LICENSE"
113 The Secure Mailer license must be distributed with this software.
114 .SH "AUTHOR(S)"
117 Wietse Venema
118 IBM T.J. Watson Research
119 P.O. Box 704
120 Yorktown Heights, NY 10598, USA