mirror of
https://gitlab.com/simple-nixos-mailserver/nixos-mailserver.git
synced 2025-01-14 16:26:27 +01:00
Merge pull request #121 from nlewo/pr-relaxed
dkim: set header canonicalization to relaxed
This commit is contained in:
commit
31dae8a5f3
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue