1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2026-06-01 20:23:07 +00:00
Files
mailcow-dockerized/data/conf/rspamd/local.d/antivirus.conf
T

8 lines
128 B
Plaintext

clamav {
attachments_only = true;
symbol = "CLAM_VIRUS";
type = "clamav";
log_clean = true;
servers = "clamd:3310";
}