Hello
now that we have gotten DKIM signing to work im sitting here thinking what if worst case senario came to pass..
all devices gets encrypted.
handing out the TXT record that the users need to enter into there dns servers what if it changes so you have to start from scratch.
this got me thinking can this be handeld by a CNAME entry if a selector is domain._domainkey cant the client just use CNAME like this
domain._domainkey.domain.com CNAME domain._domainkey.domain.net
so that if a server asks for domain._domainkey.domain.com it will be redirected to domain._domainkey.domain.net that has the DKIM signing key that is needed. will make it easyer to manage the DKIM signing for multiple clients. and domain._domainkey.domain.net is a TXT value with the correct signing key.
otherwise it will alot of stress in rebuilding and sending out emails to all the clients that use the DKIM signing.
now that we have gotten DKIM signing to work im sitting here thinking what if worst case senario came to pass..
all devices gets encrypted.
handing out the TXT record that the users need to enter into there dns servers what if it changes so you have to start from scratch.
this got me thinking can this be handeld by a CNAME entry if a selector is domain._domainkey cant the client just use CNAME like this
domain._domainkey.domain.com CNAME domain._domainkey.domain.net
so that if a server asks for domain._domainkey.domain.com it will be redirected to domain._domainkey.domain.net that has the DKIM signing key that is needed. will make it easyer to manage the DKIM signing for multiple clients. and domain._domainkey.domain.net is a TXT value with the correct signing key.
otherwise it will alot of stress in rebuilding and sending out emails to all the clients that use the DKIM signing.