Yearly Archives: 2013


merry x-mas

I wish you a merry christmas and a happy new year 2013.


restore the debian-sys-maint MySQL user

If you’ve accidentally deleted the debian-sys-maint user, you can easily re-create the user. The password is stored in /etc/mysql/debian.cnf: # Automatically generated for Debian scripts. DO NOT TOUCH! [client] host = localhost user = debian-sys-maint password = TOP-SECRET socket = /var/run/mysqld/mysqld.sock [mysql_upgrade] host = localhost user = debian-sys-maint password = […]


problems upgrading to mysql 5.5.33 on debian wheezy 1

I had a few problems with the update of the MySQL server from 5.5.31 to 5.5.33. apt-get upgrade only led to Error: Sub-process /usr/bin/dpkg returned an error code (1). For me it has helped to enter the full path for log-bin in /etc/mysql/my.cnf and .to set innodb_data_home_dir. I changed log-bin […]


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


Permission denied: mod_fcgid: couldn’t bind unix domain socket 1

After updating libapache2-mod-fcgid my websites won´t work anymore. I found the following error in apache`s error.log: [Sat Oct 12 09:33:53 2013] [error] (13)Permission denied: mod_fcgid: couldn’t bind unix domain socket /var/lib/apache2/fcgid//15907.67 [Sat Oct 12 09:33:53 2013] [warn] (13)Permission denied: mod_fcgid: spawn process /srv/www/php-fcgi-scripts/web319/.php-fcgi-starter error The problem were the rights for […]


send mail with postfix for certain domains using ipv4 or ipv6 only 4

To send outgoing mail with postfix for certain domains only over IPv6 or IPv4, only a few changes are required. The domains are registered in accordance /etc/postfix/transport examplev4.de smtp-ipv4-only: examplev6.de smtp-ipv6-only: /etc/postfix/master.cf: smtp-ipv4-only unix  –       –       n        –       –       smtp        -o inet_protocols=ipv4 smtp-ipv6-only unix  –       –       n        –       –       smtp        -o inet_protocols=ipv6 /etc/postfix/main.cf: transport_maps = hash:/etc/postfix/transport: Execute postmap hash:/etc/postfix/transport and […]


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 […]