When our DA-users send e-mail through F.E. Wordpress their sending address is [username]@sharedx.servername.net. mail-tester.com says the domainkey for sharedx.servername.net is not valid. We do have a valid DKIM for servername.net but not for the subdomain. I searched how to add a DKIM for the subdomain but cannot find the answer. I already tried through console:
cd /usr/local/directadmin/scripts
./dkim_create.sh sharedx.servername.net
but this does not change anything and does not work.
Hope someone can help me.
UPDATE:
I managed to get it working. I checked /etc/virtual/sharedx.servername.net and i did see the dkim.public.key file. I manually created a txt record for the domain name:
x._domainkey.sharedx.servername.net. TXT "v=DKIM1; k=rsa; p=[public key from dkim.public.key placed here]"
Now it works fine.
cd /usr/local/directadmin/scripts
./dkim_create.sh sharedx.servername.net
but this does not change anything and does not work.
Hope someone can help me.
UPDATE:
I managed to get it working. I checked /etc/virtual/sharedx.servername.net and i did see the dkim.public.key file. I manually created a txt record for the domain name:
x._domainkey.sharedx.servername.net. TXT "v=DKIM1; k=rsa; p=[public key from dkim.public.key placed here]"
Now it works fine.
Last edited: