PHP Mail Not Functioning when DSO is Enabled (cPanel)
Written by:
Will Kruss
on
22 August 2022 05:23 PM
|
|
If DSO is enabled with the MPM_ITK module loaded, there is a bug in the entry in the mpm_prefork.conf file. In the logs you are likely to see You may also get unable to set gid=32009 or uid=32008 (euid=0): system filter The fix is to add
The danger of this (and in fact enabling PHP Mail at all) is any hacked website on the server will not be stopped from sending SPAM messages and so the mail queues must be closely monitored. | |
|