• Dear Pleskians! The Plesk Forum will be undergoing scheduled maintenance on Monday, 7th of July, at 9:00 AM UTC. The expected maintenance window is 2 hours.
    Thank you in advance for your patience and understanding on the matter.

Issue Panic! I changed maximal_queue_lifetime then checked it to find this strange reply

Ksech

Basic Pleskian
I changed maximal_queue_lifetime to one day, then checked it.
I do have mime_header_checks but I didn't expect to see this - plus the lack of a space there also concerns me.
I'm not sure what this will do, if I should be worried, or how to fix it if it really is a problem.
ANY suggestions greatly appreciated - I'm worried!


Code:
# postconf | grep maximal_queue_lifetime
maximal_queue_lifetime = 1d
mime_header_checks = regexp:/etc/postfix/mime_header_checksmaximal_queue_lifetime = 1d
 
YIKES.
Check my maillog and it's got a bunch of these errors now:

postfix/cleanup[17366]: error: open /etc/postfix/mime_header_checksmaximal_queue_lifetime: No such file or directory
 
ok I think I fixed it - opened main.cf and sure enough - mime_header_checks was previously the last line in the file, and following the instructions here made it append that line instead of starting a new line.

My guess - I didn't have a blank line at the end of the file. Is that a fair assumption? If so, lesson learned!
 
Back
Top