OpenDKIM
OpenDKIM copied to clipboard
sounds like "MultipleSignatures" but more like "sign using RSA and look if there is also an ED25519 Key available" is this possible if SigningTable and KeyTable are ldap tables?
RFC 6376 quite clearly states, that keys published in DNS should be in base64-encoded RSAPublicKey format; examples and the whole world use SubjectPublicKeyInfo, but as long as errata https://www.rfc-editor.org/errata/eid3017 is...
Having recently inherited the maintainership for Gentoo Linux's OpenDKIM package, I suggest adding our [OpenRC](https://github.com/OpenRC/openrc) service scripts.
When option `AuthservIDWithJobID` is enabled, OpenDKIM produces authserv-ids in the format `/`. ``` Authentication-Results: mail.example.org/0C5B13F980; ... ``` Such authserv-ids are syntactically incorrect, unless quoting is used. According to RFC 8601,...
[root@foo ~]# systemctl restart opendkim Job for opendkim.service failed because a fatal signal was delivered causing the control process to dump core. See "systemctl status opendkim.service" and "journalctl -xe" for...
If an application has more than one verify context open, it may need to check how a given signature validates in each different context. The order that signatures appear is...
I get this error: ``` root@mail:/etc/postfix# sudo opendkim-genkey -b 2048 -d $MY_EMAIL_DOMAIN_NAME -D /etc/opendkim/keys/$MY_EMAIL_DOMAIN_NAME -s default -v opendkim-genkey: generating private key opendkim-genkey: openssl exited with status %d 1root@mail:/etc/postfix# ``` I...
miltertest provides the EOM check operation `MT_SMTPREPLY`, which allows testing which SMTP reply code, enhanced status code, and reply text a milter requested. However, being an *EOM* check, this feature...
see #51 If I haven't missed any important update to the DKIM spec, the current spec says: RFC6376, Section 3.6.1: > The "rsa" key type > indicates that an ASN.1...
Fedora 33 (release due Fall 2020) is expected to deprecate libdb 5.3.x, and cannot move forward to libdb 6.x due to license change to AGPL. Upstream projects such as opendkim...