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