1
1
Fork 0
mirror of https://github.com/docker-mailserver/docker-mailserver synced 2024-05-25 16:56:04 +02:00

adjust `antivirus.conf` for Rspamd (#3331)

See #3320
This commit is contained in:
Georg Lauterbach 2023-05-15 07:01:13 +02:00 committed by GitHub
parent f794d10bb5
commit a99ae786db
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,9 @@
# documentation: https://rspamd.com/doc/configuration/metrics.html#actions
# and https://rspamd.com/doc/configuration/metrics.html
#greylist = 4;
#add_header = 6;
#rewrite_subject = 7;
#reject = 15;
subject = "***SPAM*** %s"

View File

@ -11,4 +11,6 @@ ClamAV {
symbol = "CLAM_VIRUS";
log_clean = true;
max_size = 25000000;
timeout = 10;
retransmits = 2;
}