mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2026-02-08 13:31:36 +00:00
8 lines
127 B
Plaintext
8 lines
127 B
Plaintext
clamav {
|
|
scan_mime_parts = true;
|
|
symbol = "CLAM_VIRUS";
|
|
type = "clamav";
|
|
log_clean = true;
|
|
servers = "clamd:3310";
|
|
}
|