Robert Socha: > 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
The smtpd(8) documentation does not promise that maximal_queue_lifetime can be set in this manner. The postconf(5) also makes no promise about which part of Postfix implements this feature. Therefore it is not safe to set the parameter in master.cf. If you want a configuration that is supported you need to use multiple Postfix instances. http://www.postfix.org/MULTI_INSTANCE_README.html. Wietse > 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 :) > -- > rjs > English is not my native language. > Please forgive me committed errors and misunderstandings. > >
