~ubuntu-branches/debian/sid/postfix/sid

« back to all changes in this revision

Viewing changes to html/postdrop.1.html

  • Committer: Package Import Robot
  • Author(s): LaMont Jones, LaMont Jones, localization folks
  • Date: 2014-02-11 07:44:30 UTC
  • mfrom: (1.1.41)
  • Revision ID: package-import@ubuntu.com-20140211074430-91tdwgjriazawdz4
Tags: 2.11.0-1
[LaMont Jones]

* New upstream release: 2.11.0

[localization folks]

* l10n: Updated German translations.  Closes: #734893 (Helge Kreutzmann)

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
       <b>postdrop</b> [<b>-rv</b>] [<b>-c</b> <i>config</i><b>_</b><i>dir</i>]
14
14
 
15
15
<b>DESCRIPTION</b>
16
 
       The  <a href="postdrop.1.html"><b>postdrop</b>(1)</a>  command  creates  a file in the <b>maildrop</b>
17
 
       directory and copies its standard input to the file.
 
16
       The  <a href="postdrop.1.html"><b>postdrop</b>(1)</a>  command  creates a file in the <b>maildrop</b> directory and
 
17
       copies its standard input to the file.
18
18
 
19
19
       Options:
20
20
 
21
21
       <b>-c</b> <i>config</i><b>_</b><i>dir</i>
22
 
              The <a href="postconf.5.html"><b>main.cf</b></a> configuration  file  is  in  the  named
23
 
              directory  instead  of  the  default  configuration
24
 
              directory. See  also  the  MAIL_CONFIG  environment
25
 
              setting below.
26
 
 
27
 
       <b>-r</b>     Use  a  Postfix-internal  protocol  for reading the
28
 
              message from standard input, and for reporting sta-
29
 
              tus  information  on  standard output. This is cur-
30
 
              rently the only supported method.
31
 
 
32
 
       <b>-v</b>     Enable verbose logging for debugging purposes. Mul-
33
 
              tiple  <b>-v</b>  options  make  the software increasingly
34
 
              verbose. As of Postfix 2.3, this option  is  avail-
35
 
              able for the super-user only.
 
22
              The <a href="postconf.5.html"><b>main.cf</b></a> configuration file is in the named directory instead
 
23
              of the default configuration directory. See also the MAIL_CONFIG
 
24
              environment setting below.
 
25
 
 
26
       <b>-r</b>     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
 
 
30
       <b>-v</b>     Enable verbose  logging  for  debugging  purposes.  Multiple  <b>-v</b>
 
31
              options  make  the  software increasingly verbose. As of Postfix
 
32
              2.3, this option is available for the super-user only.
36
33
 
37
34
<b>SECURITY</b>
38
 
       The  command  is  designed to run with set-group ID privi-
39
 
       leges, so that it can write to the <b>maildrop</b>  queue  direc-
40
 
       tory  and  so  that  it can connect to Postfix daemon pro-
41
 
       cesses.
 
35
       The command is designed to run with set-group ID privileges, so that it
 
36
       can write to the <b>maildrop</b> queue directory and so that it can connect to
 
37
       Postfix daemon processes.
42
38
 
43
39
<b>DIAGNOSTICS</b>
44
 
       Fatal errors: malformed input, I/O error, out  of  memory.
45
 
       Problems  are  logged  to  <b>syslogd</b>(8)  and to the standard
46
 
       error stream.  When the input is incomplete, or  when  the
47
 
       process  receives  a  HUP,  INT,  QUIT or TERM signal, the
48
 
       queue file is deleted.
 
40
       Fatal errors: malformed input, I/O error, out of memory.  Problems  are
 
41
       logged  to <b>syslogd</b>(8) and to the standard error stream.  When the input
 
42
       is incomplete, or when the process receives a HUP, INT,  QUIT  or  TERM
 
43
       signal, the queue file is deleted.
49
44
 
50
45
<b>ENVIRONMENT</b>
51
46
       MAIL_CONFIG
52
 
              Directory with the <a href="postconf.5.html"><b>main.cf</b></a> file. In order to  avoid
53
 
              exploitation  of  set-group  ID  privileges, a non-
54
 
              standard directory is allowed only if:
 
47
              Directory  with the <a href="postconf.5.html"><b>main.cf</b></a> file. In order to avoid exploitation
 
48
              of set-group ID privileges, a non-standard directory is  allowed
 
49
              only if:
55
50
 
56
 
              <b>o</b>      The name is listed in the  standard  <a href="postconf.5.html"><b>main.cf</b></a>
57
 
                     file  with  the <b><a href="postconf.5.html#alternate_config_directories">alternate_config_directories</a></b>
58
 
                     configuration parameter.
 
51
              <b>o</b>      The  name is listed in the standard <a href="postconf.5.html"><b>main.cf</b></a> file with the
 
52
                     <b><a href="postconf.5.html#alternate_config_directories">alternate_config_directories</a></b> configuration parameter.
59
53
 
60
54
              <b>o</b>      The command is invoked by the super-user.
61
55
 
62
56
<b>CONFIGURATION PARAMETERS</b>
63
 
       The following <a href="postconf.5.html"><b>main.cf</b></a> parameters are  especially  relevant
64
 
       to this program.  The text below provides only a parameter
65
 
       summary. See <a href="postconf.5.html"><b>postconf</b>(5)</a> for more details including  exam-
66
 
       ples.
 
57
       The following <a href="postconf.5.html"><b>main.cf</b></a> parameters are especially relevant to  this  pro-
 
58
       gram.   The  text  below  provides  only a parameter summary. See <a href="postconf.5.html"><b>post-</b></a>
 
59
       <a href="postconf.5.html"><b>conf</b>(5)</a> for more details including examples.
67
60
 
68
61
       <b><a href="postconf.5.html#alternate_config_directories">alternate_config_directories</a> (empty)</b>
69
 
              A  list of non-default Postfix configuration direc-
70
 
              tories that may be specified with "-c <a href="postconf.5.html#config_directory">config_direc</a>-
71
 
              <a href="postconf.5.html#config_directory">tory</a>"  on  the command line, or via the MAIL_CONFIG
72
 
              environment parameter.
 
62
              A list of non-default Postfix configuration directories that may
 
63
              be  specified with "-c <a href="postconf.5.html#config_directory">config_directory</a>" on the command line, or
 
64
              via the MAIL_CONFIG environment parameter.
73
65
 
74
66
       <b><a href="postconf.5.html#config_directory">config_directory</a> (see 'postconf -d' output)</b>
75
 
              The default location of  the  Postfix  <a href="postconf.5.html">main.cf</a>  and
76
 
              <a href="master.5.html">master.cf</a> configuration files.
 
67
              The default location of the Postfix <a href="postconf.5.html">main.cf</a> and  <a href="master.5.html">master.cf</a>  con-
 
68
              figuration files.
77
69
 
78
70
       <b><a href="postconf.5.html#import_environment">import_environment</a> (see 'postconf -d' output)</b>
79
 
              The  list  of environment parameters that a Postfix
80
 
              process  will  import  from  a  non-Postfix  parent
81
 
              process.
 
71
              The  list  of environment parameters that a Postfix process will
 
72
              import from a non-Postfix parent process.
82
73
 
83
74
       <b><a href="postconf.5.html#queue_directory">queue_directory</a> (see 'postconf -d' output)</b>
84
 
              The  location of the Postfix top-level queue direc-
85
 
              tory.
 
75
              The location of the Postfix top-level queue directory.
86
76
 
87
77
       <b><a href="postconf.5.html#syslog_facility">syslog_facility</a> (mail)</b>
88
78
              The syslog facility of Postfix logging.
89
79
 
90
80
       <b><a href="postconf.5.html#syslog_name">syslog_name</a> (see 'postconf -d' output)</b>
91
 
              The mail system  name  that  is  prepended  to  the
92
 
              process  name  in  syslog  records, so that "smtpd"
93
 
              becomes, for example, "postfix/smtpd".
 
81
              The mail system name that is prepended to the  process  name  in
 
82
              syslog  records,  so  that  "smtpd" becomes, for example, "post-
 
83
              fix/smtpd".
94
84
 
95
85
       <b><a href="postconf.5.html#trigger_timeout">trigger_timeout</a> (10s)</b>
96
 
              The time limit for sending a trigger to  a  Postfix
97
 
              daemon  (for example, the <a href="pickup.8.html"><b>pickup</b>(8)</a> or <a href="qmgr.8.html"><b>qmgr</b>(8)</a> dae-
98
 
              mon).
 
86
              The time limit for sending a trigger to a  Postfix  daemon  (for
 
87
              example, the <a href="pickup.8.html"><b>pickup</b>(8)</a> or <a href="qmgr.8.html"><b>qmgr</b>(8)</a> daemon).
99
88
 
100
89
       Available in Postfix version 2.2 and later:
101
90
 
102
91
       <b><a href="postconf.5.html#authorized_submit_users">authorized_submit_users</a> (<a href="DATABASE_README.html#types">static</a>:anyone)</b>
103
 
              List of users who are  authorized  to  submit  mail
104
 
              with  the  <a href="sendmail.1.html"><b>sendmail</b>(1)</a> command (and with the privi-
105
 
              leged <a href="postdrop.1.html"><b>postdrop</b>(1)</a> helper command).
 
92
              List  of  users who are authorized to submit mail with the <a href="sendmail.1.html"><b>send-</b></a>
 
93
              <a href="sendmail.1.html"><b>mail</b>(1)</a> command (and with the privileged <a href="postdrop.1.html"><b>postdrop</b>(1)</a> helper com-
 
94
              mand).
106
95
 
107
96
<b>FILES</b>
108
97
       /var/spool/postfix/<a href="QSHAPE_README.html#maildrop_queue">maildrop</a>, <a href="QSHAPE_README.html#maildrop_queue">maildrop queue</a>
113
102
       syslogd(8), system logging
114
103
 
115
104
<b>LICENSE</b>
116
 
       The Secure Mailer license must be  distributed  with  this
117
 
       software.
 
105
       The Secure Mailer license must be distributed with this software.
118
106
 
119
107
<b>AUTHOR(S)</b>
120
108
       Wietse Venema