1PICKUP(8) System Manager's Manual PICKUP(8)
2
3
4
6 pickup - Postfix local mail pickup
7
9 pickup [generic Postfix daemon options]
10
12 The pickup(8) daemon waits for hints that new mail has been dropped
13 into the maildrop directory, and feeds it into the cleanup(8) daemon.
14 Ill-formatted files are deleted without notifying the originator. This
15 program expects to be run from the master(8) process manager.
16
18 None. The pickup(8) daemon does not interact with the outside world.
19
21 The pickup(8) daemon is moderately security sensitive. It runs with
22 fixed low privilege and can run in a chrooted environment. However,
23 the program reads files from potentially hostile users. The pickup(8)
24 daemon opens no files for writing, is careful about what files it opens
25 for reading, and does not actually touch any data that is sent to its
26 public service endpoint.
27
29 Problems and transactions are logged to syslogd(8) or postlogd(8).
30
32 The pickup(8) daemon copies mail from file to the cleanup(8) daemon.
33 It could avoid message copying overhead by sending a file descriptor
34 instead of file data, but then the already complex cleanup(8) daemon
35 would have to deal with unfiltered user data.
36
38 As the pickup(8) daemon is a relatively long-running process, up to an
39 hour may pass before a main.cf change takes effect. Use the command
40 "postfix reload" command to speed up a change.
41
42 The text below provides only a parameter summary. See postconf(5) for
43 more details including examples.
44
46 content_filter (empty)
47 After the message is queued, send the entire message to the
48 specified transport:destination.
49
50 receive_override_options (empty)
51 Enable or disable recipient validation, built-in content filter‐
52 ing, or address mapping.
53
55 config_directory (see 'postconf -d' output)
56 The default location of the Postfix main.cf and master.cf con‐
57 figuration files.
58
59 ipc_timeout (3600s)
60 The time limit for sending or receiving information over an
61 internal communication channel.
62
63 line_length_limit (2048)
64 Upon input, long lines are chopped up into pieces of at most
65 this length; upon delivery, long lines are reconstructed.
66
67 max_idle (100s)
68 The maximum amount of time that an idle Postfix daemon process
69 waits for an incoming connection before terminating voluntarily.
70
71 max_use (100)
72 The maximal number of incoming connections that a Postfix daemon
73 process will service before terminating voluntarily.
74
75 process_id (read-only)
76 The process ID of a Postfix command or daemon process.
77
78 process_name (read-only)
79 The process name of a Postfix command or daemon process.
80
81 queue_directory (see 'postconf -d' output)
82 The location of the Postfix top-level queue directory.
83
84 syslog_facility (mail)
85 The syslog facility of Postfix logging.
86
87 syslog_name (see 'postconf -d' output)
88 A prefix that is prepended to the process name in syslog
89 records, so that, for example, "smtpd" becomes "prefix/smtpd".
90
91 Available in Postfix 3.3 and later:
92
93 service_name (read-only)
94 The master.cf service name of a Postfix daemon process.
95
96 Available in Postfix 3.5 and later:
97
98 info_log_address_format (external)
99 The email address form that will be used in non-debug logging
100 (info, warning, etc.).
101
103 cleanup(8), message canonicalization
104 sendmail(1), Sendmail-compatible interface
105 postdrop(1), mail posting agent
106 postconf(5), configuration parameters
107 master(5), generic daemon options
108 master(8), process manager
109 postlogd(8), Postfix logging
110 syslogd(8), system logging
111
113 The Secure Mailer license must be distributed with this software.
114
116 Wietse Venema
117 IBM T.J. Watson Research
118 P.O. Box 704
119 Yorktown Heights, NY 10598, USA
120
121 Wietse Venema
122 Google, Inc.
123 111 8th Avenue
124 New York, NY 10011, USA
125
126
127
128 PICKUP(8)