Use rspamd as a milter service instead of deprecated rmilter

This commit is contained in:
kaiyou
2017-11-05 16:54:23 +01:00
parent f943dc85a2
commit 1d9b3b00a7
12 changed files with 46 additions and 16 deletions

View File

@@ -0,0 +1,11 @@
authenticated_headers = ["authentication-results"];
skip_local = false;
skip_authenticated = false;
use = ["x-spamd-bar", "x-spam-level", "x-virus", "authentication-results"];
routines {
x-virus {
symbols = ["CLAM_VIRUS", "FPROT_VIRUS", "JUST_EICAR"];
}
}