Comments on: Install and Configure openDKIM on Debian Squeeze https://www.rosehosting.com/blog/install-and-configure-opendkim-on-debian-squeeze/ Premium Linux Tutorials Since 2001 Fri, 03 Jun 2022 08:52:26 +0000 hourly 1 https://wordpress.org/?v=6.5.3 By: Daniel Sousa https://www.rosehosting.com/blog/install-and-configure-opendkim-on-debian-squeeze/#comment-42831 Thu, 22 Aug 2013 16:28:52 +0000 https://www.rosehosting.com/blog/?p=760#comment-42831 In Wheezy you also need to install the package opendkim-tools to have the command opendkim-genkey.

I also recommend you change the 2nd command from
$ mkdir /etc/opendkim/keys/your-domain.com
to
$ mkdir -p /etc/opendkim/keys/your-domain.com
because de dir /etc/opendkim (at least not in wheezy)

Thank you very much for your blog post!

]]>
By: Simon https://www.rosehosting.com/blog/install-and-configure-opendkim-on-debian-squeeze/#comment-42724 Wed, 03 Jul 2013 09:50:24 +0000 https://www.rosehosting.com/blog/?p=760#comment-42724 You add a private key here KeyFile /etc/opendkim/keys/your-domain.com/mail.private,
yet you then add multiple domain ( I have 27 domains for signing ) into other files. I suppose you are using the same key for signing all of your domains, which is a bit insecure ( or lazy ) :D

]]>