Forgotten DKIM GUI _domainkey Leftovers

This is somewhat related to https://virtualmin.com/node/27477

The "DNS records for additional domains" box in the DKIM configuration GUI shows two lines:

_domainkey IN TXT "t=y; o=-;"
SELECTOR._domainkey IN TXT ...

The first line is the discontinued domainkeys format and is (properly, and thankfully) not inserted into any DNS zones, but its removal has been forgotten from the GUI box. The DKIM GUI should only show the modern SELECTOR._domainkey entry.

Checking the code of /usr/libexec/webmin/virtual-server/dkim-lib.pl and /usr/libexec/webmin/virtual-server/dkim.cgi I also saw a few references to "_domainkey" that need to be removed.

Status: 
Closed (fixed)

Comments

Thanks - I'll fix this up in the next Virtualmin release.

Automatically closed -- issue fixed for 2 weeks with no activity.