Lines Matching full:queue
9 old Postfix queue manager
37 Messages that the queue manager has opened for delivery. Only
39 queue (leaky bucket strategy, for a fixed delivery rate).
41 Mail that could not be delivered upon the first attempt. The queue
45 Unreadable or damaged queue files are moved here for inspection.
76 The queue manager implements a variety of strategies for
77 either opening queue files (input) or for message delivery (output).
79 This strategy limits the number of messages in the \fBactive\fR queue
80 and prevents the queue manager from running out of memory under
83 When the \fBactive\fR queue has room, the queue manager takes one
84 message from the \fBincoming\fR queue and one from the \fBdeferred\fR
85 queue. This prevents a large mail backlog from blocking the delivery
91 The queue manager sorts delivery requests by destination.
99 The queue manager avoids unnecessary delivery attempts by
106 On an idle system, the queue manager waits for the arrival of
109 Depending on the message received, the queue manager performs
113 Start a deferred queue scan. If a deferred queue scan is already
116 Start an incoming queue scan. If an incoming queue scan is already
119 Ignore deferred queue file time stamps. The request affects
120 the next deferred queue scan.
126 an incoming queue scan.
131 \fBD\fR and \fBI\fR. Thus, in order to force a deferred queue run,
132 one would request \fBA F D\fR; in order to notify the queue manager
154 Corrupted message files are saved to the \fBcorrupt\fR queue
162 A single queue manager process has to compete for disk access with
195 .SH "ACTIVE QUEUE CONTROLS"
202 clogging up the Postfix active queue.
204 The maximal number of messages in the active queue.
207 queue manager, and the maximal size of the short\-term,
263 Make the queue manager's feedback algorithm verbose for performance
289 temporary error, and the time in the queue has reached the
292 The time between deferred queue scans by the queue manager;
295 The time between attempts by the Postfix queue manager to contact
301 with a temporary error, and the time in the queue has reached the
329 How much time a Postfix queue manager process may take to handle
332 The time limit for the queue manager to send or receive information
338 overwhelming the Postfix queue.
361 The location of the Postfix top\-level queue directory.
384 /var/spool/postfix/incoming, incoming queue
385 /var/spool/postfix/active, active queue
386 /var/spool/postfix/deferred, deferred queue
409 QSHAPE_README, Postfix queue analysis