DISQUS

DISQUS Hello! dmiessler.com | grep understanding is using DISQUS, a powerful comment system, to manage its comments. Learn more.

Community Page

dmiessler.com | grep understanding

dmiessler.com/about/
Jump to original thread »
Author

Linux: Filtering Spam And Viruses Without Amavis

Started by Daniel Miessler · 7 months ago

For anyone who dislikes complex mail configurations on their Linux mail server, I have a solution other than amavis* for filtering your email.

As with most things *nix, there are many ways to go about this; my way uses Maildrop and my .mailfilter file in my home directory. The punchli ... Continue reading »

2 comments

  • Useful summary. Thanks. Found it while looking for something else, and it turned out to be the answer to the next question I would have asked :-)

    Couple of points though:

    - the "no-summary" and "stdout" parameters need to be prefixed with -- not - (two minuses not one)
    - VSCANNER is not defined in the else clause
    - if processing speed is important install clamav-daemon and use "clamdscan" in place of "clamscan"
    - the quote characters you've used are incorrect so you can't just cut and paste the text, you have to edit the quotes in by hand
    - it can go in /etc/maildroprc (with suitable modification to the mailbox used) for system-wide scanning if you want.
  • Thanks for posting, man. Nice to have you. :)

Add New Comment

Returning? Login