mirror of
https://github.com/Pro/dkim-exchange.git
synced 2026-04-25 08:55:52 +03:00
[GH-ISSUE #148] Manual installation #112
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 @AlwindB on GitHub (Mar 30, 2016).
Original GitHub issue: https://github.com/Pro/dkim-exchange/issues/148
Versions
Description
When trying to install manually using the described procedure we encounter issues in the install.ps1 script, notifying us about Unblock-File errors. This is correct as 2008r2 does not have PowerShell v3 installed by default.
When starting the Exchange Transport Service an error is thrown after not being able to start the Windows service in the Application Eventlog.
Event id 4999
Watson report about to be sent for process id: 15076, with parameters: E12, c-RTL-AMD64, 14.03.0266.001, edgetransport, ExchangeDkimSigner, E.D.DkimSigningRoutingAgentFactory..ctor, S.Reflection.TargetInvocationException, 6d6d, 03.00.0002.-001.
ErrorReportingEnabled: False
The transport agent won't start at all.
Have tried it on 2 separate servers, both running different versions of Exchange 2010
So far a no-go on 2010, any way we can provide you with more information to troubleshoot this?
@Pro commented on GitHub (Mar 30, 2016):
I think that the files aren't unlocked successfully and then if Exchange tries to open the files it crashes.
You can check if the files are still locked by opening the file properties dialog (e.g. on

C:\Program Files\Exchange DkimSigner\ExchangeDkimSigner.dll). It should look something like this:Or use the cmd:
If you see files ending with
:Zone.Identifier:$Datathe files are locked.To unlock the files, open all the files manually and press
Unlockor use the following command in cmd (not tested):streams -s -d "C:\Program Files\Exchange DkimSigner"Source: http://www.howtogeek.com/70012/what-causes-the-file-downloaded-from-the-internet-warning-and-how-can-i-easily-remove-it/
Does this work?
@AlwindB commented on GitHub (Mar 30, 2016):
The screenshot you posted does not match the interface with Windows Server 2008 r2, the unblock function in simply missing from it. Streams by SysInternals might be a solution.
I'll update you with further information as soon as I have it, I'll have a look at it with the Sysadmin of that server.
@Pro commented on GitHub (Dec 22, 2016):
@AlwindB any updates on this?
@f3rik commented on GitHub (Jun 16, 2017):
Hey Pro,
I want to install it on a Windows Server 2008r2 with Exchange 2010 SP1 and is asking for .net 4.5 as requirements but my operating system is not suporting 4.5 only 4.0.
In the troubleshooting guideline I saw that there is an option to change the target framework to .NET 3.5 but unfortunately I am not able to do that is keep throwing me some errors that some parts are missing. I am probably not an expert in Visual Studio... :)
Can you do that for me and rebuild for .net 3.5 and give me a link in order to be able to install?
@DJBenson commented on GitHub (Dec 23, 2020):
Closing stale issue.