I've set Linux Malware Detect to send me emails of the reports it generates, but haven't received a single one even though it has produced several reports. Relevant maldet settings /usr/local/maldetect/conf.maldet include:
email_alert="1"
email_addr="my@email.com"
email_ignore_clean="0"
I've also used the command:
whereis mail
to make sure the "mail" command is installed and it returns "/etc/mail" to verify it's installed.
What do I need to do to receive emails from maldet?