• Debian 11 has reached its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.81 is the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Issue SELinux Blocked PHP mail() sent E-Mail

r1235613

New Pleskian
My WordPress show me a debug message "Could not instantiate mail function."
So I check /var/log/maillog and find follow message:
Code:
Oct 22 00:11:12 s010 postfix/postalias[6432]: fatal: open /etc/postfix/main.cf: Permission denied
Oct 22 00:11:13 s010 journal: plesk sendmail[6433]: handlers_stderr: PASS
Oct 22 00:11:13 s010 journal: plesk sendmail[6433]: PASS during call 'limit-out' handler
Oct 22 00:11:13 s010 journal: plesk sendmail[6433]: Unable to rename '/usr/local/psa/handlers/spool/message4U5A5S' file: Permission denied
Oct 22 00:11:13 s010 journal: plesk sendmail[6433]: System error (/usr/local/psa/handlers/spool/message4U5A5S): No such file or directory
Oct 22 00:11:13 s010 journal: plesk sendmail[6435]: Unable to open temporary file /usr/local/psa/handlers/spool/message4U5A5S (2): No such file or directory

I think it is SELinux problem.
It is Work after I turn off SELinux.

How to fix this problem without turn off SELinux?
I was try restorecon -R -v spool/ but it still not work.
 
Hi r1235613,

Unfortunately, it's invalid.
Could you pls. tell us, WHAT is "invalid" here? The command to RESTORE the SELinux context for a file is correct.

How did you install postfix on your server?
Which operating system do you use?
Which current Plesk version ( incl. #MU ) are you using?
 
Hi r1235613,

did you consider to have a look at the SELinux - log - files, in order to investigate the cause of the blocking?
 
Back
Top