mirror of
https://github.com/Pro/dkim-exchange.git
synced 2026-04-25 08:55:52 +03:00
[GH-ISSUE #56] Exchange 2010 SP3 RU2 version 14.03.0158.001 unable to start service process Exchange Transport DKIM 1.8.3 #41
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 @miksonx on GitHub (Aug 10, 2014).
Original GitHub issue: https://github.com/Pro/dkim-exchange/issues/56
I installed the DKIM 1.8.3 from the install.ps1 script for Exchange 2010 SP3 RU2 to match the Library 14.03.0158.001 for Exchange 2010 sp3 and after installation and configuration of the .config file and keys I'm unable to start the Exchange Transport process. The Event Log show the following error.
Watson report about to be sent for process id: 2712, with parameters: E12, c-RTL-AMD64, 14.03.0158.001, edgetransport, mscorlib, S.S.C.CryptographicException.ThrowCryptogaphicException, S.Reflection.TargetInvocationException, 6d6d, 02.00.50727.4927.
ErrorReportingEnabled: False
@Pro commented on GitHub (Aug 11, 2014):
The
S.S.C.CryptographicException.ThrowCryptogaphicExceptionlooks like there's a problem with your key file(s).Make sure that the path within the config file is correct and follow the instructions here: https://github.com/Pro/dkim-exchange#creating-the-keys
Maybe you created the private key in the wrong format.
@miksonx commented on GitHub (Aug 11, 2014):
Yep, I generated new key from port25 and worked. Before I generated keys from the version 2.0 GUI and use them in 1.8.3 but not success. Now with fresh keys is working.
Thank you.
@Pro commented on GitHub (Aug 11, 2014):
The 2.0 GUI generates keys in a special .NET format, which isn't supported in previous versions therefore it didn't work.
We hope to release version 2 soon because it also has better error handling and error descriptions.