You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@ihorman, after provisioning a Plesk environment, Postfix will fail to start because of incorrect ownership of some files/folders:
# cat /var/log/mail.err
Nov 15 16:06:23 node26556-plesk111 postfix/master[912]: fatal: open lock file /var/lib/postfix/master.lock: cannot open file: Permission denied
Nov 15 16:06:24 node26556-plesk111 postfix/postfix-script[1454]: fatal: the Postfix mail system is not running
Nov 15 16:10:58 node26556-plesk111 postfix/master[5279]: fatal: remove public/pickup: Permission denied
Some files/folders are owned by an user/group with different UID than postfix:
Postfix is not a part of Docker image. If you try to install it using Plesk autoinstaller after image deployment, permission will be ok. So the only question is how the Postfix was installed to get the wrong permission.
@ihorman, after provisioning a Plesk environment, Postfix will fail to start because of incorrect ownership of some files/folders:
Some files/folders are owned by an user/group with different UID than postfix:
This can be corrected by assigning correct ownership and then Postfix will start:
The text was updated successfully, but these errors were encountered: