Hi
How to disable the mail sending from websites. The mail is being sent probably using phpmail, I see these mails in postfix.log with auth name website_email@client_domain, is there a way to allow / disallow such sending per client?
Thanks.
You can add the below to the php.ini file
disable_functions = mail