Kategoriearchive: patches


DKIM-Patch 0.2.5

A new version of the DKIM-Patch for ISPConfig is available now. Download: DKIM-Patch Changes to 0.2.4: add amavis-configfile-location for centos 6.4 add amavis-initscrip-name for centos 6.4 fixed missing private_key in mail/mail_domain_dkim_create.php


DKIM-Patch 0.2.4 2

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


DKIM-Patch 0.2.3

A new version of the DKIM-Patch for ISPConfig is available now. Download: DKIM-Patch Changes to 0.2.2: 2013-10-11 skip writing dkim-values for inactive domains removed the public-dkim-key from the interface; the dns-record will be created within the dns-module. there is no need to display the public-key anymore. the public-key is also […]


WordPress 3.6.2 and qtranslate

Worpress 3.6.2. doesn´t work with qTranslate. The plugin is always disabled and the current version will not be accepted. There is the option to activate the plugin yet, but this will not work correctly. There is a simple workaround. wp-content/plugins/qtranslate/qtranslate.php die Zeile 90 wie folgt ändern: define(‘QT_SUPPORTED_WP_VERSION’, ‘3.6’); http://wordpress.org/support/topic/not-work-on-wp-36


patches for ISPConfig 3.0.5.3

My patches for the current verions of ISPConfig are available for download here. DKIM-Patch – Download dkim-022_ispconfig3.tar.gz add backup size to web backups – Download ispconfig3.0.5.3.backup_size.tgz rewrite ip on mirror(s) – Download ispconfig3053-rewritev6.patch Installation DKIM-Patch see here Installation add backup size to web backups cd /tmp wget blog.schaal-24.de/files/ispconfig3.0.5.3.backup_size.tgz tar xfvz […]


stop DNS replication in a ISPConfig cluster

The following post refers to http://www.howtoforge.com/forums/showthread.php?t=62702 When using several servers for web and / or mail, all must each be recorded in the DNS. But if one server fails, the DNS entries have to be adjusted accordingly; a round-robin DNS solution leads to timeouts, too. If only the local IP […]


ISPConfig – Remove mount –bind lines from df output in monitor

To remove the mount – -bind lines from df output in the monitor, only minor changes are needed. before after You must change only a few lines in /usr/local/ispconfig/server/lib/classes/monitor_tools.inc.php. Line 477 (direct after public function monitorDiskUsage() {: from global $conf; to global $app,$conf; Change line 488 from $dfData = shell_exec(‘df […]


ISPConfig – DKIM-Patch 57

This setup ist for dkim-patch up to 0.4.1. For newer versions please see here. I have already described how a DKIM key can insert into amavis with ISCPonfig automatically. While the former solution works, but is not controllable via the interface and thus also not apply to customers / clients […]