DKIM-Patch 0.2.4 2


Es ist eine neue Version des DKIM-Patch für ISPConfig verfügbar.

Download: DKIM-Patch

Changes to 0.2.3:


add the DNS-entry for the public-key to the interface
add DKIM-Keys to the resync-tool
code-review of the server-plugin
better variable quoting in sql queries


Schreibe einen Kommentar

Deine E-Mail-Adresse wird nicht veröffentlicht. Erforderliche Felder sind markiert *

2 Gedanken zu “DKIM-Patch 0.2.4

  • Angel

    Hello i’m using centos 6.4 x64 and ispconfig 3.0.5.3
    I followed the instructions in the file INSTALL.TXT but …
    amavisd testkeys
    No DKIM private keys declared in a config file.

    I modified the file mail_plugin_dkim.inc.php
    function get_amavis_config() {
    $pos_config=array(
    ‘/etc/amavisd/amavisd.conf’,


    function restart_amavis() {
    global $app, $conf;
    $initfile=$conf[‘init_scripts’].’/amavisd’;
    $app->log(‘Restarting amavis.’, LOGLEVEL_DEBUG);
    exec(escapeshellarg($conf[‘init_scripts’]).escapeshellarg(‘/amavisd’).’ restart’, $output);

    permissions of amavisd.conf
    -rwxr–r– 1 root root 34653 nov 23 22:39 /etc/amavisd/amavisd.conf

    No files into folder /etc/postfix/dkim
    permissions in /etc/postfix/dkim
    drwxr-x— 2 amavis amavis 4096 nov 23 11:52 dkim

    In server config, mail DKIM Path /etc/postfix/dkim
    In mail domain enable DKIM
    i can see private key and record to add for DNS

    I see nothing strange in the maillog

    I apreciate help
    Thank’s

    • Florian Schaal Autor des Beitrags

      UPDATE: fixed with version 0.2.5

      As long as you can see the private-key and the dns-record in the interface the plugin itself works.
      Did you set the DKIM Path in server-config and saved the config afterwards?
      The permissions are ok.
      Could you debug the plugin as described here? You can send me the ouptput also by email.