• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

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