• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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