mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2024-01-19 02:48:50 +00:00
parent
f794d10bb5
commit
a99ae786db
|
@ -1,3 +1,9 @@
|
||||||
# documentation: https://rspamd.com/doc/configuration/metrics.html#actions
|
# 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"
|
subject = "***SPAM*** %s"
|
||||||
|
|
|
@ -11,4 +11,6 @@ ClamAV {
|
||||||
symbol = "CLAM_VIRUS";
|
symbol = "CLAM_VIRUS";
|
||||||
log_clean = true;
|
log_clean = true;
|
||||||
max_size = 25000000;
|
max_size = 25000000;
|
||||||
|
timeout = 10;
|
||||||
|
retransmits = 2;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue