DKIM functionality without patch?

Discussion in 'Installation/Configuration' started by zkvvoob, Jan 22, 2017.

  1. zkvvoob

    zkvvoob Member

    Hello,
    Is it necessary to install this DKIM Patch in ISPConfig 3.1 in order to use DKIM for email domains? Does enbling "Use DKIM" automatically start signing all outgoing messages?
    Thank you!
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    No. The code of the patch is included in 3.1.
     
  3. zkvvoob

    zkvvoob Member

    Thank you, Till!
    Unfortunately, after removing OpenDKIM, restarting Postfix, regenerating the DKIM keys and readding the public key to my DNS records and waiting more than 24 hours, emails sent to my personal Google accounts sill appear with

    Any idea what could be wrong with the ISPConfig so that messages don't get signed?
     
  4. florian030

    florian030 ISPConfig Developer ISPConfig Developer

  5. zkvvoob

    zkvvoob Member

    Hi Floran,
    Thanks for the tips. I've tried debugging amavisd, but it returns invalid (public key: not available). I guess I'll wait another 24 hours to make sure the changes in the DNS propagate and will try again.
    Here are the other results:
    Code:
    root@server:/home# dig default._domainkey.domain.my TXT
    
    ; <<>> DiG 9.9.5-3ubuntu0.9-Ubuntu <<>> default._domainkey.domain.my TXT
    ;; global options: +cmd
    ;; Got answer:
    ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 20860
    ;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1
    
    ;; OPT PSEUDOSECTION:
    ; EDNS: version: 0, flags:; udp: 512
    ;; QUESTION SECTION:
    ;default._domainkey.domain.my.        IN      TXT
    
    ;; Query time: 168 msec
    ;; SERVER: 8.8.8.8#53(8.8.8.8)
    ;; WHEN: Mon Jan 23 21:22:55 EET 2017
    ;; MSG SIZE  rcvd: 59
     

Share This Page