OpenDKIM
OpenDKIM copied to clipboard
Fix Lua odkim.del_header() according to trusteddomainproject/OpenDKIM#191 : delete the actual requested header number instead of the first one.
The LUA final policy script functions odkim.add_rcpt, odkim.del_rcpt, odkim.del_header and odkim.quarantine need some Milter capability flags to be set (respectivley: SMFIF_ADDRCPT, SMFIF_DELRCPT, SMFIF_CHGHDRS and SMFIF_QUARANTINE), but these capabilities are not...
Can't find any info about what this error means and therefore how to rectify it. Any help appreciated. opendkim-testkey: 'default._domainkey.*******.com' unexpected reply class/type (-1/-1)
The _odkim.del_header(ctx, name, n)_ function offered for use in Lua final script is broken: it always deletes the first instance of the provided header instead of the _nth_ one. The...
This is a fix address issue #183, adding support for ed25519 keys to `opendkim-testkey`. With PR #202, we can use more than one algorithm/key type in a KeyTable. However as...
Good evening. It appears that DKIM verification fails on 1024-bit keys. This happens on both OpenSSL 1.1.1 and 3.1.4. Regards, Henrik Morsing
Versions: opendkim 2.11.0 OS Debian 11 I am running opendkim servers with a mysql backend for both the signing table and key table. This setup was working nicely with around...
Opendkim 2.10.3 has the following under build-aux README compile config.guess config.sub depcomp install-sh ltmain.sh missing test-driver Was there any reason they are not in the 2.11 beta2 build?
This extends KeyTable value fields as the issue comment https://github.com/trusteddomainproject/OpenDKIM/issues/6#issuecomment-393036103 said. With an extended KeyTable and lua script, I could confirm that the milter can both rsa-sha256 and ed25519-sha256 signature....
Before OpenDKIM 1.2.0, `dkim_code_to_name()` , `dim_name_to_code()` and nametables for conversion had been hidden from outside of the library as a part of global name consolidation. However as a result of...