Skip to main content

Help with DKIM setup on multiple domains

Comments

3 comments

  • cPanelLauren
    I don't think DKIM is the issue with this based on a couple of things: 1. This shows the DKIM passes validation: dkim=pass header.i=@example.com header.s=default header.b=BPovsQzJ;
    2. This shows the delivery is going to a mailbox that may not exist: emailapplication@xx.xx.xxx.xxx.static.example.com - is that a valid email address? R=fail_remote_domains: The mail server could not deliver mail to emailapplication@xx.xx.xxx.xxx.static.example.com. The account or domain may not exist, they may be blacklisted, or missing the proper dns entries.
    0
  • Mike Keller
    I don't think DKIM is the issue with this based on a couple of things: 1. This shows the DKIM passes validation: dkim=pass header.i=@example.net header.s=default header.b=BPovsQzJ;
    2. This shows the delivery is going to a mailbox that may not exist: emailapplication@xx.xx.xxx.xxx.static.example.com - is that a valid email address? R=fail_remote_domains: The mail server could not deliver mail to emailapplication@xx.xx.xxx.xxx.static.example.com. The account or domain may not exist, they may be blacklisted, or missing the proper dns entries.

    Thanks for replying. Fixed the bounce issue by having to set themail routing for the example.com domain on the VPS to remote. However yes the dkim auth passes but it still is using the emailapplication dkim signature vs the example.com one. Is there any help you can give to get it to use the mycompany dkim signature when the from address is example.com? Basically, I need to somehow tell EXIM to dynamically sign the messages depending on the From address. Like; If domain exists on VPS for the from domain, use that domain's DKIM sig, else use the default example.net DKIM sig. I have been everywhere on the web looking for a solution. I believe SendGrid does this somehow but I have no idea who to contact for help. Thank you for any help you can give. Mike
    0
  • cPanelMichael
    Hello @Mike Keller, Can you review the thread linked below and let me know if this points you in the right direction in terms of customizing how the EXIM DKIM header is signed? Thank you.
    0

Please sign in to leave a comment.