OpenDKIM
OpenDKIM copied to clipboard
the code in libopendkim/dkim-test.c is simply unaware of ed25519 currently
This repo last touched (for a small typo fix) 5 years ago. So sadly, this looks like abandonware. But I'm struggling to get it to work and found one person...
The documentation for [`dkim_options()`](https://github.com/trusteddomainproject/OpenDKIM/blob/5c539587561785a66c1f67f720f2fb741f320785/libopendkim/docs/dkim_options.html) states for some array options: they should be __unordered__ (`DKIM_OPTS_OVERSIGNHDRS`, `DKIM_OPTS_SIGNHDRS` and `DKIM_OPTS_SKIPHDRS`) and for others they should be __ordered__ (`DKIM_OPTS_MUSTBESIGNED`, and `DKIM_OPTS_REQUIREDHDRS`). But the documentation...
The proposed change upgrades OpenSSL to version 3. The change is not too big, it looks sensible to me, it is backwards compatible, and the test suite passes. I have...
I had a stock Debian 11 opendkim working kinda-sorta. Tried building the develop version and had issues. Uninstalled. Reinstalled stock opendkim Now I am getting a complaint about incompatible SSL...
autoconf min ver change: Did we really intend to disallow dev on Ubuntu 20, Debian 11, RHEL 9.1 etc?
I suspect an "easy way" change was recently made, setting the minimum autoconf version to 2.71 in the develop branch. Unfortunately, **requiring 2.71 breaks development** on a wide variety of...
Perhaps I am missing something obvious. I've set up the InternalHosts file with IPV4 CIDR addresses, including 127.0.0.1/8 Yet when I generate outgoing email via a VPN to the server,......
…ign. The directive specify a tab-separated file with two columns: recipient (as user@domain or just domain) and comma-separated list of headers to not use in signature. For instance, to cope...
Hello, I've noticed, that the libopendkim might segfault because of a assertion if I try to sign a message with newlines instead of CRLF via the chunk API with some...