opendkim-genkey generates invalid TXT record
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| opendkim (Ubuntu) |
Undecided
|
Unassigned |
Bug Description
[COMMAND]
opendkim-genkey -r -d yourdomin.tld
cat default.txt
WRONG
default._domainkey IN TXT "v=DKIM1;=rsa; p=MIGfMA0GC .... Q7GWwsbQIDAQAB"
RIGHT
default._domainkey IN TXT "v=DKIM1; k=rsa; p=MIGfMA0GC .... Q7GWwsbQIDAQAB"
[DISTRIBUTION]
Description: Ubuntu 12.04.1 LTS
Release: 12.04
[PACKAGE DETAILS]
opendkim:
Installiert: 2.5.2+dfsg-1ubuntu3
Kandidat: 2.5.2+dfsg-1ubuntu3
Versionstabelle:
2.
100 http://
*** 2.5.2+dfsg-1ubuntu3 0
500 http://
100 /var/lib/
Scott Kitterman (kitterman) wrote : Re: [Ubuntu-mail-server] [Bug 1083503] [NEW] opendkim-genkey generates invalid TXT record | #1 |
error does not occour with this package
aptitude install -t precise-backports opendkim opendkim-tools
~# apt-cache policy opendkim
opendkim:
Installiert: 2.6.8-0ubuntu1~
Kandidat: 2.6.8-0ubuntu1~
Versionstabelle:
*** 2.6.8-0ubuntu1~
100 http://
100 /var/lib/
2.
500 http://
thank you
Launchpad Janitor (janitor) wrote : | #3 |
Status changed to 'Confirmed' because the bug affects multiple users.
Changed in opendkim (Ubuntu): | |
status: | New → Confirmed |
John Doe (m8r-bf9eg5) wrote : | #4 |
confirming the bug affects me as well.
Scott Kitterman (kitterman) wrote : | #5 |
This is fixed in the current development release. Precise users can get a fixed version from precise-backports.
Changed in opendkim (Ubuntu): | |
status: | Confirmed → Fix Released |
Please try upgrading to the newer opendkim available in precise-backports and
see if you can replicate the problem with it.