Robert Socha wrote:
Hi,
My problem is... :)
I would like that the selected messages injected by specified interface
remain in the queue for no longer than 2 hours. I used this
configuration (master.cf), but it seems that it is not working as I want:
bulk.example.pl: smtp inet n - n - - smtpd
-o maximal_queue_lifetime=2h
In main.cf file queue lifetime is set to much longer period. (2 days)
My question: Is it possible to queue a message with diffrent time for
the bounce?
Greetings :)
The max queue lifetime is a global parameter. If you need
different queue lifetimes, use separate instances of postfix.
All postfix versions support multiple instances, but is
greatly simplified in postfix 2.6 and newer.
http://www.postfix.org/MULTI_INSTANCE_README.html
-- Noel Jones