mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2026-02-04 19:47:14 +00:00
8 lines
128 B
Plaintext
8 lines
128 B
Plaintext
clamav {
|
|
attachments_only = true;
|
|
symbol = "CLAM_VIRUS";
|
|
type = "clamav";
|
|
log_clean = true;
|
|
servers = "clamd:3310";
|
|
}
|