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

allow DKIM-signing if From-Header and Auth-User mismatch - fix #462
master
mergify[bot] 6 years ago committed by GitHub
commit 5c24390114
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save