![](https://secure.gravatar.com/avatar/fd58d7f00f8145bfbc8377ee10bbd971.jpg?s=120&d=mm&r=g)
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