mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2024-01-19 02:48:50 +00:00
11 lines
243 B
Plaintext
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";
|
|
}
|