1

Improved to show recipients mail address to Exim ClamAV log


Avatar
Mean Charoenrat

-------------------------------------------------------------
Please improve the log message to
/etc/exim.clamav.conf
-------------------------------------------------------------

Code:
log_message = Message from $sender_host_address, denied - virus of harmful content ($malware_name)

Code:
log_message = Message from [$sender_host_address] $sender_address for $recipients, denied - virus of harmful content ($malware_name)


#Original log message:
Message from 5.230.xx.xxx, denied - virus of harmful content (Sanesecurity.Malware.30466.UNOFFICIAL)

#Improved log message:
Message from [5.230.xx.xxx] from@xxx.com for recipient@abc.com, denied - virus of harmful content (Sanesecurity.Malware.30466.UNOFFICIAL)

Ref:
forum.directadmin.com/threads/exim-clamav-log-is-unclear-message-from-x-x-com-denied-virus-of-harmful-content.72054/

A