OpenDKIM
http://www.opendkim.org/
OpenDKIM. OpenDKIM is a community effort to develop and maintain a C library for producing DKIM-aware applications and an open source milter for providing DKIM service.
OpenDKIM - ArchWiki
https://wiki.archlinux.org/index.php/OpenDKIM
OpenDKIM is an open source implementation of the DomainKeys Identified Mail (DKIM) sender authentication system. DKIM is supported by most common mail providers, including Yahoo, Google and Outlook.com.
opendkim - Debian Wiki
https://wiki.debian.org/opendkim
The opendkim package contains a full-featured DKIM milter implementation suitable for use with MTAs (mail servers) such as Postfix. DomainKeys Identified Mail (DKIM) combines several existing...
opendkim download | SourceForge.net
https://sourceforge.net/projects/opendkim/
Download opendkim for free. Open source DKIM library, MTA filter implementation and associated tools. opendkim, bad interface, please updates information about the project, thanks.
GitHub - trusteddomainproject/OpenDKIM
https://github.com/trusteddomainproject/OpenDKIM
opendkim-dev Chatter among OpenDKIM developers. opendkim-cvs Automated source code change announcements. May be renamed soon to something more general since we're moving away from CVS.
How To Install and Configure DKIM with Postfix on... | DigitalOcean
https://www.digitalocean.com/community/tutorials/how-to-install-and-configure-dkim-with-postfix-on-debian-wheezy
Install OpenDKIM and it's dependencies: sudo apt-get install opendkim opendkim-tools. Additional packages will be listed as dependencies, type yes and press Enter to continue.
Eland Systems resources on how to install OpenDKIM and configure...
http://elandsys.com/resources/mail/dkim/opendkim.html
cp opendkim/opendkim.conf.sample /etc/opendkim.conf. opendkim.conf manual. ADSPDiscard (Boolean) If "true", requests rejection of messages which are determined to be suspicious according...
Postfix/DKIM - Community Help Wiki
https://help.ubuntu.com/community/Postfix/DKIM
opendkim-genkey -t -s mail -d ubuntu.ro. This will generate two files: mail.private which is your private key, and mail.txt which is your DNS record containing your public key.
OpenDKIM - Gentoo Wiki
https://wiki.gentoo.org/wiki/OpenDKIM
Using a local socket to communicate securely with an MTA requires some subtle configuration. The four security goals achieved are: Allow OpenDKIM to read the DKIM signing keys. Allow the MTA to read and write to a shared socket file. Do not allow the MTA to read the DKIM signing keys.