Alain Bensimon
- Total activity 23
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
Comments
Recent activity by Alain Bensimon-
Hello @Michael, Thank you for your answer. So I've looked in the txt file, and it says that it's to prevent Exim to send emails. Like I said in the beginning of that post, I have created an ACL tha...
-
I have ClamAv installed, and I also have run Maldet multiple times. Maldet always find malwares, and put them in quarantine, and then I purge the quarantine. But they always come back.
-
I did check every file, even the hidden ones, and I didn't see anything suspicious. What I need is to find a way to locate a malware script. You can probably advise me some tools for that?
-
This is the content of index.php setStart($startTime, $startMem)->mark('afterLoad') : null; // Instantiate the application. $app = JFactory::getApplication('site'); // Execute the application. $a...
-
I know that it's a non legitimate one because one of the email sender (lielleinvestment) was sending spams. I went to Joomla and have disabled the php mail for that website within Joomla. Then it h...
-
This clearly shows that out of the mail that's present in the exim_mainlog currently the following two accounts seem to be sending mail from the directories listed: 66 : /home/lapaixadmin/public_h...
-
You'd need to determine if the mail is being sent via script. If so then really the best thing to do in this case would be to identify/remove the script. The following is an internal script we use...
-
Hello You can hold outgoing mail for an email account through the UI by going to cPanel >> Email >> Email Accounts -> Manage (next to the email account) and suspend outgoing mail. Ultimately ...
-
That is most likely not related. I've tried to disable the mail function, but ofcourse then the users of that domains cannot receive and send emails anymore. What can I do?
-
Those are typically coming from php scripts. It would be unlikely that you would want to completely disable that functionality but you could add the mail() function to the disabled functions list ...