Bug in VestaCP related to dns / dkim editing
Posted: Mon Jan 02, 2017 9:27 pm
1. uncheck "DKIM support" in Mail -> edit
2. recheck "DKIM Support" in Mail -> edit
The resulting record in Bind will be incorrect:
When it should not include the domain name.
Correct would be:
You can workaround this:
1. Open the DKIM dns record in one tab, in edit mode.
2. In another tab, open the dns again, and delete it, and click the + to add another.
3. Paste from the tab in step 1, into the tab in step 2. When you get to the "Record", only paste in "mail._domainkey" - leave off the domain.
4. Save and test
It should propagate after awhile (30 mins or less).
2. recheck "DKIM Support" in Mail -> edit
The resulting record in Bind will be incorrect:
Code: Select all
mail._domainkey.test.com 14400 IN TXT "k=rsa; p=MIGfMA0GCS....
Correct would be:
Code: Select all
mail._domainkey 14400 IN TXT "k=rsa; p=MIGfMA0GCS....
1. Open the DKIM dns record in one tab, in edit mode.
2. In another tab, open the dns again, and delete it, and click the + to add another.
3. Paste from the tab in step 1, into the tab in step 2. When you get to the "Record", only paste in "mail._domainkey" - leave off the domain.
4. Save and test
Code: Select all
dig @yourDNSserver.com -t txt mail._domainkey.yourdomain.com