Fix permission issues on wrong dkim path#171
Conversation
|
The generator mounts a folder to Could you paste your You should not experience your issue. Perhaps we've missed something. Thanks |
yes and that is not the problem. My problem is the content of
otherwise it will always complain about permission issues since he tries to load the key from |
|
I can confirm this issue. Why don't we edit the |
Signed-off-by: Lukas Matt <[email protected]>
744c78f to
777b1ba
Compare
ups kinda missed that this is part of the docker-mailserver as well. |
|
Thanks @diiigle, well spotted! |
…on_issue_on_wrong_path Fix permission issues on wrong dkim path
Hi, I used your v2 branch and wasn't able to send mails due
I followed your tutorial and ran
generate-dkim-configfrom the console. Maybe I missed a step but in the KeyTable file there is the path to the temporary file configured after creation.You can avoid this kind of issue by simply runningsedafter the copy step. Even if I missed something that fix could avoid problems in future.great work btw.. Cheers!