antivirus.conf 227 B

1234567891011
  1. clamav {
  2. # Scan whole message
  3. scan_mime_parts = false;
  4. #scan_text_mime = true;
  5. #scan_image_mime = true;
  6. symbol = "CLAM_VIRUS";
  7. type = "clamav";
  8. log_clean = true;
  9. servers = "clamd:3310";
  10. max_size = 20971520;
  11. }