Page 1 of 1

Maximum Time in Postfix Message Queue

Posted: 29 Apr 2014 21:10
by curibe
Hello,

Where can i check the settings for the max time a message can stay in the queue in postfix. Where would i go to change it?

:)

Re: Maximum Time in Postfix Message Queue

Posted: 01 May 2014 17:50
by shawniverson

Code: Select all

sudo postconf -e maximal_queue_lifetime=#d
or

Code: Select all

sudo postconf -e maximal_queue_lifetime=#h
Change this as appropriate

Mine is set to 4 hours.