mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2026-02-14 00:10:38 +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";
|
|
}
|