Skip to main content

DKIM signature in DNS OK, but what when client sends also (legitimate) mail trough other servers ?

Comments

2 comments

  • cPRex Jurassic Moderator
    Hey there! I haven't personally heard of such a situation. The SPF record is there to define the IP address that can send messages, and you can add multiple IP addresses to those record types. DKIM records are a key that ensures the message isn't altered between the host and recipient, so it is not tied to any specific sender IP address but to the DNS zone itself.
    0
  • sparek-3
    The sending server would either need the same private key as on the cPanel server to sign the messages with. Or you could generate a second DKIM with a different selector. The other sending server wold sign the message with that private key. You would need to add the public key to the selector in the domain's DNS.
    0

Please sign in to leave a comment.