I am trying to adjust my maximal_queue_lifetime setting and although I add it to the main.cf file and restart Postfix, postconf -d results never change. (I noticed that the message_size_limit is also not the same as set in main.cf. What am I missing? Tom
You used the wrong postconf parameter: postconf -d shows the defualts of your postconf configuration, not the actually used values. Use "postconf -n" instead to see the values that where used by your postconf configuration.