OpenDKIM
OpenDKIM copied to clipboard
Hi, my network is mostly IPv6 now, but adding my IPv6 to Peerlist results in: ``` [root@efa-1-1 postfix]# opendkim -x /etc/opendkim.conf -P /run/opendkim/opendkim.pid -v opendkim: /etc/opendkim.conf: 10.1.3.0/24 fd00:368::/16: dkimf_db_open(): Unknown...
The current `opendkim.service` file is not hardened, and `systemd-analyze security opendkim.service` reports an "UNSAFE" exposure level of 9.6. With the help of that tool I've applied some more security hardenings...
[Red Hat BZ#2056209](https://bugzilla.redhat.com/show_bug.cgi?id=2056209)
Noticed via monitoring (nagios) that postfix sometimes was hanging on a port25 health check, which I was able to correlate to seeing OpenDKIM Filter: accept() returned invalid socket in the...
Hi. I'm trying to investigate the cause of some weird problem where OpenDKIM stuck after some time and as the result, I will have a huge mail queue. The version...
Using _libbsd-overlay_ through pkg-config allows accessing `strlcpy`/`strlcat` by including `` and programming as if we're on BSD. This simplifies compatibility code massively. My interest here is making OpenDKIM work with...
It would be useful to be able to get opendkim to log to stdout/stderr in foreground mode. This would be specially useful on systems where no log agent (rsyslog/syslog-ng/etc...) is...
It looks like the libopendkim.c changes in Beta0 only use a single parameter for the key file/selector. In order to produce a double rsa-sha256/ed25519-sha256 signed message (which is operationally what...
In a clean VM with opendkim installed I now am getting command not found when I try to generate a key with opendkim-genkey OS: CentOS 8 Stream opendkim.x86_64: 2.11.0-0.28.el8 It...
opendkim 2.11.0-Beta2 reports in maillog: failed to parse Authentication-Results: header field I patched it to include the offending header content in the syslog to find it: Authentication-Results: spf=pass (sender IP...