mirror of
https://gitlab.com/simple-nixos-mailserver/nixos-mailserver.git
synced 2025-01-14 20:20:33 +05:00
dkim: set header canonicalization to relaxed
Instead of simple canonicalization which is the default one. Fixes #120
This commit is contained in:
parent
1dd394e63f
commit
0f75894b4f
@ -40,6 +40,7 @@ let
|
|||||||
};
|
};
|
||||||
sign_alg = sha256;
|
sign_alg = sha256;
|
||||||
auth_only = yes;
|
auth_only = yes;
|
||||||
|
header_canon = relaxed;
|
||||||
}
|
}
|
||||||
''
|
''
|
||||||
else "";
|
else "";
|
||||||
|
Loading…
Reference in New Issue
Block a user