OpenDKIM icon indicating copy to clipboard operation
OpenDKIM copied to clipboard

Results 154 OpenDKIM issues
Sort by recently updated
recently updated
newest added
trafficstars

The `SignHeaders` configuration option seems to have some undocumented length limit. When `SignHeaders` is longer than 1016 characters, OpenDKIM fails to start with error: `can't configure DKIM library: failed to...

bug

These functions are useless: If `HAVE_RES_SETSERVERS` is defined they don't compile due to a handful of obvious bugs. If `HAVE_RES_SETSERVERS` is not defined they are no-ops. For over 6 years...

enhancement

The miltertest program is a general-purpose utility for testing milter applications. It currently includes the OpenDKIM header file, however, as far as I can see it doesn’t use any of...

There are 3 mail-servers (Archlinux, Centos8, Centos7) with similar configurations Opendkim and Postfix. On all of them activated Opendkim's options: > [On-BadSignature reject > On-NoSignature reject > On-SignatureError reject >...

Original report: https://bugzilla.redhat.com/show_bug.cgi?id=1871751 Description of problem: When postfix send the mail via milter to the opendkim daemon for singing, opendkim will crash Version-Release number of selected component (if applicable): opendkim-2.11.0-0.1.el7.x86_64...

bug

When shutting down the dkim server, the OpenBSD console warns about an unspecified function exiting with a locked mutex inside. This is a place-holder to track it down.

autoconf 2.70 was released on December 8th and brings quite a few changes, some are not backward compatible. The release note is here: https://lwn.net/Articles/839395/ configure.ac needs to be updated There...

In https://github.com/trusteddomainproject/OpenDKIM/blob/develop/libopendkim/tests/t-testdata.h#L15 a fixed path under `/tmp` is used for the test keys. This is not a _huge_ vulnerability, but it is a silly one since it is so well-known...

Subsequent runs of "make check" return different results. Sometimes is passes all test, sometimes it fails the following. ``` > grep FAIL test.log FAIL: t-test93 FAIL: t-test99 FAIL: t-test88 FAIL:...

The first commit here fixes the issue #111 that I reported recently. The second... well, someone has to do something about that mess. Fortunately, it's all obsolete. Debian has pkg-config...