docker-postfix
docker-postfix copied to clipboard
Set opendkim permission on domainkeys directory
Hello,
I was using your docker-postfix image and trying to use DKIM. I ran on a small problem : DKIM keys must be secure with restrictive permissions but the containing "domainkeys" directory must be protected as well, otherwise dkim module cancel email sending by saying that the key is not secure.
This commit fix this problem.