-2

I have a requirement as follows "I have a site in which the end user is asked to upload a file which is directly sent to the client. Those files are not stored on my server. Now the issue is I don't want my client to complain having virus in the files which go through my mailing server to his systems. So I want to scan all the email traffic in order to detect and remove the virus in the email docs posted by the users."

Is there any way I can do this?? Is there any kind of antivirus which can sit along with email server and scan the email traffic??

Open to any kind of suggestions..

3 Answers3

2

If you're using Exim, I would recommand looking into Mailscanner (http://mailscanner.info) with SpamAssassin. I used this for years and it's incredibly effective and flexible.

Coding Gorilla
  • 1,938
  • 12
  • 10
2

Yes there is something for it. For example amavisd-new is a good start for it and can integrate multiple (all?) virus scanners for Linux.

The documentation tells you how to integrate into Exim. And the installed version gives you information in the README how to integrate the virus scanner(s).

mailq
  • 16,882
  • 2
  • 36
  • 66
0

There's ClamAV and it integrates well with Exim.

gravyface
  • 13,947
  • 16
  • 65
  • 100