PICKUP



PICKUP

NAME
SYNOPSIS
DESCRIPTION
STANDARDS
SECURITY
DIAGNOSTICS
BUGS
CONFIGURATION PARAMETERS
CONTENT INSPECTION CONTROLS
MISCELLANEOUS CONTROLS
SEE ALSO
LICENSE
AUTHOR(S)

NAME

pickup − Postfix local mail pickup

SYNOPSIS

pickup [generic Postfix daemon options]

DESCRIPTION

The pickup(8) daemon waits for hints that new mail has been dropped into the maildrop directory, and feeds it into the cleanup(8) daemon. Ill-formatted files are deleted without notifying the originator. This program expects to be run from the master(8) process manager.

STANDARDS

None. The pickup(8) daemon does not interact with the outside world.

SECURITY

The pickup(8) daemon is moderately security sensitive. It runs with fixed low privilege and can run in a chrooted environment. However, the program reads files from potentially hostile users. The pickup(8) daemon opens no files for writing, is careful about what files it opens for reading, and does not actually touch any data that is sent to its public service endpoint.

DIAGNOSTICS

Problems and transactions are logged to syslogd(8).

BUGS

The pickup(8) daemon copies mail from file to the cleanup(8) daemon. It could avoid message copying overhead by sending a file descriptor instead of file data, but then the already complex cleanup(8) daemon would have to deal with unfiltered user data.

CONFIGURATION PARAMETERS

As the pickup(8) daemon is a relatively long-running process, up to an hour may pass before a main.cf change takes effect. Use the command "postfix reload" command to speed up a change.

The text below provides only a parameter summary. See postconf(5) for more details including examples.

CONTENT INSPECTION CONTROLS

content_filter (empty)

After the message is queued, send the entire message to the specified transport:destination.

receive_override_options (empty)

Enable or disable recipient validation, built-in content filtering, or address mapping.

MISCELLANEOUS CONTROLS

config_directory (see ’postconf -d’ output)

The default location of the Postfix main.cf and master.cf configuration files.

ipc_timeout (3600s)

The time limit for sending or receiving information over an internal communication channel.

line_length_limit (2048)

Upon input, long lines are chopped up into pieces of at most this length; upon delivery, long lines are reconstructed.

max_idle (100s)

The maximum amount of time that an idle Postfix daemon process waits for an incoming connection before terminating voluntarily.

max_use (100)

The maximal number of incoming connections that a Postfix daemon process will service before terminating voluntarily.

process_id (read-only)

The process ID of a Postfix command or daemon process.

process_name (read-only)

The process name of a Postfix command or daemon process.

queue_directory (see ’postconf -d’ output)

The location of the Postfix top-level queue directory.

syslog_facility (mail)

The syslog facility of Postfix logging.

syslog_name (see ’postconf -d’ output)

The mail system name that is prepended to the process name in syslog records, so that "smtpd" becomes, for example, "postfix/smtpd".

SEE ALSO

cleanup(8), message canonicalization
sendmail(1), Sendmail-compatible interface
postdrop(1), mail posting agent
postconf(1), configuration parameters
master(5), generic daemon options
master(5), process manager
syslogd(8), system logging

LICENSE

The Secure Mailer license must be distributed with this software.

AUTHOR(S)

Wietse Venema
IBM T.J. Watson Research
P.O. Box 704
Yorktown Heights, NY 10598, USA




More Linux Commands

manpages/glutDestroyMenu.3.html
glutDestroyMenu(3) - destroys the specified menu. (ManPage)
glutDestroyMenu destroys the specified menu by menu. If menu was the current menu, the current menu becomes invalid and glutGetMenu will return zero. SEE ALSO g

manpages/comm.1.html
comm(1) - compare two sorted files line by line (Man Page)
Compare sorted files FILE1 and FILE2 line by line. With no options, produce three-column output. Column one contains lines unique to FILE1, column two contains

manpages/SDL_JoyHatEvent.3.html
SDL_JoyHatEvent(3) - Joystick hat position change event stru
SDL_JoyHatEvent is a member of the SDL_Event union and is used when an event of type SDL_JOYHATMOTION is reported. A SDL_JOYHATMOTION event occurs when ever a u

manpages/XcmsAllocColor.3.html
XcmsAllocColor(3) - allocate colors - Linux manual page.....
The XcmsAllocColor function is similar to XAllocColor except the color can be specified in any format. The XcmsAllocColor function ultimately calls XAllocColor

manpages/ip-netconf.8.html
ip-netconf(8) network configuration monitoring (Man Page)...
The ip netconf utility can monitor IPv4 and IPv6 parameters (see /proc/sys/net/ipv[4|6]/conf/[all|DEV]/) like forwarding, rp_filter or mc_forwarding status. If

manpages/Mail::SpamAssassin::Plugin::Test.3pm.html
Mail::SpamAssassin::Plugin::Test(3pm) - test plugin.........
To try this plugin, write the above two lines in the synopsis to /etc/mail/spamassassin/plugintest.cf. Mail::SpamAssassin::Plugin::Test.3pm (Library - Linux ma

manpages/logbl.3.html
logbl(3) - get exponent of a floating-point value (ManPage)
These functions extract the exponent from the internal floating-point representation of x and return it as a floating-point value. The integer constant FLT_RADI

manpages/Tcl_GetChannelNamesEx.3.html
Tcl_GetChannelNamesEx(3) - buffered I/O facilities using cha
The Tcl channel mechanism provides a device-independent and platform-independent mechanism for performing buffered input and output operations on a variety of f

manpages/head.1.html
head(1) - output the first part of files - Linux man page...
Print the first 10 lines of each FILE to standard output. With more than one FILE, precede each with a header giving the file name. With no FILE, or when FILE i

manpages/sane-snapscan.5.html
sane-snapscan(5) - SANE backend for AGFA SnapScan flatbed sc
The sane-snapscan library implements a SANE (Scanner Access Now Easy) backend that provides access to AGFA SnapScan flatbed scanners. At present, the following

manpages/lldiv.3.html
lldiv(3) - compute quotient and remainder of an integer divi
The div() function computes the value numerator/denominator and returns the quotient and remainder in a structure named div_t that contains two integer members

manpages/Net::Server::Fork.3pm.html
Net::Server::Fork(3pm) - Net::Server personality (Man Page)
Net::Server::Fork.3pm - Please read the pod on Net::Server first. This module is a personality, or extension, or sub class, of the Net::Server module. This pers





We can't live, work or learn in freedom unless the software we use is free.