• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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