One of our customers WordPress site got hacked and a script was uploaded which fired off close to a 1000 spam mails within a hour. Was lucky to catch it fast enough but unfortunately a lot left the server. The mail was sent through our [email protected]
As this probably will affect a large number of our customers who mostly rely on mail, I would like to stop all mail sending from our server which is not SMTP authenticated. Note I have already turned on SMTP restrictions? Can I set php system wide to not allow to send mail without smtp authentication?
As this probably will affect a large number of our customers who mostly rely on mail, I would like to stop all mail sending from our server which is not SMTP authenticated. Note I have already turned on SMTP restrictions? Can I set php system wide to not allow to send mail without smtp authentication?