[Rspamd] Disable info logging, re-enable silent logging, only apply MILTER_HEADERS symbol to watchdog Rspamd settings map

master
andryyy 2019-10-20 21:48:30 +02:00
parent 31eb169152
commit d5ee7de66a
No known key found for this signature in database
GPG Key ID: 8EC34FF2794E25EF
2 changed files with 3 additions and 0 deletions

View File

@ -131,11 +131,13 @@ settings {
rcpt_mime = "/null@localhost/i";
from_mime = "/watchdog@localhost/i";
apply "default" {
symbols_enabled = ["MILTER_HEADERS"];
actions {
reject = 9999.0;
greylist = 9998.0;
"add header" = 9997.0;
}
}
}
<?php

View File

@ -1,3 +1,4 @@
level = "silent";
type = "console";
systemd = false;
.include "$CONFDIR/logging.inc"