OpenDKIM icon indicating copy to clipboard operation
OpenDKIM copied to clipboard

Opendkim is broken (on OpenBSD)

Open hdatma opened this issue 4 years ago • 2 comments

This is to inform that Opendkim was broken on OpenBSD 6.7 and is still broken on OpenBSD 6.8. I am referring to https://github.com/openbsd/ports/tree/master/mail/opendkim.

This is the result from the tests:

> make check
====================
All 161 tests passed
====================

This is an example of failure:

>cat test.eml | /usr/local/sbin/opendkim-testmsg
opendkim-testmsg: dkim_eom(): Bad signature

This is the expected result, test done by Perl's Mail::DKIM and confirmed by third party tests:

>perl ./check_dkim.pl < test.eml
signature identity: @example.com
verify result: fail (body has been altered)

There is a difference between a bad signature and an altered body.

The failure occurs using both the OpenBSD official package and my cured local version with the git code.

Linux (fedora 33) does not even include opendkim-testmsg.

I recommend testing your own installation.

hdatma avatar Jan 30 '21 18:01 hdatma

Since I am having problems with opendkim on openbsd, with mail coming from for instance o365, it would be nice if someone could confirm this?

TheQue42 avatar Aug 20 '21 14:08 TheQue42

hdatma,

Do you still see this against the develop branch?

thegushi avatar Dec 29 '22 21:12 thegushi