DESCR 1.4 KB

1234567891011121314151617181920212223242526272829
  1. smtp-vilter is a high performance content filter for sendmail to detect e-mail
  2. viruses and spam. smtp-vilter decides whether to pass, discard or simply mark
  3. an e-mail message based on the results of a content scan and user defined
  4. strategies. It can interact with the pf packet filter when it detects spam,
  5. viruses or unwanted content by adding the IP address of the sending host to a
  6. PF table.
  7. smtp-vilter does not do the scanning by itself, it relies on third-party
  8. products like ClamAV, SpamAssassin, or any ICAP capable scanner for this
  9. purpose. smtp-vilter uses the milter API to communicate with sendmail and one
  10. or more backends to communicate with the actual virus or spam scanning engines.
  11. The backends can be chained to perform a series of checks on one message in one
  12. run.
  13. The software is highly configurable and provides mechanisms for secure
  14. operation.
  15. The backends included in the distribution provide support for the Clam
  16. AntiVirus Daemon (clamd), the Spamassassins Daemon (spamd), ICAP capable
  17. backends (icap), and the standalone attachment backend to filter out unwanted
  18. attachments. The backends are realised as shared libraries that are loaded
  19. dynamically when smtp-vilter starts. All backends have their own configuration
  20. file.
  21. smtp-vilter is documented in the following manpages:
  22. smtp-vilter(8) Running the smtp-vilter
  23. smtp-vilter.conf(5) The smtp-vilter config file