Sign outgoing emails using DKIM

This commit is contained in:
Pierre Jaury
2016-06-25 16:06:52 +02:00
parent 24680957f7
commit 66a1b50cc9
3 changed files with 16 additions and 1 deletions

View File

@@ -117,3 +117,14 @@ greylisting {
awl_ttl = 3600s;
};
dkim {
domain {
key = /dkim;
domain = "*";
selector = "dkim";
};
header_canon = relaxed;
body_canon = relaxed;
sign_alg = sha256;
auth_only = no;
};