<div dir="ltr"><div><div><div><div><div>Lets say my domain is <a href="http://foxtrot.com">foxtrot.com</a> and we have SPF records for the SMTP servers on <a href="http://foxtrot.com">foxtrot.com</a>. Now lets say I have decided I want to allow <a href="http://alphazulu.com">alphazulu.com</a> to send mail as foxtrot.I know how to add <a href="http://alphazulu.com">alphazulu.com</a> to the SPF but If I wanted to also use DomainKeys or DKIM to authenticate <a href="http://alphazulu.com">alphazulu.com</a> would the keys need to be in foxtrots name or alphazulu? For example, <br><br></div>Would I use:<br><br><div>_<a href="http://domainkey.foxtrot.com">domainkey.foxtrot.com</a>.                  IN TXT          "t=y\; o=~\;"</div>
<div>xxxxxxx._<a href="http://domainkey.foxtrot.com">domainkey.foxtrot.com</a>.           IN TXT          "k=rsa\;<br></div>p=xxxxxxxxxxx<br><br></div>or <br><br><div>_<a href="http://domainkey.alphazulu.com">domainkey.alphazulu.com</a>.                  IN TXT          "t=y\; o=~\;"</div>
<div>xxxxxxx._<a href="http://domainkey.alphazulu.com">domainkey.alphazulu.com</a>.           IN TXT          "k=rsa\;<br></div>p=xxxxxxxxxxx<br><br></div>Also,<br>1) Who generates the keys? Foxtrot or Alphazulu?<br></div>2) Would I need both SPF and keys or would keys alone be enough to authenticate the other domain? ( I am in a position where I would like to use only keys) <br></div>3) Which one is better to use in terms of provider checking? For example, are providers even checking keys as much as they are SPF?<br><div><div><div><br></div></div></div></div>