• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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