Anybody ported opendkim to Crux (add-on to postfix)
Hi, DKIM seems desirable these days for self-hosted e-mail MTA for my domains. opendkim seems the way to go as a postfix add-on (more precisely a "milter"). Attempting to ./configure this open source tarball failed from the lack of (BSD lineage) strlcpy and strlcat functions. Also, opendkim configuration has many options. My need is essentially message signature generation (i.e. no current interest in signature validation of incoming messages). Anybody having been there? Anybody having the same feeling about DKIM desirability? Thanks again for Crux distribution! - Thierry Noreau
Hi, Thierry, I've ported opendkim to crux, though it's not published in my public repo. For some reason I've not managed to keep the original ports so I had to reconstruct them. opendkim depends on libmilter and libbsd (which is probably what was missing regarding bsd lineage.) Attached are Pkgfiles for libmilter and opendkim as well as an opendkim init script. As they're quick reconstructions I haven't tested them thoroughly but with that said, I've been using opendkim on the crux.ninja domain for some time now without trouble. As for configuration, here's a sample (only uncommented lines shown): ---------- ExternalIgnoreList refile:/etc/opendkim/TrustedHosts InternalHosts refile:/etc/opendkim/TrustedHosts KeyTable refile:/etc/opendkim/KeyTable Mode sv PidFile /var/run/opendkim/opendkim.pid SigningTable refile:/etc/opendkim/SigningTable Socket local:/var/run/opendkim/opendkim.sock Syslog Yes UMask 002 UserID mail:mail ---------- See opendkim.conf(5) for more info on those... Hope that helps, Matt
participants (2)
-
Matt Housh
-
Thierry Moreau