Manual Pages for UNIX Darwin command on man oqmgr
MyWebUniversity

Manual Pages for UNIX Darwin command on man oqmgr

OQMGR(8) OQMGR(8)

NAME

oqmgr - old Postfix queue manager

SYNOPSIS

ooqqmmggrr [generic Postfix daemon options]

DESCRIPTION

The ooqqmmggrr daemon awaits the arrival of incoming mail and arranges for its delivery via Postfix delivery processes. The actual mail routing

strategy is delegated to the ttrriivviiaall-rreewwrriittee(8) daemon. This program

expects to be run from the mmaasstteerr(8) process manager.

Mail addressed to the local ddoouubbllee-bboouunnccee address is logged and dis-

carded. This stops potential loops caused by undeliverable bounce notifications. MMAAIILL QQUUEEUUEESS The ooqqmmggrr daemon maintains the following queues: iinnccoommiinngg Inbound mail from the network, or mail picked up by the local ppiicckkuupp agent from the mmaaiillddrroopp directory. aaccttiivvee Messages that the queue manager has opened for delivery. Only a limited number of messages is allowed to enter the aaccttiivvee queue (leaky bucket strategy, for a fixed delivery rate). ddeeffeerrrreedd Mail that could not be delivered upon the first attempt. The queue manager implements exponential backoff by doubling the time between delivery attempts. ccoorrrruupptt Unreadable or damaged queue files are moved here for inspection. hhoolldd Messages that are kept "on hold" are kept here until someone sets them free. DDEELLIIVVEERRYY SSTTAATTUUSS RREEPPOORRTTSS

The ooqqmmggrr daemon keeps an eye on per-message delivery status reports in

the following directories. Each status report file has the same name as the corresponding message file:

bboouunnccee Per-recipient status information about why mail is bounced.

These files are maintained by the bboouunnccee(8) daemon.

ddeeffeerr Per-recipient status information about why mail is delayed.

These files are maintained by the ddeeffeerr(8) daemon.

ttrraaccee Per-recipient status information as requested with the Postfix

"sseennddmmaaiill -vv" or "sseennddmmaaiill -bbvv" command. These files are main-

tained by the ttrraaccee(8) daemon. The ooqqmmggrr daemon is responsible for asking the bboouunnccee(8), ddeeffeerr(8) or ttrraaccee(8) daemons to send delivery reports. SSTTRRAATTEEGGIIEESS The queue manager implements a variety of strategies for either opening queue files (input) or for message delivery (output). lleeaakkyy bbuucckkeett This strategy limits the number of messages in the aaccttiivvee queue and prevents the queue manager from running out of memory under heavy load. ffaaiirrnneessss

When the aaccttiivvee queue has room, the queue manager takes one mes-

sage from the iinnccoommiinngg queue and one from the ddeeffeerrrreedd queue. This prevents a large mail backlog from blocking the delivery of new mail. ssllooww ssttaarrtt This strategy eliminates "thundering herd" problems by slowly

adjusting the number of parallel deliveries to the same destina-

tion. rroouunndd rroobbiinn The queue manager sorts delivery requests by destination.

Round-robin selection prevents one destination from dominating

deliveries to other destinations. eexxppoonneennttiiaall bbaacckkooffff Mail that cannot be delivered upon the first attempt is

deferred. The time interval between delivery attempts is dou-

bled after each attempt. ddeessttiinnaattiioonn ssttaattuuss ccaacchhee

The queue manager avoids unnecessary delivery attempts by main-

taining a short-term, in-memory list of unreachable destina-

tions. TTRRIIGGGGEERRSS On an idle system, the queue manager waits for the arrival of trigger

events, or it waits for a timer to go off. A trigger is a one-byte mes-

sage. Depending on the message received, the queue manager performs one of the following actions (the message is followed by the symbolic constant used internally by the software): DD ((QQMMGGRRRREEQQSSCCAANNDDEEFFEERRRREEDD)) Start a deferred queue scan. If a deferred queue scan is already in progress, that scan will be restarted as soon as it finishes. II ((QQMMGGRRRREEQQSSCCAANNIINNCCOOMMIINNGG)) Start an incoming queue scan. If an incoming queue scan is already in progress, that scan will be restarted as soon as it finishes. AA ((QQMMGGRRRREEQQSSCCAANNAALLLL)) Ignore deferred queue file time stamps. The request affects the next deferred queue scan. FF ((QQMMGGRRRREEQQFFLLUUSSHHDDEEAADD)) Purge all information about dead transports and destinations. WW ((TTRRIIGGGGEERRRREEQQWWAAKKEEUUPP)) Wakeup call, This is used by the master server to instantiate servers that should not go away forever. The action is to start an incoming queue scan. The ooqqmmggrr daemon reads an entire buffer worth of triggers. Multiple identical trigger requests are collapsed into one, and trigger requests are sorted so that AA and FF precede DD and II. Thus, in order to force a deferred queue run, one would request AA FF DD; in order to notify the queue manager of the arrival of new mail one would request II. STANDARDS None. The ooqqmmggrr daemon does not interact with the outside world. SSEECCUURRIITTYY

The ooqqmmggrr daemon is not security sensitive. It reads single-character

messages from untrusted local users, and thus may be susceptible to

denial of service attacks. The ooqqmmggrr daemon does not talk to the out-

side world, and it can be run at fixed low privilege in a chrooted environment. DIAGNOSTICS Problems and transactions are logged to the syslog daemon. Corrupted message files are saved to the ccoorrrruupptt queue for further inspection.

Depending on the setting of the nnoottiiffyyccllaasssseess parameter, the postmas-

ter is notified of bounces and of other trouble.

BUGS

A single queue manager process has to compete for disk access with mul-

tiple front-end processes such as ssmmttppdd. A sudden burst of inbound mail

can negatively impact outbound delivery rates. CCOONNFFIIGGUURRAATTIIOONN PPAARRAAMMEETTEERRSS

Changes to mmaaiinn..ccff are not picked up automatically, as oqmgr(8) pro-

cesses are persistent. Use the command "ppoossttffiixx rreellooaadd" after a config-

uration change. The text below provides only a parameter summary. See postconf(5) for more details including examples. In the text below, transport is the first field in a mmaasstteerr..ccff entry. CCOOMMPPAATTIIBBIILLIITTYY CCOONNTTRROOLLSS aalllloowwmmiinnuusseerr ((nnoo))

Allow a recipient address to have `-' as the first character.

AACCTTIIVVEE QQUUEEUUEE CCOONNTTRROOLLSS qqmmggrrccllooggwwaarrnnttiimmee ((330000ss)) The minimal delay between warnings that a specific destination is clogging up the Postfix active queue. qqmmggrrmmeessssaaggeeaaccttiivveelliimmiitt ((2200000000)) The maximal number of messages in the active queue. qqmmggrrmmeessssaaggeerreecciippiieennttlliimmiitt ((2200000000)) The maximal number of recipients held in memory by the Postfix

queue manager, and the maximal size of the size of the short-

term, in-memory "dead" destination status cache.

DDEELLIIVVEERRYY CCOONNCCUURRRREENNCCYY CCOONNTTRROOLLSS qqmmggrrffuuddggeeffaaccttoorr ((110000)) Obsolete feature: the percentage of delivery resources that a busy mail system will use up for delivery of a large mailing list message. iinniittiiaallddeessttiinnaattiioonnccoonnccuurrrreennccyy ((55))

The initial per-destination concurrency level for parallel

delivery to the same destination. ddeeffaauullttddeessttiinnaattiioonnccoonnccuurrrreennccyylliimmiitt ((2200)) The default maximal number of parallel deliveries to the same destination. transportddeessttiinnaattiioonnccoonnccuurrrreennccyylliimmiitt Idem, for delivery via the named message transport. RREECCIIPPIIEENNTT SSCCHHEEDDUULLIINNGG CCOONNTTRROOLLSS ddeeffaauullttddeessttiinnaattiioonnrreecciippiieennttlliimmiitt ((5500)) The default maximal number of recipients per message delivery. transportddeessttiinnaattiioonnrreecciippiieennttlliimmiitt Idem, for delivery via the named message transport. OOTTHHEERR RREESSOOUURRCCEE AANNDD RRAATTEE CCOONNTTRROOLLSS mmiinniimmaallbbaacckkooffffttiimmee ((11000000ss)) The minimal time between attempts to deliver a deferred message. mmaaxxiimmaallbbaacckkooffffttiimmee ((44000000ss)) The maximal time between attempts to deliver a deferred message. mmaaxxiimmaallqquueeuueelliiffeettiimmee ((55dd)) The maximal time a message is queued before it is sent back as undeliverable. qquueeuueerruunnddeellaayy ((11000000ss)) The time between deferred queue scans by the queue manager. ttrraannssppoorrttrreettrryyttiimmee ((6600ss))

The time between attempts by the Postfix queue manager to con-

tact a malfunctioning message delivery transport. Available in Postfix version 2.1 and later: bboouunncceeqquueeuueelliiffeettiimmee ((55dd))

The maximal time a bounce message is queued before it is consid-

ered undeliverable. MMIISSCCEELLLLAANNEEOOUUSS CCOONNTTRROOLLSS

ccoonnffiiggddiirreeccttoorryy ((sseeee ''ppoossttccoonnff -dd'' oouuttppuutt))

The default location of the Postfix main.cf and master.cf con-

figuration files. ddaaeemmoonnttiimmeeoouutt ((1188000000ss)) How much time a Postfix daemon process may take to handle a

request before it is terminated by a built-in watchdog timer.

ddeeffeerrttrraannssppoorrttss ((eemmppttyy)) The names of message delivery transports that should not be

delivered to unless someone issues "sseennddmmaaiill -qq" or equivalent.

hheellppffuullwwaarrnniinnggss ((yyeess))

Log warnings about problematic configuration settings, and pro-

vide helpful suggestions. iippccttiimmeeoouutt ((33660000ss)) The time limit for sending or receiving information over an internal communication channel.

pprroocceessssiidd ((rreeaadd-oonnllyy))

The process ID of a Postfix command or daemon process.

pprroocceessssnnaammee ((rreeaadd-oonnllyy))

The process name of a Postfix command or daemon process.

qquueeuueeddiirreeccttoorryy ((sseeee ''ppoossttccoonnff -dd'' oouuttppuutt))

The location of the Postfix top-level queue directory.

ssyyssllooggffaacciilliittyy ((mmaaiill)) The syslog facility of Postfix logging. ssyyssllooggnnaammee ((ppoossttffiixx)) The mail system name that is prepended to the process name in

syslog records, so that "smtpd" becomes, for example, "post-

fix/smtpd". FILES /var/spool/postfix/incoming, incoming queue /var/spool/postfix/active, active queue /var/spool/postfix/deferred, deferred queue

/var/spool/postfix/bounce, non-delivery status

/var/spool/postfix/defer, non-delivery status

/var/spool/postfix/trace, delivery status

SEE ALSO

trivial-rewrite(8), address routing

bounce(8), delivery status reports postconf(5), configuration parameters master(8), process manager syslogd(8) system logging README FILES Use "ppoossttccoonnff rreeaaddmmeeddiirreeccttoorryy" or "ppoossttccoonnff hhttmmllddiirreeccttoorryy" to locate this information. QSHAPEREADME, Postfix queue analysis LLIICCEENNSSEE 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 OQMGR(8)




Contact us      |      About us      |      Term of use      |       Copyright © 2000-2019 MyWebUniversity.com ™