1
0
mirror of https://github.com/Mailu/Mailu.git synced 2024-12-12 10:45:38 +02:00

Remove the username from the milter_headers

Rspamd adds the name of the authenticated user by default. Setting add_smtp_user to false prevents the login to be leaked.
This commit is contained in:
anrc 2020-09-24 13:16:25 +02:00 committed by GitHub
parent 92bf736da4
commit 59bc4f7aea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,6 +5,9 @@ skip_authenticated = false;
use = ["x-spamd-bar", "x-spam-level", "x-virus", "authentication-results"];
routines {
authentication-results {
add_smtp_user = false;
}
x-virus {
symbols = ["CLAM_VIRUS", "FPROT_VIRUS", "JUST_EICAR"];
}