Page 1 of 1

No DNS entries for DKIM?!

Posted: Tue Apr 03, 2018 10:35 am
by kobo1d
hi, i got automated spf and dmarc records, but there is no dkim record added to my bind templates.
i tried supsending, template changing, template rebuilding, but nothing works.
i wonder why did the dkim got added on the default domain during install,
but now it doesnt get added to all my other clients.

i tried adding a record to the template like this manually:

Code: Select all

ID='9' RECORD='mail._domainkey' TYPE='TXT' PRIORITY='' VALUE='"v=DKIM1; k=rsa; p=%p%"' SUSPENDED='no' TIME='%time%' DATE='%date%'
but it doesnt work. this variable is unknown.

and this also dont work:

Code: Select all

root@mail:~# v-add-mail-domain-dkim USER DOMAIN 1024
Error: DKIM=yes is already exists
root@mail:~#
im kinda stuck, pls help!

Re: No DNS entries for DKIM?!

Posted: Tue Apr 03, 2018 1:36 pm
by kobo1d
ok. well its because of the nature how vestacp handles this thing.
if the mail domain and dkim is allready generated BEFORE u mess with the dns, it wont work.
just disable dkim for the mail domain and then reenable it via cp.
tada -> dkim is there....