mirror of
https://github.com/Pro/dkim-exchange.git
synced 2026-04-25 17:05:55 +03:00
[GH-ISSUE #134] Update from 2.1.8 to 3.0 #101
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 @stevemayster on GitHub (Jan 16, 2016).
Original GitHub issue: https://github.com/Pro/dkim-exchange/issues/134
Hello.
Sorry for question but i don't fully understand how to update from 2.1.8 to 3.0 manually.
If i don't have dkim GUI installed(Exchange 2010SP3) and create keys by opendkim-genkey do i need to regenerate them?
Or i must uninstall 2.1.8 and install 3.0?
@AlexLaroche commented on GitHub (Jan 16, 2016):
Yes, you should uninstall 2.1.8 first and install 3.0 after.
opendkim-genkey normally generate key in format PEM.
You shouldn't have to make any changes to your current key format.
It's the XML format that isn't more supported.
@stevemayster commented on GitHub (Jan 16, 2016):
Hello,Alex
Thanks for answer!