- Server operating system version
- CentOS Linux 7.9.2009 (Core)
- Plesk version and microupdate number
- Plesk Obsidian Version 18.0.41
I've got thousands of warnings appearing in my mail log browser. All messages are the same apart from the ID numbers
I've just recovered from running a chmod -R 777 /
ran the 2 below codes in single user mode to fix the server
# for p in $(rpm -qa); do rpm --setperms $p; done
# for p in $(rpm -qa); do rpm --setugids $p; done
Reinstalled postfix, I can send emails OK, however, mail received are stuck in the queue due to the permissions.
Also used postfix set-permissions - but still the same
Hope you can help
Kind regards,
Simon
I've just recovered from running a chmod -R 777 /
ran the 2 below codes in single user mode to fix the server
# for p in $(rpm -qa); do rpm --setperms $p; done
# for p in $(rpm -qa); do rpm --setugids $p; done
Reinstalled postfix, I can send emails OK, however, mail received are stuck in the queue due to the permissions.
Also used postfix set-permissions - but still the same
postfix/postdrop[30592] | warning: mail_queue_enter: create file maildrop/295690.30592: Permission denied |
Hope you can help
Kind regards,
Simon