[Rspamd] ARC: Disallow login/domain mismatch

This commit is contained in:
andryyy
2017-07-21 11:03:35 +02:00
parent f4db3a7a00
commit ed33cb5f57
2 changed files with 4 additions and 4 deletions

View File

@@ -5,7 +5,7 @@ allow_hdrfrom_mismatch = false;
# If true, multiple from headers are allowed (but only first is used)
allow_hdrfrom_multiple = true;
# If true, username does not need to contain matching domain
allow_username_mismatch = true;
allow_username_mismatch = false;
# If false, messages from authenticated users are not selected for signing
auth_only = true;
# Default path to key, can include '$domain' and '$selector' variables