• 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.

Resolved After upgrading to Obisian - Postfix: fatal: daemon_directory = '/usr/libexec/postfix': directory not found

micha.maag

New Pleskian
Hello,

after upgrading to Obsidian i can't get postfix to work:

/var/log/maillog:

Feb 29 11:42:12 s20324686 postmulti[7286]: fatal: daemon_directory = '/usr/libexec/postfix': directory not found: No such file or directory
Feb 29 11:42:19 s20324686 postmulti[7348]: fatal: daemon_directory = '/usr/libexec/postfix': directory not found: No such file or directory
Feb 29 11:42:25 s20324686 postmulti[7545]: fatal: daemon_directory = '/usr/libexec/postfix': directory not found: No such file or directory

Any ideas, how to solve?

Thanks
Michael
 
Try to fix it with following steps:
  1. Add line daemon_directory to /etc/postfix/main.cf:
    daemon_directory = /usr/lib/postfix/sbin
  2. Restart postfix:
    # systemctl restart postfix
 
Back
Top