1
1
Fork 0
mirror of https://github.com/docker-mailserver/docker-mailserver synced 2024-05-04 16:46:05 +02:00
docker-mailserver/target/rspamd/local.d/disabled/antivirus.conf
2023-01-05 08:39:00 +01:00

11 lines
243 B
Plaintext

# documentation: https://rspamd.com/doc/modules/antivirus.html
ClamAV {
action = "reject";
scan_mime_parts = true;
message = '${SCANNER}: virus found: "${VIRUS}"';
type = "clamav";
log_clean = false;
servers = "127.0.0.1:3310";
}