• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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