dkim_selector=x2, it is OK. But a directadmin server with "x2" do not expect to see "x" in backups, I believe.dkim_selector=x2 in settings?DA doesn't create the record "x2" during restore.
So one can choose wheather or not to use the SPF value from the backup.Restore with SPF values from backup. (unchecked: Use local spf values)
dkim_selector which is set in the directadmin.conf file instead of using the ones from the backup.Well then this is a bug, because a DKIM record should work no matter what theUse "x" from the backup is useless and email sender doesn't work either, because I build the Exim with "dkim_selector=x2".
dkim_selector in the directadmin.conf says.Do you really mean "not send" or do you mean that it will be refused by the receiving mailserver?Missing this record, the email won't send.
# grep -r 'dkim_selector' /etc/
/etc/exim.dkim.conf: dkim_selector = x2
# cat /etc/exim.dkim.conf
#1.7
dkim_domain = ${if \
eq{$sender_address_domain} {}\
{${lookup {${lc:${domain:$h_from:}}} lsearch,ret=key {/etc/virtual/domainowners}\
{$value}\
{$primary_hostname}\
}}\
{${lookup {$sender_address_domain} lsearch,ret=key {/etc/virtual/domainowners}\
{$value}\
{$primary_hostname}\
}}\
}
dkim_selector = x2
dkim_private_key = ${if exists{/etc/virtual/$dkim_domain/dkim.private.key}{/etc/virtual/$dkim_domain/dkim.private.key}{0}}
dkim_canon = relaxed
dkim_strict = 0