OpenDKIM
OpenDKIM copied to clipboard
I found this GitHub project by searching for it, not from the web page. But the last commit to this repo was many years ago. Is this project alive, or...
``` >grep xml /opt/src/opendkim-2.11.0-Beta2/configure.ac [empty] ``` INSTALL (file) ``` --with-libjansson Location of the jansson JSON library. Required for reputation query support, unless "--with-libxml2" is also specified. ``` Since the option...
`miltertest` crashes when a milter replaces the message body with a message body larger than 1 kilobyte or so. It looks like the cause is a buffer overflow in `miltertest`....
I'm using opendkim 2.10.3, seeing lots of these kinds of messages in the log: ``` opendkim[107]: 69C74D511E4: key retrieval failed (s=aweber_key_a, d=aweber.com): \ 'aweber_key_a._domainkey.aweber.com' reply truncated opendkim[107]: BBFC7D4F68B: key retrieval...
RFC 8616 allows UTF-8 characters in domain and selector (and the i= tag). That doesn't seem to disturb signing. However, verification is hampered by a couple of ASCII checks in...
xxfi_close() is not necessary called, when SIGINT, SIGHUP or SIGTERM are sent to the signal handler thread established by smfi_main(), before smfi_main() returns. For this to happen the underlaying select/poll...
Hi everyone, I noticed that with the default resolver active, libopendkim reports DKIM_SIGERROR_KEYFAIL if it receives a NXDOMAIN reply. This is not distinguishable from a SRVFAIL "reply", which would translate...
The [OpenDKIM site](http://www.opendkim.org/) has download and issues menu entries still pointing to SOURCEFORGE. This may cause confusion.
OpenDKIM will only receive message body with length specified in DKIM signature (`l=`), and reply SMFIS_SKIP to MTA. Thus, the body does not have to be ended with CRLF and...
We're currently making several changes to the Gentoo Linux ebuild of OpenDKIM to address security issues. While doing so, we came across a problem which is bugging us. We have...