DKIM-Patch 1.0 3


Die endgültige Version des DKIM-Patch für ISPConfig ist verfügbar.

Ich habe bewusst die Version auf 1.0 angehoben, da der Patch m.E. jetzt alle Funktionen enthält, um DKIM effektiv und automatisiert nutzen zu können.

Die wesentliche Änderung ist das automatische Anlegen / Aktualisieren der DNS-Records durch ISPConfig, wenn DKIM-Einstellungen für eine Domain geändert werden (erstmaliges Aktivieren, neuer Key etc.). Wenn ein neue Key erstellt wird, wird der vorhandene DNS-Eintrag nicht gelöscht, sondern ein zusätzlich angelegt und der Selektor ggf. modifiziert.

Die aktuelle Beschreibung ist hier verfügbar.

Download: DKIM-Patch

Changes to 0.4.1:


show full dns-record under mail DKIM-settings
clean-up code
make use of $app->system
add more security-checks for the dkim-path
update / create the dns-record for dkim when updating / creating the mail-domain


Hinterlasse einen Kommentar zu Daniel Torres Antworten abbrechen

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

3 Gedanken zu “DKIM-Patch 1.0

  • Daniel Torres

    Hi please compare current version dns_wizard.php with devel it is much diferent as I’v replied in email

    Best Regards
    Daniel Torres

  • Daniel Torres

    Hi,

    First of all thanks for the wonderful plugin.

    I’m having an error error_no_server_id

    it is because of this if

    if ($post_server_id) {
    …..
    } else {
    echo error
    }

    this is causing an normal user that dont only have one dns server to give this error because server id is never posted.

    } else {
    $server_id = 1;
    $post_server_id = false;
    }

    • Florian Schaal Autor des Beitrags

      This part is not related to the dkim-patch. Its the generall code from ispconfig when creating dns-records with the wizard.
      I just checked it out with the current release and the devel-version. I can`t redproduce your error.
      As this is not releated to the patch, i would like to discuss this with you by mail.