Kailash
06-21-2008, 06:42 PM
Hi,
As you may know we can send the mail via php script using php mail() function. However, it is not recommended to enable this option on shared server if you are not using suPHP.
If you have not compile with suPHP on Linux then all the user process will run as nobody on the server and it is very difficult to identify under which user the process is running. So it is advisable to on this function as it may result into spamming from your server.
For cPanel/WHM users, you can disable this function from Tweak Setting. There is an option called "Prevent nobody user sending out mail via php, cgi script.........". Select this option and save it.
Regards,
Kailash
As you may know we can send the mail via php script using php mail() function. However, it is not recommended to enable this option on shared server if you are not using suPHP.
If you have not compile with suPHP on Linux then all the user process will run as nobody on the server and it is very difficult to identify under which user the process is running. So it is advisable to on this function as it may result into spamming from your server.
For cPanel/WHM users, you can disable this function from Tweak Setting. There is an option called "Prevent nobody user sending out mail via php, cgi script.........". Select this option and save it.
Regards,
Kailash