Kategoriearchive: patches


CAA-Records with ISPConfig 2

Requirements: ISPConfig >= 3.1 and Bind DNS-Server Installation: cd /tmp wget https://www.schaal-it.com/downloads/caa-patch.tgz tar xfz caa-patch.tgz cd caa-patch php -q install.php Install this patch on all servers in a multiserver-setup. What is a CAA-Record? CAA can be used to determine which certification authority is allowed to issue certificates for the domain. […]


ISPConfig – Force Client Usernames To Lowercase 1

This is a quick fix for a Feature Request. If you want all usernames converted to lowercases, just create the file /usr/local/ispconfig/interface/lib/plugins/clients_plugin.inc.php with the following content: And set the permissions chown ispconfig.ispconfig /usr/local/ispconfig/interface/lib/plugins/clients_plugin.inc.php chmod 750 /usr/local/ispconfig/interface/lib/plugins/clients_plugin.inc.php You have to logout from ISPConfig and re-login to make use of the plugin.


ISPConfig 3.1 Beta released 4

Today the first beta version of ISPConfig 3.1 was released: http://www.ispconfig.org/blog/ispconfig-3-1-beta-released-testing/ Since the code for DKIM, mail backup and Database quota is part of ISPConfig 3.1, I will not continue at this place the development / bug fixes. Back ports are no longer necessary and the published work up to […]


DKIM-Patch 1.1.9 6

A new version of the DKIM-Patch for ISPConfig is available now. This version contains only a few small changes that were predominantly subsequently integrated into version 1.1.8. 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 import-script Supports ISPConfig […]


DKIM-Patch 1.1.8 13

A new version of the DKIM-Patch for ISPConfig is available now. 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 – public key: OpenSSL error: bad base64 decode 7

The used dns-server must a TXT-record with a length > 255 chars if you use a key-strength > 1024 bit. Otherwise amavis reports during the key-checks public key: OpenSSL error: bad base64 decode. If you run your own dns (bind) with ISPConfig just adjust the database dbispconfig on your dns-server, […]


DKIM-Patch 1.1.7 4

A new version of the DKIM-Patch for ISPConfig is available now. 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


ISPConfig – resync extended

Update 02/14/2015 Full translation Additionl options for resyncs Full or partial resync per server Hide Servers / Services with no corrresponing data The patch at git.schaal-24.de/ispconfig/resync extends the resync tool from ISPConfig. You can now use some more settings to resync and also select the server(s) where the resync will […]