~ubuntu-branches/ubuntu/maverick/postfix/maverick-security

« back to all changes in this revision

Viewing changes to src/global/deliver_request.c

  • Committer: Bazaar Package Importer
  • Author(s): LaMont Jones, Wietse Venema, LaMont Jones
  • Date: 2009-06-03 14:17:08 UTC
  • mfrom: (1.1.22 upstream)
  • Revision ID: james.westby@ubuntu.com-20090603141708-o9u59xlor7nmd2x1
[Wietse Venema]

* New upstream release: 2.6.2~rc1

[LaMont Jones]

* move postfix-add-{filter,policy} manpages to section 8, and deliver
* provide: default-mta on ubuntu

Show diffs side-by-side

added added

removed removed

Lines of Context:
318
318
     * duplicate deliveries when the queue is flushed immediately after queue
319
319
     * manager restart.
320
320
     * 
 
321
     * The queue manager locks the file exclusively when it enters the active
 
322
     * queue, and releases the lock before starting deliveries from that
 
323
     * file. The queue manager does not lock the file again when reading more
 
324
     * recipients into memory. When the queue manager is restarted, the new
 
325
     * process moves files from the active queue to the incoming queue to cool
 
326
     * off for a while. Delivery agents should therefore never try to open a
 
327
     * file that is locked by a queue manager process.
 
328
     * 
321
329
     * Opening the queue file can fail for a variety of reasons, such as the
322
330
     * system running out of resources. Instead of throwing away mail, we're
323
331
     * raising a fatal error which forces the mail system to back off, and