Is it possible Clamav scan realtime for Exim

Develop

Verified User
Joined
Jun 9, 2016
Messages
158
Location
Istanbul, TR
Hello,

Here is two rows from clamav scan log:

/home/user/imap/user.com/info/Maildir/new/1564406374.M195815P19390.server.xxx.com,S=566129,W=573576: Win.Dropper.Fareit-7088504-0 FOUND
/home/user/imap/user.com/info/Maildir/new/1564406374.M195815P19390.server.xxx.com,S=566129,W=573576: Removed.

I want to clamav scan exim and remove realtime if mail has any trajan etc.
Is it posible? Is it possible Clamav scan realtime for Exim (mail arrived, scanned and remove if harmful)?

-----

Netstat for Clamd and i think something is wrong here 0.0.0.0:* .... please check below.

[root@server /]# netstat -tap | grep clamd
tcp 0 0 localhost:dyna-access 0.0.0.0:* LISTEN 30040/clamd


Best regards.
 
Last edited:
Hello,

Yes, possible:

Code:
cd /usr/local/directadmin/custombuild
./build set clamav yes
./build set clamav_exim yes
./build clamav
./build set exim yes
./build set eximconf yes
./build set eximconf_release 4.5
./build exim
./build exim_conf
 
Back
Top