-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dkim issue after last update #92
Comments
I have added
and it works again. But this does not feel good docker-compose.yml
|
Hey, that is strange. The permissions look more restricted than the ones set by default after generating new keys https://github.com/wader/postfix-relay/blob/master/run#L29-L31 Any idea if postfix has done any change to what is concerned secure etc? i would probably read postfix doc or code to see what the requirement is. Looking at #14 which was a similar issue i get a feeling there might be some volume permission magic/weirdness going on between different docker versions or configurations. |
Docker version 23.0.3, build 3e7cbfd And I'm using docker volume and not host mounting. So it should not have any issue with that. :/ |
Ok thanks, yes then it feels even weirder. I would probably exec into a container play around with the permissions and strace a bit and see if you would get any wiser. Is is actually read/stating the files your expecting etc |
I'm using latest docker image, dkim sign worked fine for last 6-7 months, but with latest docker image (recreated) it stopped working.
I did dry to use previus versions, but no luck. Still same issue (docker logs):
File permissions:
I did try to change to only u+rw to vps.txt (but no change).
I tried to generate new keys and same issue.
What could cause this?
The text was updated successfully, but these errors were encountered: