Enabling DKIM for new domains

Amplificator

Verified User
Joined
Jul 2, 2019
Messages
61
How do I set DKIM to be enabled using new domains?

In the file:
/usr/local/directadmin/data/templates/custom/dns_txt.conf

..I have already added:
Code:
_dmarc="v=DMARC1; p=none;"
_domainkey="t=y; o=~;"

But I am unsure of how to generate the actual DKIM key automatically.
 
Last edited:
And have a good look what it says there, so if you want DKIM automatically created for new domains, it has to be:
./directadmin set dkim 1
so not 2.
 
Does the new method do it automatically for new domains as well?
Yes that is what I said:
so if you want DKIM automatically created for new domains,
If you use the 2, it will be present, but the customers need to activate it themselves. If you use 1 it will be added automatically without the need for the customer to do anything.
 
Back
Top