Merge pull request #697 from HorayNarea/fix-missing-dkim

allow DKIM-signing if From-Header and Auth-User mismatch - fix #462
This commit is contained in:
mergify[bot]
2018-11-08 17:24:51 +00:00
committed by GitHub

View File

@@ -1,3 +1,4 @@
try_fallback = true; try_fallback = true;
path = "/dkim/$domain.$selector.key"; path = "/dkim/$domain.$selector.key";
use_esld = false; use_esld = false;
allow_username_mismatch = true;