Skip to main content

Bypass nobody email sending

Comments

3 comments

  • NOC_Serverpoint
    Hi, To use a PHP or CGI script to send mail, enable the suEXEC or mod_php modules in your Apache configuration. Regards,
    0
  • HuMaN-BeInG
    Hello NOC_Serverpoint, first thak you so much for trying to help me, second, suExex is already enabled within the server as shown Available handlers: suphp cgi none DEFAULT PHP: 5 PHP4 SAPI: none PHP5 SAPI: suphp SUEXEC: enabled RUID2: not installed so what is the problem, i have searched & tried sudo but nothing fix my problem please all accept my best regards,,
    Hi, To use a PHP or CGI script to send mail, enable the suEXEC or mod_php modules in your Apache configuration. Regards,

    BTW the script i used to run isnt either php or cgi instead its bash script
    0
  • cPanelMichael
    PHP5 SAPI: suphp

    Hello, PHP scripts run as the account using when using suPHP. Thus, PHP scripts will still be able to send out messages. One option to stop this is to add "mail" to the disable_functions line in your PHP configuration file: Thank you.
    0

Please sign in to leave a comment.