mirror of
https://github.com/Pro/dkim-exchange.git
synced 2026-04-25 08:55:52 +03:00
[GH-ISSUE #78] Access to the Key Path is denied. #58
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mirsaeedi on GitHub (Feb 16, 2015).
Original GitHub issue: https://github.com/Pro/dkim-exchange/issues/78
Thanks you guys for your great work! Unfortunately DKIMSigner, does not sign messages in our server. In The EventLog Viewer, Following error is shown:
Couldn't load the key 'C:\Program Files\Exchange DkimSigner\keys\sohato.com.xml' for domain sohato.com. Error message: Access to the path 'C:\Program Files\Exchange DkimSigner\keys\sohato.com.xml' is denied.
what should I do?
@mirsaeedi commented on GitHub (Feb 16, 2015):
I Change the Key Location to be on my desktop. Now I`m getting another error:
The private key for domain sohato.com wasn't found: C:\Users\admin\Desktop\keys\sohato.com.xml
@Pro commented on GitHub (Feb 16, 2015):
Can you check the access rights for the folder
C:\Program Files\Exchange DkimSigner\keys\and make sure that the files exist.I think the user
SYSTEMneeds access rights.Regarding the files on your desktop: Are you sure that the path is correct?
Please try another path, e.g.
C:\keys\foo.xml@mirsaeedi commented on GitHub (Feb 16, 2015):
I Solved it. It was about security and permission issues. I gave Full Access to the"keys" folder to the special "Everyone" user (of our Active Directory Domain). Now everything is working smoothly. thanks :)
@codeandfix commented on GitHub (Mar 17, 2023):
Dont grant Access to everyone! Just use Network Service for Folder and Pub/Private Key.
Also remember to select private Key (Config selects public sometime).
Then restart service
@Waqas-javid commented on GitHub (May 28, 2024):
Add "Network Service" and assign permissions to it.