Submitted by websmurf on Fri, 02/12/2021 - 08:01
As an addition to this issue: https://www.virtualmin.com/node/68967
We have DNS managed somewhere else (with fallback on different locations etc), so we cannot use the default integration. What I'm looking for is a way to add custom domains through the api.
I'm now manually putting them in through "Email Settings" -> "DomainKeys Identified Mail" -> "Domains to sign for" (technical name: extra).
It would be nice if there would be an API for that.
Status:
Fixed (pending)
Virtualmin version:
6.14
Webmin version:
1.970
Comments
Submitted by JamieCameron on Sat, 02/13/2021 - 15:16 Comment #1
I've just implemented this API for inclusion in the next release. You'll be able to run :
virtualmin set-dkim --add-extra example.com
Submitted by JamieCameron on Sat, 02/13/2021 - 15:16 Comment #2
Submitted by websmurf on Sun, 02/14/2021 - 09:55 Comment #3
Great, thanks!
Submitted by websmurf on Thu, 02/25/2021 - 10:25 Comment #4
Just an additional question in regards to this, is the remove alternative present as well?
For example?
virtualmin set-dkim --remove-extra example.com
Submitted by JamieCameron on Fri, 02/26/2021 - 00:24 Comment #5
Yes, it is
Submitted by websmurf on Fri, 02/26/2021 - 13:26 Comment #6
Great, thanks!