Questions and answers about how to do stuff
-
curibe
- Posts: 74
- Joined: 26 Feb 2014 22:38
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?

-
shawniverson
- Posts: 3783
- Joined: 13 Jan 2014 23:30
- Location: Indianapolis, Indiana USA
-
Contact:
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.