Add DKIM signature in outbound Mail

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • abhilash.kumar.niit
    Senior Member
    • Sep 2024
    • 118

    #1

    Add DKIM signature in outbound Mail

    Hi ,

    how can i set the DKIM keys in the outbound email to ensure it is appended in the mail every time it is sent out from the system.
  • yuri
    Member
    • Mar 2014
    • 9144

    #2
    Hi,

    DKIM signature is supposed to be added by the SMTP server, not by the client.
    If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

    Comment

    • abhilash.kumar.niit
      Senior Member
      • Sep 2024
      • 118

      #3
      Hi,

      it is added on the SMTP but if the from address and from mail is changed than the private key of DKIM needs to be embeded in the mail as well.

      Comment

      • macistda
        Member
        • Jul 2022
        • 99

        #4
        I think you mean the public key not the private.
        Does the "from" adress exist on your e-mail server or not? If it is a sub-domain named adress maybe you have to config own DKIM entries. Depends on your DMARC policy.
        The E-Mails are signed by your server(s), not by your client(s).

        Comment

        Working...