Hi all,
I’ve been busy researching how to install and configure maldet and ClamAV on my webservers. At this moment I have installed it on my DEV server and things look good, but I’m left with two questions. I hope there’s someone here to help me out with these last points.
If this requires some hands-on work, I’m willing to pay a colleague to help out.
1. Maldet is not sending me a mail after a scan
I want maldet to send me a mail after each daily scan, even no malware was found. In the logs I see that maldet did it’s job properly, but when it’s done it’s not sending mail. There are no errors in logs, to indicate that maldet tried to send a mail, but failed. If I test sending a mail with the ‘mail’ command, it works properly.
In maldet.conf I’ve set these variables:
email_alert=”1”
email_addr=”[email protected]”
email_ignore_clean=”0”
2. Do a full scan or it save to always just scan to changed files?
If I understand correctly, the cron is doing a scan of changed files. Is that safe enough? Or should I set it to do a full scan each week (for example). And if yes, how would I do that?
