[GH-ISSUE #88] Exchange 2013 CU9 #67

Closed
opened 2026-02-26 10:35:35 +03:00 by kerem · 12 comments
Owner

Originally created by @rbfajardo on GitHub (Jun 29, 2015).
Original GitHub issue: https://github.com/Pro/dkim-exchange/issues/88

Will there be official support for Exchange 2013 CU9? Is the current build for CU8 compatible with CU9?

Originally created by @rbfajardo on GitHub (Jun 29, 2015). Original GitHub issue: https://github.com/Pro/dkim-exchange/issues/88 Will there be official support for Exchange 2013 CU9? Is the current build for CU8 compatible with CU9?
kerem 2026-02-26 10:35:35 +03:00
Author
Owner

@pavelkos commented on GitHub (Jun 29, 2015):

Current build is incompatible with CU9

<!-- gh-comment-id:116862833 --> @pavelkos commented on GitHub (Jun 29, 2015): Current build is incompatible with CU9
Author
Owner

@Pro commented on GitHub (Jun 30, 2015):

CU8 isn't compatible with CU9 but we will release a version for CU9.
Can you upload the required DDLs somewhere and paste the link here?
See: https://github.com/Pro/dkim-exchange#required-dlls-for-developing

<!-- gh-comment-id:117026762 --> @Pro commented on GitHub (Jun 30, 2015): CU8 isn't compatible with CU9 but we will release a version for CU9. Can you upload the required DDLs somewhere and paste the link here? See: https://github.com/Pro/dkim-exchange#required-dlls-for-developing
Author
Owner

@pavelkos commented on GitHub (Jun 30, 2015):

Please check requested files - https://dl.dropboxusercontent.com/u/11127662/Exch.2013.CU9.Public.zip

<!-- gh-comment-id:117044987 --> @pavelkos commented on GitHub (Jun 30, 2015): Please check requested files - https://dl.dropboxusercontent.com/u/11127662/Exch.2013.CU9.Public.zip
Author
Owner

@Pro commented on GitHub (Jul 3, 2015):

https://github.com/Pro/dkim-exchange/releases/tag/v2.1.5-beta

<!-- gh-comment-id:118409131 --> @Pro commented on GitHub (Jul 3, 2015): https://github.com/Pro/dkim-exchange/releases/tag/v2.1.5-beta
Author
Owner

@pavelkos commented on GitHub (Jul 5, 2015):

2015-07-05_15-28-06

2015-07-05_15-21-17

Installer don't work

<!-- gh-comment-id:118617809 --> @pavelkos commented on GitHub (Jul 5, 2015): ![2015-07-05_15-28-06](https://cloud.githubusercontent.com/assets/13079391/8511637/937efea6-232a-11e5-9d28-f448ff8af711.jpg) ![2015-07-05_15-21-17](https://cloud.githubusercontent.com/assets/13079391/8511638/97cc4496-232a-11e5-91c6-a12fe7256855.jpg) Installer don't work
Author
Owner

@Pro commented on GitHub (Jul 5, 2015):

Will check that, thanks!

<!-- gh-comment-id:118618237 --> @Pro commented on GitHub (Jul 5, 2015): Will check that, thanks!
Author
Owner

@AlexLaroche commented on GitHub (Jul 5, 2015):

The problem is locate here : Configuration.DkimSigner/InstallWindow.cs, line 159 à 181

// ###########################################
// ### IS Exchange version supported?      ###
// ###########################################

string agentExchangeVersionPath = "";

foreach (KeyValuePair<string, string> entry in Constants.DKIM_SIGNER_VERSION_DIRECTORY)
{
    if (exchangeVersion.StartsWith(entry.Key))
    {
        agentExchangeVersionPath = entry.Value;
        break;
    }
}

if (agentExchangeVersionPath == "")
{
    MessageBox.Show(this, "Your Microsoft Exchange version isn't supported by the DKIM agent: " + exchangeVersion, "Version not supported", MessageBoxButtons.OK, MessageBoxIcon.Error);
}
else
{
    this.lbDownloadFiles.Enabled = true;
}
<!-- gh-comment-id:118635387 --> @AlexLaroche commented on GitHub (Jul 5, 2015): The problem is locate here : Configuration.DkimSigner/InstallWindow.cs, line 159 à 181 ``` // ########################################### // ### IS Exchange version supported? ### // ########################################### string agentExchangeVersionPath = ""; foreach (KeyValuePair<string, string> entry in Constants.DKIM_SIGNER_VERSION_DIRECTORY) { if (exchangeVersion.StartsWith(entry.Key)) { agentExchangeVersionPath = entry.Value; break; } } if (agentExchangeVersionPath == "") { MessageBox.Show(this, "Your Microsoft Exchange version isn't supported by the DKIM agent: " + exchangeVersion, "Version not supported", MessageBoxButtons.OK, MessageBoxIcon.Error); } else { this.lbDownloadFiles.Enabled = true; } ```
Author
Owner

@Pro commented on GitHub (Jul 5, 2015):

Yep, thanks, forgot to add the CU9 Version string. I will fix that

<!-- gh-comment-id:118635512 --> @Pro commented on GitHub (Jul 5, 2015): Yep, thanks, forgot to add the CU9 Version string. I will fix that
Author
Owner

@Pro commented on GitHub (Jul 5, 2015):

https://github.com/Pro/dkim-exchange/releases/tag/v2.1.5-beta.2

<!-- gh-comment-id:118667874 --> @Pro commented on GitHub (Jul 5, 2015): https://github.com/Pro/dkim-exchange/releases/tag/v2.1.5-beta.2
Author
Owner

@pavelkos commented on GitHub (Jul 5, 2015):

Clean install work correctly. Upgrade from 2.1.4 work if I'm delete / rename folder with 2.1.4 version in program files folder

<!-- gh-comment-id:118668299 --> @pavelkos commented on GitHub (Jul 5, 2015): Clean install work correctly. Upgrade from 2.1.4 work if I'm delete / rename folder with 2.1.4 version in program files folder
Author
Owner

@Pro commented on GitHub (Jul 5, 2015):

That's strange, I just tested to update from v2.1.4 to 2.1.5-beta.2 and it worked for me. Will investigate that further. Thanks for the feedback.

<!-- gh-comment-id:118668373 --> @Pro commented on GitHub (Jul 5, 2015): That's strange, I just tested to update from v2.1.4 to 2.1.5-beta.2 and it worked for me. Will investigate that further. Thanks for the feedback.
Author
Owner

@pavelkos commented on GitHub (Jul 5, 2015):

anyway thank you for greates product! ;)

<!-- gh-comment-id:118668470 --> @pavelkos commented on GitHub (Jul 5, 2015): anyway thank you for greates product! ;)
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/dkim-exchange-Pro#67
No description provided.