Maximum Time in Postfix Message Queue

Questions and answers about how to do stuff
Post Reply
curibe
Posts: 74
Joined: 26 Feb 2014 22:38

Maximum Time in Postfix Message Queue

Post 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?

:)
User avatar
shawniverson
Posts: 3649
Joined: 13 Jan 2014 23:30
Location: Indianapolis, Indiana USA
Contact:

Re: Maximum Time in Postfix Message Queue

Post 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.
Post Reply