I'm trying to setup the latest Plesk Obsidian release on a Red Hat 8 server, but it seems the installation of postfix seems to fail (see details below). I guess this happens because of the fact that it automatically tries to install CentOS packages and not the standard Red Hat 8 packages. How can I get this fixed and make sure this problem doesn't reoccur after the next upgrade?
Kind regards, Ronald van Gogh
# systemctl status -l postfix.service
● postfix.service - Postfix Mail Transport Agent
Loaded: loaded (/usr/lib/systemd/system/postfix.service; enabled; vendor preset: disabled)
Drop-In: /usr/lib/systemd/system/postfix.service.d
└─respawn.conf
Active: activating (start) since Fri 2020-04-17 16:15:25 CEST; 296ms ago
Process: 20763 ExecStartPre=/usr/libexec/postfix/chroot-update (code=exited, status=0/SUCCESS)
Process: 20760 ExecStartPre=/usr/libexec/postfix/aliasesdb (code=exited, status=0/SUCCESS)
Main PID: 25067 (code=killed, signal=TERM); Control PID: 20764 (postfix-script)
Tasks: 2 (limit: 26213)
Memory: 1.9M
CGroup: /system.slice/postfix.service
├─20764 /bin/sh /usr/libexec/postfix/postfix-script start
└─20766 /usr/sbin/postlog -t postfix/postfix-script -p fatal no Postfix shared-library directory /usr/lib64/postfix!
Apr 17 16:15:25 mwqapp2.cloud.enovation.net systemd[1]: Starting Postfix Mail Transport Agent...
Apr 17 16:15:25 mwqapp2.cloud.enovation.net postfix[20764]: /usr/libexec/postfix/postfix-script: line 74: cd: /usr/lib64/postfix: No such file or directory
Apr 17 16:15:25 mwqapp2.cloud.enovation.net postfix/postfix-script[20766]: fatal: no Postfix shared-library directory /usr/lib64/postfix!
Kind regards, Ronald van Gogh
# systemctl status -l postfix.service
● postfix.service - Postfix Mail Transport Agent
Loaded: loaded (/usr/lib/systemd/system/postfix.service; enabled; vendor preset: disabled)
Drop-In: /usr/lib/systemd/system/postfix.service.d
└─respawn.conf
Active: activating (start) since Fri 2020-04-17 16:15:25 CEST; 296ms ago
Process: 20763 ExecStartPre=/usr/libexec/postfix/chroot-update (code=exited, status=0/SUCCESS)
Process: 20760 ExecStartPre=/usr/libexec/postfix/aliasesdb (code=exited, status=0/SUCCESS)
Main PID: 25067 (code=killed, signal=TERM); Control PID: 20764 (postfix-script)
Tasks: 2 (limit: 26213)
Memory: 1.9M
CGroup: /system.slice/postfix.service
├─20764 /bin/sh /usr/libexec/postfix/postfix-script start
└─20766 /usr/sbin/postlog -t postfix/postfix-script -p fatal no Postfix shared-library directory /usr/lib64/postfix!
Apr 17 16:15:25 mwqapp2.cloud.enovation.net systemd[1]: Starting Postfix Mail Transport Agent...
Apr 17 16:15:25 mwqapp2.cloud.enovation.net postfix[20764]: /usr/libexec/postfix/postfix-script: line 74: cd: /usr/lib64/postfix: No such file or directory
Apr 17 16:15:25 mwqapp2.cloud.enovation.net postfix/postfix-script[20766]: fatal: no Postfix shared-library directory /usr/lib64/postfix!