Your message dated Sun, 29 Dec 2019 17:30:53 +0100
with message-id <20191229163053.GA1486@azadi>
and subject line Re: opendkim: make some nice out-of-the-box configuration
has caused the Debian Bug report #890912,
regarding opendkim: make some nice out-of-the-box configuration
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
890912: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=890912
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: opendkim
Version: 2.9.2-2+deb8u1
Severity: wishlist
I had to do quite a lot of manual configuration tweaking in order to make this
run and integrate with Postfix. Perhaps it would make sense to create eg. the
signing and key table files (just with the comment on top, or empty), or
trusted.hosts file (likewise), and set the permissions correctly.
-- System Information:
Debian Release: 8.10
APT prefers oldstable
APT policy: (500, 'oldstable')
Architecture: amd64 (x86_64)
Kernel: Linux 3.16.0-4-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
Versions of packages opendkim depends on:
ii adduser 3.113+nmu3
ii libbsd0 0.7.0-2
ii libc6 2.19-18+deb8u10
ii libdb5.3 5.3.28-9+deb8u1
ii libldap-2.4-2 2.4.40+dfsg-1+deb8u3
ii liblua5.1-0 5.1.5-7.1
ii libmemcached11 1.0.18-4
ii libmemcachedutil2 1.0.18-4
ii libmilter1.0.1 8.14.4-8+deb8u2
ii libopendbx1 1.4.6-8
ii libopendkim9 2.9.2-2+deb8u1
ii librbl1 2.9.2-2+deb8u1
ii libssl1.0.0 1.0.1t-1+deb8u7
ii libunbound2 1.4.22-3+deb8u3
ii libvbr2 2.9.2-2+deb8u1
ii lsb-base 4.1+Debian13+nmu1
opendkim recommends no packages.
Versions of packages opendkim suggests:
ii opendkim-tools 2.9.2-2+deb8u1
-- Configuration Files:
/etc/default/opendkim changed [not included]
/etc/opendkim.conf changed [not included]
-- no debconf information
--- End Message ---
--- Begin Message ---
I’ve reviewed the current /etc/opendkim.conf file and I think it is
already as close as possible to a nice out-of-the-box configuration.
The only bits administrators have to adjust are:
• the (chroot) socket for Postfix – I don’t want to set this because
theoretically the MTA be something other than Postfix
• the usual site-specific Domain/KeyFile/Selector triple
That is, the installation procedure goes:
• install
• opendkim-genkey ...
• set socket and site config in /etc/opendkim.conf
• add user postfix to opendkim group if necessary
Of course, a more elaborate setup using signing tables, key tables etc.
requires more work, but for a minimal setup they’re not needed. I think
this is good enough, but feel free to suggest concrete improvements.
--- End Message ---