Tagging-Archive: php


DKIM-Patch 1.1.9 6

Es ist eine neue Version des DKIM-Patch für ISPConfig verfügbar. Es handelt sich bei dieser Version um ein paar kleine Änderungen, die überwiegend nachträglich in die Version 1.1.8 integriert wurden. Download: DKIM-Patch Changes to 1.1.8: fixed shown public-dns record for dkim minor changes in server-plugin update rfc updated installer update […]


DKIM-Patch 1.1.8 13

Es ist eine neue Version des DKIM-Patch für ISPConfig verfügbar. Download: DKIM-Patch Changes to 1.1.7: for ISPConfig 3.0.5.4.p7 only add CSRF-Check from ISPConfig updated installer for ISPConfig 3.0.5.4.p7 changed config-file-check to prevent saving the keys in the wrong file if a single amavis-config-file exists after upgrading to a “split-config”


DKIM-Patch 1.1.7 4

Es ist eine neue Version des DKIM-Patch für ISPConfig verfügbar. Download: DKIM-Patch Changes to 1.1.6: german translation for DMARC fixed error during resync add latest dmarc-drafts increase size for txt-records to allow the admin to change txt-records for dkim


DKIM-Patch 1.1.6 4

Es ist eine neue Version des DKIM-Patch für ISPConfig verfügbar. Download: DKIM-Patch Changes to 1.1.5: allow the admin to change txt-records for dkim, dmarc and spf directly fixed fr-language for the resync-tool fixed regex for spf-includes


DKIM-Patch 1.1.5 24

Es ist eine neue Version des DKIM-Patch für ISPConfig verfügbar. Download: DKIM-Patch Changes to 1.1.4: create dkim-path during install DMARC requieres SPF and DKIM (this breaks the current draft but DMARC is useless if you use spf OR dkim) fixed an error if the dkim-path does not exists add missing […]


Spam-Kommentare von WordPress an blocklist.de melden

Mit dem Script wp-spamreport.php (als Download hier in meinem git) lassen sich jederzeit die als Spam markierten Kommentare der letzten 48 Stunden an blocklist.de melden. Dabei kommt es nicht darauf an, wann ein Kommentar als Spam markiert wurden (per Hand oder automatisch durch z.B. Antispam Bee), sondern nur dass die […]


php-Klasse für blocklist.de

Ich habe eine PHP-Class entwickelt, mit der die API von blocklist.de verwendet werden kann. Reports lassen sich so einfach in PHP erstellt und abschicken. $log = $blocklist->create_http_log($ip, $date); $log .= “\n\n”.$blocklist->create_comment(‘Spam-Comment’, $comment, $mail); $report = $blocklist->send_report($ip, ‘badbots’, $log); Auch die letzten Einträge lassen sich sehr leicht abfragen: $last_added = $blocklist->get_last_added(‘-60s’); […]


DKIM-Patch 1.1.4 9

Es ist eine neue Version des DKIM-Patch für ISPConfig verfügbar. Mit dieser Version verfügt ISPConfig über einen kompletten DMARC-Support. Die für DMARC erforderlichen DNS-Records (DKIM, SPF und DMARC) können bequem über einen Wizard angelegt werden. Bei Änderungen an der DKIM-Signierung werden die Records entsprechend angepasst und der die Policy des […]