<?xml version="1.0" encoding="UTF-8"?> <rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
><channel><title>FAQforge &#187; ISPConfig 3</title> <atom:link href="http://www.faqforge.com/tag/ispconfig3/feed/" rel="self" type="application/rss+xml" /><link>http://www.faqforge.com</link> <description>Just another WordPress weblog</description> <lastBuildDate>Tue, 07 Sep 2010 19:06:55 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.0.1</generator> <item><title>Solve the warning: connect to mysql server 127.0.0.1: Too many connections</title><link>http://www.faqforge.com/linux/controlpanels/solve-the-warning-connect-to-mysql-server-127-0-0-1-too-many-connections/</link> <comments>http://www.faqforge.com/linux/controlpanels/solve-the-warning-connect-to-mysql-server-127-0-0-1-too-many-connections/#comments</comments> <pubDate>Tue, 07 Sep 2010 19:06:55 +0000</pubDate> <dc:creator>Till</dc:creator> <category><![CDATA[Controlpanels]]></category> <category><![CDATA[Debian]]></category> <category><![CDATA[Distributions]]></category> <category><![CDATA[Email]]></category> <category><![CDATA[ISPConfig 3]]></category> <category><![CDATA[MySQL]]></category> <category><![CDATA[Server]]></category> <category><![CDATA[Ubuntu]]></category><guid
isPermaLink="false">http://www.faqforge.com/?p=512</guid> <description><![CDATA[If you get the error message &#8220;connect to mysql server 127.0.0.1: Too many connections&#8221; in a log file, e.g. the mail.log file, then the max. number of mysql database connections on your server is reached. To increase the max. number of simultanious connections, edit the MySQL my.cnf file: vi /etc/mysql/my.cnf and add or change the [...]]]></description> <content:encoded><![CDATA[<div
class="tweetmeme_button" style="float: right; margin-left: 10px;"> <a
href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.faqforge.com%2Flinux%2Fcontrolpanels%2Fsolve-the-warning-connect-to-mysql-server-127-0-0-1-too-many-connections%2F"><br
/> <img
src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.faqforge.com%2Flinux%2Fcontrolpanels%2Fsolve-the-warning-connect-to-mysql-server-127-0-0-1-too-many-connections%2F&amp;source=tweetmeme&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br
/> </a></div><p>If you get the error message &#8220;connect to mysql server 127.0.0.1: Too many connections&#8221; in a log file, e.g. the mail.log file, then the max. number of mysql database connections on your server is reached. To increase the max. number of simultanious connections, edit the MySQL my.cnf file:<br
/><p
class="command">vi /etc/mysql/my.cnf</p><br
/> and add or change the lines for mysql max_connections and max_user_connections in the [mysqld] section of the my.cnf file:</p><p><span
class="system">[mysqld]<br
/> &#8230;&#8230;<br
/> max_connections        = 500<br
/> max_user_connections        = 500<br
/> &#8230;&#8230;.</span></p> ]]></content:encoded> <wfw:commentRss>http://www.faqforge.com/linux/controlpanels/solve-the-warning-connect-to-mysql-server-127-0-0-1-too-many-connections/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Secure /tmp and /dev/shm directories in a OpenVZ enviroment</title><link>http://www.faqforge.com/linux/controlpanels/ispconfig2/secure-tmp-and-devshm-directories-in-a-openvz-enviroment/</link> <comments>http://www.faqforge.com/linux/controlpanels/ispconfig2/secure-tmp-and-devshm-directories-in-a-openvz-enviroment/#comments</comments> <pubDate>Tue, 31 Aug 2010 09:06:27 +0000</pubDate> <dc:creator>Till</dc:creator> <category><![CDATA[ISPConfig 2]]></category> <category><![CDATA[ISPConfig 3]]></category> <category><![CDATA[Server]]></category> <category><![CDATA[Virtualisation]]></category> <category><![CDATA[OpenVZ]]></category><guid
isPermaLink="false">http://www.faqforge.com/?p=504</guid> <description><![CDATA[The /tmp and /dev/shm directories of a OpenVZ virtual machine shall be mounted without suid and exec permissions. To achieve this, create a a shell script on the host server for every virtual machine which contains the commands to remount the directories. This script will be started automatically by openvz when the VM is started. [...]]]></description> <content:encoded><![CDATA[<div
class="tweetmeme_button" style="float: right; margin-left: 10px;"> <a
href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.faqforge.com%2Flinux%2Fcontrolpanels%2Fispconfig2%2Fsecure-tmp-and-devshm-directories-in-a-openvz-enviroment%2F"><br
/> <img
src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.faqforge.com%2Flinux%2Fcontrolpanels%2Fispconfig2%2Fsecure-tmp-and-devshm-directories-in-a-openvz-enviroment%2F&amp;source=tweetmeme&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br
/> </a></div><p>The /tmp and /dev/shm directories of a OpenVZ virtual machine shall be mounted without suid and exec permissions. To achieve this, create a a shell script on the host server for every virtual machine which contains the commands to remount the directories. This script will be started automatically by openvz when the VM is started.</p><p>I will use VPSID as placeholder for the ID of the virtual machine in the commands and the script. Replace VPSID with the id of the virtual machine that you want to create the script for, e.g. replace VPSID with 101.</p><p>Create the script:<br
/><p
class="command">vi /etc/vz/conf/VPSID.mount</p><br
/> and insert the following lines:<br
/><pre><p class="system">#!/bin/bash
mount -n --bind -onosuid,noexec /vz/vps/VPSID/tmp /vz/root/VPSID/tmp
mount -n --bind -onosuid,noexec /vz/vps/VPSID/shm /vz/root/VPSID/dev/shm
exit ${?}</p></pre><br
/> now make the sscript executable:<br
/><p
class="command">chmod 700 /etc/vz/conf/VPSID.mount</p></p> ]]></content:encoded> <wfw:commentRss>http://www.faqforge.com/linux/controlpanels/ispconfig2/secure-tmp-and-devshm-directories-in-a-openvz-enviroment/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Migrate physical server system to OpenVZ virtual machine</title><link>http://www.faqforge.com/linux/controlpanels/migrate-physical-server-system-to-openvz-virtual-machine/</link> <comments>http://www.faqforge.com/linux/controlpanels/migrate-physical-server-system-to-openvz-virtual-machine/#comments</comments> <pubDate>Tue, 31 Aug 2010 08:51:13 +0000</pubDate> <dc:creator>Till</dc:creator> <category><![CDATA[Controlpanels]]></category> <category><![CDATA[ISPConfig 2]]></category> <category><![CDATA[ISPConfig 3]]></category> <category><![CDATA[Virtualisation]]></category> <category><![CDATA[OpenVZ]]></category><guid
isPermaLink="false">http://www.faqforge.com/?p=501</guid> <description><![CDATA[In case you plan to virtualize your server infrastructure and migrate physical servers to OpenVZ virtual machines, you may find this tutorial helpful: http://wiki.openvz.org/Physical_to_container I used this to migrate a ISPConfig Debian system to OpenVZ successfully.]]></description> <content:encoded><![CDATA[<div
class="tweetmeme_button" style="float: right; margin-left: 10px;"> <a
href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.faqforge.com%2Flinux%2Fcontrolpanels%2Fmigrate-physical-server-system-to-openvz-virtual-machine%2F"><br
/> <img
src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.faqforge.com%2Flinux%2Fcontrolpanels%2Fmigrate-physical-server-system-to-openvz-virtual-machine%2F&amp;source=tweetmeme&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br
/> </a></div><p>In case you plan to virtualize your server infrastructure and migrate physical servers to OpenVZ virtual machines, you may find this tutorial helpful:</p><p><a
href="http://wiki.openvz.org/Physical_to_container" target="_blank">http://wiki.openvz.org/Physical_to_container</a></p><p>I used this to migrate a ISPConfig Debian system to OpenVZ successfully.</p> ]]></content:encoded> <wfw:commentRss>http://www.faqforge.com/linux/controlpanels/migrate-physical-server-system-to-openvz-virtual-machine/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>How to disable spamfilter- and antivirus functions in ISPConfig 3</title><link>http://www.faqforge.com/linux/controlpanels/ispconfig3/how-to-disable-spamfilter-and-antivirus-functions-in-ispconfig-3/</link> <comments>http://www.faqforge.com/linux/controlpanels/ispconfig3/how-to-disable-spamfilter-and-antivirus-functions-in-ispconfig-3/#comments</comments> <pubDate>Wed, 14 Jul 2010 12:52:27 +0000</pubDate> <dc:creator>Till</dc:creator> <category><![CDATA[Debian]]></category> <category><![CDATA[Distributions]]></category> <category><![CDATA[Email]]></category> <category><![CDATA[ISPConfig 3]]></category> <category><![CDATA[Server]]></category> <category><![CDATA[Ubuntu]]></category> <category><![CDATA[Amavisd]]></category> <category><![CDATA[ClamAV]]></category><guid
isPermaLink="false">http://www.faqforge.com/?p=490</guid> <description><![CDATA[If you use a mailserver wil very low ram (&#60; 500 MB) and a slow CPU then it might be nescessary to disable the spam- and antivirus filter functions in ISPConfig 3 as amavisd and clamav might be too heavy for your server hardware. The steps to disable clamav and amavisd are: Edit postfix main.cf [...]]]></description> <content:encoded><![CDATA[<div
class="tweetmeme_button" style="float: right; margin-left: 10px;"> <a
href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.faqforge.com%2Flinux%2Fcontrolpanels%2Fispconfig3%2Fhow-to-disable-spamfilter-and-antivirus-functions-in-ispconfig-3%2F"><br
/> <img
src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.faqforge.com%2Flinux%2Fcontrolpanels%2Fispconfig3%2Fhow-to-disable-spamfilter-and-antivirus-functions-in-ispconfig-3%2F&amp;source=tweetmeme&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br
/> </a></div><p>If you use a mailserver wil very low ram (&lt; 500 MB) and a slow CPU then it might be nescessary to disable the spam- and antivirus filter functions in ISPConfig 3 as amavisd and clamav might be too heavy for your server hardware. The steps to disable clamav and amavisd are:</p><p>Edit postfix main.cf file<br
/><p
class="command">vi /etc/postfix/main.cf</p><br
/> and comment out these lines by adding a &#8220;#&#8221; in front of them:<br
/><pre><p class="system"># content_filter = amavis:[127.0.0.1]:10024
# receive_override_options = no_address_mappings</p></pre><br
/> Then restart postfix:<br
/><p
class="command">/etc/init.d/postfix restart</p><br
/> Now stop and disable the services. The following commands are for Debian and Ubuntu, the commands for other Linux distributions may vary<br
/><pre><p class="command">/etc/init.d/clamav-daemon stop
/etc/init.d/clamav-freshclam stop
/etc/init.d/amavis stop</p></pre><br
/><pre><p class="command">update-rc.d -f clamav-daemon remove
update-rc.d -f clamav-freshclam remove
update-rc.d -f amavis remove</p></pre><br
/> P The normal mail receive and send functions will still work after this modification. But please be aware that disabling amavisd and clamav will disable all spam-  and antivirus filtering so that the spamfiltering options that can be configured in the ispconfig interface will have any effect on mail delivery and no spam and viruses will get filtered.</p><p>The changes in postfix main.cf will get overwitten by a ispconfig software update when you select to reconfigure services during upadte, so you should comment out the lines again after you install a ispconfig update.</p> ]]></content:encoded> <wfw:commentRss>http://www.faqforge.com/linux/controlpanels/ispconfig3/how-to-disable-spamfilter-and-antivirus-functions-in-ispconfig-3/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>How to solve the ClamAV error &#8220;This version of the ClamAV engine is outdated&#8221; on Debian 5.0 (Lenny)</title><link>http://www.faqforge.com/linux/how-to-solve-the-clamav-error-this-version-of-the-clamav-engine-is-outdated-on-debian-5-0-lenny/</link> <comments>http://www.faqforge.com/linux/how-to-solve-the-clamav-error-this-version-of-the-clamav-engine-is-outdated-on-debian-5-0-lenny/#comments</comments> <pubDate>Fri, 16 Apr 2010 14:16:28 +0000</pubDate> <dc:creator>Till</dc:creator> <category><![CDATA[Controlpanels]]></category> <category><![CDATA[Debian]]></category> <category><![CDATA[Distributions]]></category> <category><![CDATA[Email]]></category> <category><![CDATA[ISPConfig 3]]></category> <category><![CDATA[Linux & Unix]]></category> <category><![CDATA[Server]]></category> <category><![CDATA[Amavisd]]></category> <category><![CDATA[ClamAV]]></category><guid
isPermaLink="false">http://www.faqforge.com/?p=442</guid> <description><![CDATA[As of today, all ClamAV 0.94 or older installs will stop working. The Debian project has not released updates for their current stable release (5.0) yet to solve this, but there is a workaround. The Debain volatile project provides newer clamav versions. The installation steps to install ClamAV 0.95.3 on Debian lenny are: 1) Add [...]]]></description> <content:encoded><![CDATA[<div
class="tweetmeme_button" style="float: right; margin-left: 10px;"> <a
href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.faqforge.com%2Flinux%2Fhow-to-solve-the-clamav-error-this-version-of-the-clamav-engine-is-outdated-on-debian-5-0-lenny%2F"><br
/> <img
src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.faqforge.com%2Flinux%2Fhow-to-solve-the-clamav-error-this-version-of-the-clamav-engine-is-outdated-on-debian-5-0-lenny%2F&amp;source=tweetmeme&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br
/> </a></div><p>As of today, all ClamAV 0.94 or older installs will stop working. The Debian project has not released updates for their current stable release (5.0) yet to solve this, but there is a workaround. The Debain volatile project provides newer clamav versions. The installation steps to install ClamAV 0.95.3 on Debian lenny are:</p><p>1) Add the debian volatile repository to the sources list:<br
/><p
class="command">echo &quot;deb http://volatile.debian.org/debian-volatile lenny/volatile main contrib non-free&quot; &gt;&gt; /etc/apt/sources.list</p><br
/> 2) Update the sources and install the new clamav package:<br
/><pre><p class="command">apt-get update
apt-get install clamav
apt-get -u upgrade</p></pre><br
/> 3) If you use amavisd-new (e.g. if you use a ISPConfig 3 server) then restart amavisd:<br
/><p
class="command">/etc/init.d/amavis restart</p></p> ]]></content:encoded> <wfw:commentRss>http://www.faqforge.com/linux/how-to-solve-the-clamav-error-this-version-of-the-clamav-engine-is-outdated-on-debian-5-0-lenny/feed/</wfw:commentRss> <slash:comments>4</slash:comments> </item> <item><title>How to redirect requests for domain names without www to www.domain.tld</title><link>http://www.faqforge.com/linux/controlpanels/how-to-redirect-requests-to-domain-names-without-www-to-www-domain-tld/</link> <comments>http://www.faqforge.com/linux/controlpanels/how-to-redirect-requests-to-domain-names-without-www-to-www-domain-tld/#comments</comments> <pubDate>Mon, 22 Mar 2010 13:24:53 +0000</pubDate> <dc:creator>Till</dc:creator> <category><![CDATA[Controlpanels]]></category> <category><![CDATA[ISPConfig 2]]></category> <category><![CDATA[ISPConfig 3]]></category> <category><![CDATA[Server]]></category> <category><![CDATA[Webserver]]></category> <category><![CDATA[apache]]></category><guid
isPermaLink="false">http://www.faqforge.com/?p=429</guid> <description><![CDATA[Many webmasters want to redirect users that access their websites with &#8220;domain.tld&#8221; automatically to &#8220;www.domain.tld&#8221;. If you use the Apache web server, you can do this by using Apache rewrite rules. Add a .htaccess file with the following content in the root directory of the website: Options +FollowSymlinks RewriteEngine On RewriteCond %{HTTP_HOST}//s%{HTTPS} ^[^w][^w][^w][^.].*//((s)on¦s.*) [NC] RewriteRule [...]]]></description> <content:encoded><![CDATA[<div
class="tweetmeme_button" style="float: right; margin-left: 10px;"> <a
href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.faqforge.com%2Flinux%2Fcontrolpanels%2Fhow-to-redirect-requests-to-domain-names-without-www-to-www-domain-tld%2F"><br
/> <img
src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.faqforge.com%2Flinux%2Fcontrolpanels%2Fhow-to-redirect-requests-to-domain-names-without-www-to-www-domain-tld%2F&amp;source=tweetmeme&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br
/> </a></div><p>Many webmasters want to redirect users that access their websites with &#8220;domain.tld&#8221; automatically to &#8220;www.domain.tld&#8221;. If you use the Apache web server, you can do this by using Apache rewrite rules.</p><p>Add a .htaccess file with the following content in the root directory of the website:<br
/><pre><p class="command">Options +FollowSymlinks
RewriteEngine On
RewriteCond %{HTTP_HOST}//s%{HTTPS} ^[^w][^w][^w][^.].*//((s)on¦s.*) [NC]
RewriteRule ^ http%2://www.%{HTTP_HOST}%{REQUEST_URI} [L,R=301]</p></pre><br
/> If you use ISPConfig as hosting control panel, you can add these rules also in the Apache directives field of the website.</p><p>Thanks to &#8220;<a
href="http://www.webmasterworld.com/forum92/5253.htm" target="_blank">extras</a>&#8221; from webmasterworld for this useful rewrite rule.</p> ]]></content:encoded> <wfw:commentRss>http://www.faqforge.com/linux/controlpanels/how-to-redirect-requests-to-domain-names-without-www-to-www-domain-tld/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>How to disable Apache mod_security for a website in ISPConfig 3.</title><link>http://www.faqforge.com/linux/how-to-disable-apache-mod_security-for-a-website-in-ispconfig-3/</link> <comments>http://www.faqforge.com/linux/how-to-disable-apache-mod_security-for-a-website-in-ispconfig-3/#comments</comments> <pubDate>Wed, 10 Mar 2010 14:59:06 +0000</pubDate> <dc:creator>Till</dc:creator> <category><![CDATA[ISPConfig 3]]></category> <category><![CDATA[Linux & Unix]]></category> <category><![CDATA[Server]]></category> <category><![CDATA[Webserver]]></category> <category><![CDATA[apache]]></category><guid
isPermaLink="false">http://www.faqforge.com/?p=417</guid> <description><![CDATA[If you use mod_security on your server you might encounter that a website script is not compatible with mod_security. To disable mod_security (v2) for a website, add the following code into the apache directives field: &#60;IfModule mod_security2.c&#62; SecRuleEngine Off &#60;/IfModule&#62; For the older mod_security 1 version, use these configuration directives: &#60;IfModule mod_security.c&#62; SecFilterEngine Off &#60;/IfModule&#62; [...]]]></description> <content:encoded><![CDATA[<div
class="tweetmeme_button" style="float: right; margin-left: 10px;"> <a
href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.faqforge.com%2Flinux%2Fhow-to-disable-apache-mod_security-for-a-website-in-ispconfig-3%2F"><br
/> <img
src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.faqforge.com%2Flinux%2Fhow-to-disable-apache-mod_security-for-a-website-in-ispconfig-3%2F&amp;source=tweetmeme&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br
/> </a></div><p>If you use mod_security on your server you might encounter that a website script is not compatible with mod_security. To disable mod_security (v2) for a website, add the following code into the apache directives field:<br
/><pre><p class="command">&lt;IfModule mod_security2.c&gt;
SecRuleEngine Off
&lt;/IfModule&gt;</p></pre><br
/> <a
href="http://www.faqforge.com/wp-content/uploads/2010/03/modsec_isp3.jpg"><img
class="aligncenter size-full wp-image-418" title="modsec_isp3" src="http://www.faqforge.com/wp-content/uploads/2010/03/modsec_isp3.jpg" alt="" width="436" height="386" /></a></p><p>For the older mod_security 1 version, use these configuration directives:<br
/><pre><p class="command">&lt;IfModule mod_security.c&gt;
SecFilterEngine Off
&lt;/IfModule&gt;</p></pre><br
/> Thanks to <a
href="http://www.planetfox.de/" target="_blank">Planetfox</a> for this tipp.</p> ]]></content:encoded> <wfw:commentRss>http://www.faqforge.com/linux/how-to-disable-apache-mod_security-for-a-website-in-ispconfig-3/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>How to Update ISPConfig 3</title><link>http://www.faqforge.com/linux/controlpanels/ispconfig3/how-to-update-ispconfig-3/</link> <comments>http://www.faqforge.com/linux/controlpanels/ispconfig3/how-to-update-ispconfig-3/#comments</comments> <pubDate>Fri, 19 Feb 2010 13:19:11 +0000</pubDate> <dc:creator>Till</dc:creator> <category><![CDATA[Debian]]></category> <category><![CDATA[Distributions]]></category> <category><![CDATA[ISPConfig 3]]></category> <category><![CDATA[Ubuntu]]></category><guid
isPermaLink="false">http://www.faqforge.com/?p=400</guid> <description><![CDATA[The ISPConfig update script is a easy way to update a ISPConfig 3 installation. If you want to backup the installation before, take a look at the instructions at the end of the article. To update ISPConfig 3, login as root user on the shell of your server and run the command: ispconfig_update.sh &#62;&#62; Update [...]]]></description> <content:encoded><![CDATA[<div
class="tweetmeme_button" style="float: right; margin-left: 10px;"> <a
href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.faqforge.com%2Flinux%2Fcontrolpanels%2Fispconfig3%2Fhow-to-update-ispconfig-3%2F"><br
/> <img
src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.faqforge.com%2Flinux%2Fcontrolpanels%2Fispconfig3%2Fhow-to-update-ispconfig-3%2F&amp;source=tweetmeme&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br
/> </a></div><p>The ISPConfig update script is a easy way to update a ISPConfig 3 installation. If you want to backup the installation before, take a look at the instructions at the end of the article.</p><p>To update ISPConfig 3, login as root user on the shell of your server and run the command:<br
/><p
class="command">ispconfig_update.sh</p><br
/> <span
class="system">&gt;&gt; Update</span><br
/><pre><p class="system">Please choose the update method. For production systems select &#039;stable&#039;.
The update from svn is only for development systems and may break your current setup.</p></pre><br
/><p
class="system">Select update method (stable,svn) [stable]:</p><br
/> You should always select &#8220;stable&#8221; on a production system. The &#8220;svn&#8221; version is only suitable for ISPConfig 3 development.</p><p>The updater will then check the version of your system, download the latest update and starts the update process. In the next step, enter the mysql root password:<br
/><pre><p class="system">This application will update ISPConfig 3 on your server.
MySQL root password []:</p></pre><br
/> Then you were asked if the services shall be reconfigured:<br
/><p
class="system">Reconfigure Services? (yes,no) [yes]:</p><br
/> You should choose &#8220;yes&#8221; here, only if you modified your system configuration manually, it might be better to choose no. But in this case, new features in ISPConfig might not work or functions might stop working until you adjusted the config files manually. So its always a good choice to select &#8216;yes&#8217; here. In the next step, select the ispconfig port:<br
/><p
class="system">ISPConfig Port [8080]:</p><br
/> Port 8080 is the default, if you have not changed it, press enter. Otherwise enter the port number and then press enter. As the last step, you wre asked if the crontab shall get reconfigured, you can select yes here by just pressing return.<br
/><p
class="system">Reconfigure Crontab? (yes,no) [yes]:</p><br
/> The ISPConfig updater will then update the ispconfig files and restart services, if the configuration has been changed.</p><p><strong>Backup before updates<br
/> </strong></p><p>Before you update a software, it is always a good idea to backup all relevant data. This enables you to restore the software version that you had before in case of an error. The steps to create a backup of the ispconfig software and settings are:</p><p>Create a backup folder:<br
/><pre><p class="command">mkdir /home/backup
chmod 700 /home/backup
cd /home/backup</p></pre><br
/> Backup the database<br
/><p
class="command">mysqldump -u root -p dbispconfig &gt; dbispconfig.sql</p><br
/> Backup the ISPConfig software<br
/><p
class="command">tar pcfz ispconfig_software.tar.gz /usr/local/ispconfig</p><br
/> Backup the configuration files in /etc<br
/><p
class="command">tar pcfz etc.tar.gz /etc</p><br
/> This backup does not include the emails and website data.</p> ]]></content:encoded> <wfw:commentRss>http://www.faqforge.com/linux/controlpanels/ispconfig3/how-to-update-ispconfig-3/feed/</wfw:commentRss> <slash:comments>10</slash:comments> </item> <item><title>Keep the spamassassin filter rules up to date in ISPConfig 3</title><link>http://www.faqforge.com/linux/keep-the-spamassassin-filter-rules-up-to-date-in-ispconfig-3/</link> <comments>http://www.faqforge.com/linux/keep-the-spamassassin-filter-rules-up-to-date-in-ispconfig-3/#comments</comments> <pubDate>Fri, 05 Feb 2010 11:06:28 +0000</pubDate> <dc:creator>Till</dc:creator> <category><![CDATA[Debian]]></category> <category><![CDATA[Distributions]]></category> <category><![CDATA[Email]]></category> <category><![CDATA[ISPConfig 3]]></category> <category><![CDATA[Linux & Unix]]></category> <category><![CDATA[Server]]></category> <category><![CDATA[Ubuntu]]></category> <category><![CDATA[Spamassassin]]></category><guid
isPermaLink="false">http://www.faqforge.com/?p=395</guid> <description><![CDATA[To update the spamassassin rules regularily on your ISPConfig 3 server, add the following line to the root crontab by running: crontab -e then insert the following line: 23 4 */2 * * /usr/bin/sa-update --no-gpg &#38;amp;&#38;gt; /dev/null and save the file. The path to the sa-update script is /usr/bin/sa-update on Ubuntu and Debian Linux, if [...]]]></description> <content:encoded><![CDATA[<div
class="tweetmeme_button" style="float: right; margin-left: 10px;"> <a
href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.faqforge.com%2Flinux%2Fkeep-the-spamassassin-filter-rules-up-to-date-in-ispconfig-3%2F"><br
/> <img
src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.faqforge.com%2Flinux%2Fkeep-the-spamassassin-filter-rules-up-to-date-in-ispconfig-3%2F&amp;source=tweetmeme&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br
/> </a></div><p>To update the spamassassin rules regularily on your ISPConfig 3 server, add the following line to the root crontab by running:<br
/><p
class="command">crontab -e</p><br
/> then insert the following line:<br
/><p
class="command">23 4 */2 * * /usr/bin/sa-update --no-gpg &amp;amp;&amp;gt; /dev/null</p><br
/> and save the file. The path to the sa-update script is /usr/bin/sa-update on Ubuntu and Debian Linux, if you use a different linux distrubution, run the command:<br
/><p
class="command">which sa-update</p><br
/> to find the location of the sa-update script and adjust the path in the crontab line above so that it matches the path on your system.</p> ]]></content:encoded> <wfw:commentRss>http://www.faqforge.com/linux/keep-the-spamassassin-filter-rules-up-to-date-in-ispconfig-3/feed/</wfw:commentRss> <slash:comments>3</slash:comments> </item> <item><title>How to fix the spamassassin bug with the FH_DATE_PAST_20XX rule</title><link>http://www.faqforge.com/linux/how-to-fix-the-spamassassin-bug-with-the-fh_date_past_20xx-rule/</link> <comments>http://www.faqforge.com/linux/how-to-fix-the-spamassassin-bug-with-the-fh_date_past_20xx-rule/#comments</comments> <pubDate>Mon, 04 Jan 2010 14:49:08 +0000</pubDate> <dc:creator>Till</dc:creator> <category><![CDATA[Controlpanels]]></category> <category><![CDATA[Email]]></category> <category><![CDATA[ISPConfig 2]]></category> <category><![CDATA[ISPConfig 3]]></category> <category><![CDATA[Linux & Unix]]></category> <category><![CDATA[Server]]></category> <category><![CDATA[Spamassassin]]></category><guid
isPermaLink="false">http://www.faqforge.com/?p=362</guid> <description><![CDATA[Since january 1 2010, spamassassin is falsely marking non spam emails as spam due to an error in the regular expression of the FH_DATE_PAST_20XX rule. Description of the bug: https://secure.grepular.com/blog/index.php/2010/01/01/spamassassin-2010-bug/ To fix this, run the following command on the shell as root user: sa-update If you use the software ISPConfig 2 on your server, run [...]]]></description> <content:encoded><![CDATA[<div
class="tweetmeme_button" style="float: right; margin-left: 10px;"> <a
href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.faqforge.com%2Flinux%2Fhow-to-fix-the-spamassassin-bug-with-the-fh_date_past_20xx-rule%2F"><br
/> <img
src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.faqforge.com%2Flinux%2Fhow-to-fix-the-spamassassin-bug-with-the-fh_date_past_20xx-rule%2F&amp;source=tweetmeme&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br
/> </a></div><p>Since january 1 2010, spamassassin is falsely marking non spam emails as spam due to an error in the regular expression of the FH_DATE_PAST_20XX rule.</p><p>Description of the bug:</p><p>https://secure.grepular.com/blog/index.php/2010/01/01/spamassassin-2010-bug/</p><p>To fix this, run the following command on the shell as root user:<br
/><p
class="command">sa-update</p><br
/> If you use the software ISPConfig 2 on your server, run this command:<br
/><p
class="command">/home/admispconfig/ispconfig/tools/spamassassin/usr/bin/sa-update</p></p> ]]></content:encoded> <wfw:commentRss>http://www.faqforge.com/linux/how-to-fix-the-spamassassin-bug-with-the-fh_date_past_20xx-rule/feed/</wfw:commentRss> <slash:comments>6</slash:comments> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced) (user agent is rejected)
Database Caching 9/27 queries in 0.012 seconds using disk

Served from: www.faqforge.com @ 2010-09-09 17:32:47 -->