<?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; Debian</title> <atom:link href="http://www.faqforge.com/category/linux/distributions/debian/feed/" rel="self" type="application/rss+xml" /><link>http://www.faqforge.com</link> <description>Just another WordPress weblog</description> <lastBuildDate>Fri, 03 Feb 2012 13:47:23 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>Debugging of ISPConfig 3 server actions in case of a failure</title><link>http://www.faqforge.com/linux/debugging-ispconfig-3-server-actions-in-case-of-a-failure/</link> <comments>http://www.faqforge.com/linux/debugging-ispconfig-3-server-actions-in-case-of-a-failure/#comments</comments> <pubDate>Fri, 13 Jan 2012 09:03:18 +0000</pubDate> <dc:creator>Till</dc:creator> <category><![CDATA[CentOS]]></category> <category><![CDATA[Controlpanels]]></category> <category><![CDATA[Debian]]></category> <category><![CDATA[Distributions]]></category> <category><![CDATA[ISPConfig 3]]></category> <category><![CDATA[Linux & Unix]]></category> <category><![CDATA[Ubuntu]]></category><guid
isPermaLink="false">http://www.faqforge.com/?p=1627</guid> <description><![CDATA[The follwing article describes the steps that can be taken to debug the ISPConfig 3 server scripts. Enable the debug Loglevel in ISPConfig Login to the ISPConfig intterface and set the log level to Debug under System &#62; System &#62; Server Config (see also chapter 4.9.2.2 of the ISPConfig 3 manual) for the affected server. After [...]]]></description> <content:encoded><![CDATA[<p>The follwing article describes the steps that can be taken to debug the ISPConfig 3 server scripts.</p><p><strong>Enable the debug Loglevel in ISPConfig</strong></p><p>Login to the ISPConfig intterface and set the log level to Debug under System &gt; System &gt; Server Config (see also chapter 4.9.2.2 of the ISPConfig 3 manual) for the affected server. After one or two minutes, there should be more detailed messages in ISPConfig&#8217;s system log (Monitor &gt; System State (All Servers) &gt; Show System-Log).</p><p><strong>Disable the server.sh cronjob</strong></p><p>Go to the command line of the server on which the error happens (on multiserver systems, it is often the slave and not the master) and run (as root):</p><p
class="command">crontab -e</p><p>Comment out the server.sh cron job:</p><p><span
class="system">#* * * * * /usr/local/ispconfig/server/server.sh &gt; /dev/null >> /var/log/ispconfig/cron.log</span></p><p><strong>Run the server script manually to get detailed debug output</strong></p><p>Then run the command:</p><p
class="command">/usr/local/ispconfig/server/server.sh</p><p>This will display any errors directly on the command line which should help you to fix the error. If you have fixed<br
/> the error, please don&#8217;t forget to uncomment the server.sh cron job again.</p> ]]></content:encoded> <wfw:commentRss>http://www.faqforge.com/linux/debugging-ispconfig-3-server-actions-in-case-of-a-failure/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Apache mod-security installation on Debian 6.0 (squeeze)</title><link>http://www.faqforge.com/linux/apache-mod-security-installation-on-debian-6-0-squeeze/</link> <comments>http://www.faqforge.com/linux/apache-mod-security-installation-on-debian-6-0-squeeze/#comments</comments> <pubDate>Mon, 02 Jan 2012 11:20:06 +0000</pubDate> <dc:creator>Till</dc:creator> <category><![CDATA[Controlpanels]]></category> <category><![CDATA[Debian]]></category> <category><![CDATA[Distributions]]></category> <category><![CDATA[ISPConfig 3]]></category> <category><![CDATA[Linux & Unix]]></category> <category><![CDATA[Server]]></category> <category><![CDATA[Webserver]]></category> <category><![CDATA[apache]]></category> <category><![CDATA[squeeze]]></category><guid
isPermaLink="false">http://www.faqforge.com/?p=1486</guid> <description><![CDATA[Install the apache mod-security 2 module with apt from the Debian repositories apt-get install libapache-mod-security Create the folder for the mod-security configuration files mkdir /etc/apache2/mod-security chmod 600 /etc/apache2/mod-security Download and unpack the mod-security rules cd /tmp wget http://www.modsecurity.org/download/modsecurity-core-rules_2.5-1.6.1.tar.gz tar fvx modsecurity-core-rules_2.5-1.6.1.tar.gz mv *.conf /etc/apache2/mod-security/ ln -s /var/log/apache2 /etc/apache2/logs Configure apache to load the activated mod-security [...]]]></description> <content:encoded><![CDATA[<p>Install the apache mod-security 2 module with apt from the Debian repositories</p><p
class="command">apt-get install libapache-mod-security</p><p>Create the folder for the mod-security configuration files</p><p
class="command">mkdir /etc/apache2/mod-security<br
/> chmod 600 /etc/apache2/mod-security</p><p>Download and unpack the mod-security rules</p><p
class="command">cd /tmp<br
/> wget http://www.modsecurity.org/download/modsecurity-core-rules_2.5-1.6.1.tar.gz<br
/> tar fvx modsecurity-core-rules_2.5-1.6.1.tar.gz<br
/> mv *.conf /etc/apache2/mod-security/<br
/> ln -s /var/log/apache2 /etc/apache2/logs</p><p>Configure apache to load the activated mod-security rules</p><p
class="command">vi /etc/apache2/conf.d/mod-security.conf</p><p><span
class="system">Include /etc/apache2/mod-security/*.conf</span></p><p>To enable mod-security, edit the file</p><p
class="command">vi /etc/apache2/mod-security/modsecurity_crs_10_config.conf</p><p>and remove the # in front of the line:</p><p
class="system">SecDefaultAction &#8220;phase:2,log,deny,status:403,t:lowercase,t:replaceNulls,t:compressWhitespace&#8221;</p><p>Then reload apache.</p><p
class="command">/etc/init.d/apache2 force-reload</p><p>Mod security will now start to block hack attempts to your websites and log the actions in the file /var/log/apache2/modsec_audit.log.</p><p
class="command">tail /var/log/apache2/modsec_audit.log</p><p>You will see very likely some falsely blocked URL&#8217;s. To whitelist them, you can add the ID&#8217;s of the rules that should not be used in the whitelist file.</p><p>Example:</p><p
class="command">vi /etc/apache2/mod-security/modsecurity_crs_99_whitelist.conf</p><p
class="system">SecRuleRemoveById 960015<br
/> SecRuleRemoveById 960016</p> ]]></content:encoded> <wfw:commentRss>http://www.faqforge.com/linux/apache-mod-security-installation-on-debian-6-0-squeeze/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Guake &#8211; Dropdown-Terminal for Gnome</title><link>http://www.faqforge.com/linux/guake-dropdown-terminal-for-gnome/</link> <comments>http://www.faqforge.com/linux/guake-dropdown-terminal-for-gnome/#comments</comments> <pubDate>Tue, 13 Dec 2011 10:45:56 +0000</pubDate> <dc:creator>CSch</dc:creator> <category><![CDATA[Basics]]></category> <category><![CDATA[Debian]]></category> <category><![CDATA[Linux & Unix]]></category> <category><![CDATA[Ubuntu]]></category> <category><![CDATA[dropdown]]></category> <category><![CDATA[gnome]]></category> <category><![CDATA[guake]]></category> <category><![CDATA[terminal]]></category><guid
isPermaLink="false">http://www.faqforge.com/?p=1433</guid> <description><![CDATA[Guake saves you the time of managing your terminal windows with circumstantial key-combinations and mouse-clicks by providing a configurable dropdown-terminal which you can call with F12 by default. Just like with usual terminals, it is possible to create new tabs, but also to edit the opacity, the size, colors and everything you need: Guake is [...]]]></description> <content:encoded><![CDATA[<p><em>Guake</em> saves you the time of managing your terminal windows with circumstantial key-combinations and mouse-clicks by providing a configurable dropdown-terminal which you can call with <em>F12</em> by default. Just like with usual terminals, it is possible to create new tabs, but also to edit the opacity, the size, colors and everything you need:</p><p><a
href="http://www.faqforge.com/wp-content/uploads/2011/12/guake2.png"><img
src="http://www.faqforge.com/wp-content/uploads/2011/12/guake2.png" alt="" title="guake2" width="521" height="416" class="aligncenter size-full wp-image-1434" /></a></p><p>Guake is available in the default Ubuntu, Debian, Fedora and Arch repositories. The source-code is downloadable at <a
href="http://guake.org/downloads">http://guake.org/downloads</a></p> ]]></content:encoded> <wfw:commentRss>http://www.faqforge.com/linux/guake-dropdown-terminal-for-gnome/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Install .deb Packages Manually (Linux Debian/Ubuntu)</title><link>http://www.faqforge.com/linux/install-deb-packages-manually-linux-debianubuntu/</link> <comments>http://www.faqforge.com/linux/install-deb-packages-manually-linux-debianubuntu/#comments</comments> <pubDate>Fri, 09 Dec 2011 14:26:24 +0000</pubDate> <dc:creator>CSch</dc:creator> <category><![CDATA[Basics]]></category> <category><![CDATA[Debian]]></category> <category><![CDATA[Distributions]]></category> <category><![CDATA[Linux & Unix]]></category> <category><![CDATA[Ubuntu]]></category> <category><![CDATA[deb]]></category> <category><![CDATA[dpkg]]></category> <category><![CDATA[install]]></category> <category><![CDATA[manually]]></category> <category><![CDATA[package]]></category><guid
isPermaLink="false">http://www.faqforge.com/?p=1417</guid> <description><![CDATA[When you download packages for Linux Debian or Ubuntu they usually come in the .deb format and are installed automatically by your local package manager. If you download them from the internet instead of the repositorial way however you are given the .deb file and have to deal with it yourself. To install it, open [...]]]></description> <content:encoded><![CDATA[<p>When you download packages for Linux Debian or Ubuntu they usually come in the <em>.deb</em> format and are installed automatically by your local package manager. If you download them from the internet instead of the repositorial way however you are given the .deb file and have to deal with it yourself. To install it, open a terminal, direct it to the folder where it has been downloaded to with <em>cd</em> and use the <em>dpkg</em> command:</p><p
class="command">cd /home/ctest/Downloads/<br
/> dpkg -i random_name.deb</p> ]]></content:encoded> <wfw:commentRss>http://www.faqforge.com/linux/install-deb-packages-manually-linux-debianubuntu/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>nginx server error: 413 Request Entity Too Large</title><link>http://www.faqforge.com/linux/nginx-server-error-413-request-entity-too-large/</link> <comments>http://www.faqforge.com/linux/nginx-server-error-413-request-entity-too-large/#comments</comments> <pubDate>Mon, 21 Nov 2011 11:34:10 +0000</pubDate> <dc:creator>Till</dc:creator> <category><![CDATA[Debian]]></category> <category><![CDATA[ISPConfig 3]]></category> <category><![CDATA[Linux & Unix]]></category> <category><![CDATA[Server]]></category> <category><![CDATA[Ubuntu]]></category> <category><![CDATA[Webserver]]></category> <category><![CDATA[nginx]]></category><guid
isPermaLink="false">http://www.faqforge.com/?p=1316</guid> <description><![CDATA[The nginx webserver has a max. body size limit of 1 MB for requests as default. This might be too low for file uploads in scripts and you will see the following error message when you try to upload a file:  413 Request Entity Too Large The configuration variable for this option is &#8220;client_max_body_size&#8221; and [...]]]></description> <content:encoded><![CDATA[<p>The nginx webserver has a max. body size limit of 1 MB for requests as default. This might be too low for file uploads in scripts and you will see the following error message when you try to upload a file:</p><p
class="system"> 413 Request Entity Too Large</p><p>The configuration variable for this option is &#8220;<span
class="system">client_max_body_size</span>&#8221; and it can be set in the <span
class="system">http, server</span> and<span
class="system"> location</span> sections of the nginx configuration file. To set the Limit globally to 25 MB, edit the nginx.conf file and add:</p><p
class="system">client_max_body_size 20M;</p><p>in the http section.</p><p>Example for Ubuntu Linux:</p><pre class="system" dir="ltr">user www-data;
worker_processes 4;
pid /var/run/nginx.pid;

events {
        worker_connections 768;
        # multi_accept on;
}

http {
        geoip_country  /etc/nginx/geoip/GeoIP.dat; # the country IP database
        geoip_city     /etc/nginx/geoip/GeoLiteCity.dat; # the city IP database
        ##
        # Basic Settings
        ##

        sendfile on;
        tcp_nopush on;
        tcp_nodelay on;
        keepalive_timeout 65;
        types_hash_max_size 2048;</pre><pre dir="ltr">        client_max_body_size 20M;

        include /etc/nginx/mime.types;
        default_type application/octet-stream;

        ##
        # Logging Settings
        ##

        access_log /var/log/nginx/access.log;
        error_log /var/log/nginx/error.log;

        ##
        # Gzip Settings
        ##

        gzip on;
        gzip_disable "msie6";

        ##
        # Virtual Host Configs
        ##

        include /etc/nginx/conf.d/*.conf;
        include /etc/nginx/sites-enabled/*;
}</pre>]]></content:encoded> <wfw:commentRss>http://www.faqforge.com/linux/nginx-server-error-413-request-entity-too-large/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Enhanced e-mail SPAM protection in ISPConfig 3</title><link>http://www.faqforge.com/linux/enhanced-e-mail-spam-protection-in-ispconfig-3/</link> <comments>http://www.faqforge.com/linux/enhanced-e-mail-spam-protection-in-ispconfig-3/#comments</comments> <pubDate>Mon, 21 Nov 2011 10:22:41 +0000</pubDate> <dc:creator>Till</dc:creator> <category><![CDATA[CentOS]]></category> <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[Ubuntu]]></category> <category><![CDATA[postfix]]></category><guid
isPermaLink="false">http://www.faqforge.com/?p=1312</guid> <description><![CDATA[The command below enables a stricter SPAM handling for postfix on ISPConfig 3 servers. In Detail: Reject sender hostnames with invalid syntax Reject sender hostnames that are no fully qualified domains (e.g. reject &#8220;server1&#8243; but allow server1.domain.tld) Reject sender domains that have no DNS records Check sender IP addresses against realtime blacklists. First make a [...]]]></description> <content:encoded><![CDATA[<p>The command below enables a stricter SPAM handling for postfix on ISPConfig 3 servers.</p><p>In Detail:</p><ul><li>Reject sender hostnames with invalid syntax</li><li>Reject sender hostnames that are no fully qualified domains (e.g. reject &#8220;server1&#8243; but allow server1.domain.tld)</li><li>Reject sender domains that have no DNS records</li><li>Check sender IP addresses against realtime blacklists.</li></ul><p>First make a backup of the postfix main.cf file in case that you want to reverse the changes later:</p><p
class="command">cp -pf /etc/postfix/main.cf /etc/postfix/main.cf.bak</p><p>Then execute this command to enable the additional spam protection functions (the command is one line!).</p><p
class="command">postconf -e &#8216;smtpd_recipient_restrictions = permit_mynetworks, permit_sasl_authenticated, reject_invalid_hostname, reject_non_fqdn_hostname, reject_unknown_recipient_domain, reject_non_fqdn_recipient, reject_unauth_destination, reject_non_fqdn_sender, reject_unknown_sender_domain, reject_unknown_recipient_domain, reject_rbl_client cbl.abuseat.org,reject_rbl_client dul.dnsbl.sorbs.net,reject_rbl_client ix.dnsbl.manitu.net, check_recipient_access mysql:/etc/postfix/mysql-virtual_recipient.cf, reject_unauth_destination&#8217;</p><p>Then restart postfix:</p><p
class="command">/etc/init.d/postfix restart</p> ]]></content:encoded> <wfw:commentRss>http://www.faqforge.com/linux/enhanced-e-mail-spam-protection-in-ispconfig-3/feed/</wfw:commentRss> <slash:comments>3</slash:comments> </item> <item><title>How to get detailed information about the harddisk installed on a Linux server</title><link>http://www.faqforge.com/linux/how-to-get-detailed-information-about-the-harddisk-installed-on-a-linux-server/</link> <comments>http://www.faqforge.com/linux/how-to-get-detailed-information-about-the-harddisk-installed-on-a-linux-server/#comments</comments> <pubDate>Mon, 07 Nov 2011 09:21:44 +0000</pubDate> <dc:creator>Till</dc:creator> <category><![CDATA[Basics]]></category> <category><![CDATA[Debian]]></category> <category><![CDATA[Distributions]]></category> <category><![CDATA[Linux & Unix]]></category> <category><![CDATA[Ubuntu]]></category> <category><![CDATA[hdparm]]></category><guid
isPermaLink="false">http://www.faqforge.com/?p=1189</guid> <description><![CDATA[Detailed information about the hard disk type, disk vendor etc. of the disk used on a Linux system can be aquired with the linux tool hdparm. If hdparm is not installed on your server, it can be installed with this command (on Debian and Ubuntu systems): apt-get install hdparm For other Linux distributions, use the [...]]]></description> <content:encoded><![CDATA[<p>Detailed information about the hard disk type, disk vendor etc. of the disk used on a Linux system can be aquired with the linux tool hdparm. If hdparm is not installed on your server, it can be installed with this command (on Debian and Ubuntu systems):</p><p
class="command">apt-get install hdparm</p><p>For other Linux distributions, use the software installer and search for the package name &#8216;hdparm&#8217;.</p><p>To get the detailed disk info, run this command</p><p
class="command">hdparm -I /dev/sda</p><p>The device /dev/sda is the first SATA disk on the server, the second disk is /dev/sdb. Replace /dev/sda in the command with the name of the device that you want to query.</p> ]]></content:encoded> <wfw:commentRss>http://www.faqforge.com/linux/how-to-get-detailed-information-about-the-harddisk-installed-on-a-linux-server/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Get the disk health status with SMART monitor tools on Debian and Ubuntu Linux</title><link>http://www.faqforge.com/linux/get-the-disk-health-status-with-smart-monitor-tools-on-debian-and-ubuntu-linux/</link> <comments>http://www.faqforge.com/linux/get-the-disk-health-status-with-smart-monitor-tools-on-debian-and-ubuntu-linux/#comments</comments> <pubDate>Wed, 02 Nov 2011 10:54:00 +0000</pubDate> <dc:creator>Till</dc:creator> <category><![CDATA[Basics]]></category> <category><![CDATA[Debian]]></category> <category><![CDATA[Distributions]]></category> <category><![CDATA[Linux & Unix]]></category> <category><![CDATA[Ubuntu]]></category> <category><![CDATA[smart]]></category><guid
isPermaLink="false">http://www.faqforge.com/?p=1187</guid> <description><![CDATA[Every modern disk has a internal monitoring function called SMART that keeps track on errors in that disk. There is a software package called smartmontools on Linux which can be used to query the SMART status of the disk to monitor if the disk might fail in near future. Installation apt-get install smartmontools Usage First [...]]]></description> <content:encoded><![CDATA[<p>Every modern disk has a internal monitoring function called SMART that keeps track on errors in that disk. There is a software package called smartmontools on Linux which can be used to query the SMART status of the disk to monitor if the disk might fail in near future.</p><h2>Installation</h2><p
class="command">apt-get install smartmontools</p><h2>Usage</h2><p>First we need to know the internal device name of the harddisks. For the first SATA disk, this is normally /dev/sda, the second is /dev/sdb etc. If you are unsure about the device names of your computer, then you can get them with:</p><p
class="command">fdisk -l</p><p>The command lists the partitions e.g. /dev/sda1. To get the device name, use the partition name without the number, e.g. the device of partition/dev/sda1 is /dev/sda.</p><p>To get a summary of the healt status of the disk, run:</p><p
class="command">smartctl &#8211;health /dev/sda</p><p>replace /dev/sda with the device name of the harddisk that you want to query.</p><p>The output will look similar to this:</p><pre>~# smartctl --health /dev/sda
smartctl version 5.38 [x86_64-unknown-linux-gnu] Copyright (C) 2002-8 Bruce Allen
Home page is http://smartmontools.sourceforge.net/

=== START OF READ SMART DATA SECTION ===
SMART overall-health self-assessment test result: PASSED</pre><p>To get the full detailed output of all parameters, use this command:</p><p
class="command">smartctl &#8211;all /dev/sda</p><p>&nbsp;</p> ]]></content:encoded> <wfw:commentRss>http://www.faqforge.com/linux/get-the-disk-health-status-with-smart-monitor-tools-on-debian-and-ubuntu-linux/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Send all outgoing email trough one IP address in postfix</title><link>http://www.faqforge.com/linux/send-all-outgoing-email-trough-one-ip-address-in-postfix/</link> <comments>http://www.faqforge.com/linux/send-all-outgoing-email-trough-one-ip-address-in-postfix/#comments</comments> <pubDate>Tue, 25 Oct 2011 13:59:05 +0000</pubDate> <dc:creator>Till</dc:creator> <category><![CDATA[Basics]]></category> <category><![CDATA[CentOS]]></category> <category><![CDATA[Controlpanels]]></category> <category><![CDATA[Debian]]></category> <category><![CDATA[Distributions]]></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[Ubuntu]]></category> <category><![CDATA[bind]]></category> <category><![CDATA[postfix]]></category> <category><![CDATA[smtp_bind_address]]></category><guid
isPermaLink="false">http://www.faqforge.com/?p=1028</guid> <description><![CDATA[When a server has more then one IP address, then postfix will use all IP addresses randomly to send out emails. This can cause your emails to be listed as SPAM on other servers because the sending IP does not match the reverse IP of the server hostname. The solution is to bind postfix to [...]]]></description> <content:encoded><![CDATA[<p>When a server has more then one IP address, then postfix will use all IP addresses randomly to send out emails. This can cause your emails to be listed as SPAM on other servers because the sending IP does not match the reverse IP of the server hostname. The solution is to bind postfix to the primary IP address of the server.</p><p>Edit the postfix main.cf file:</p><p
class="command">vi /etc/postfix/main.cf</p><p>and add the line:</p><p
class="command">smtp_bind_address = 192.168.0.1</p><p>were 192.168.0.1 has to be replaced with the primary IP address of the server. Then restart postfix:</p><p
class="command">/etc/init.d/postfix restart</p> ]]></content:encoded> <wfw:commentRss>http://www.faqforge.com/linux/send-all-outgoing-email-trough-one-ip-address-in-postfix/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>Fix for Courier IMAP Error: check for configuration errors with the FAM/Gamin library</title><link>http://www.faqforge.com/linux/fix-for-courier-imap-error-check-for-configuration-errors-with-the-famgamin-library/</link> <comments>http://www.faqforge.com/linux/fix-for-courier-imap-error-check-for-configuration-errors-with-the-famgamin-library/#comments</comments> <pubDate>Mon, 17 Oct 2011 14:19:33 +0000</pubDate> <dc:creator>Till</dc:creator> <category><![CDATA[Controlpanels]]></category> <category><![CDATA[Debian]]></category> <category><![CDATA[Distributions]]></category> <category><![CDATA[ISPConfig 2]]></category> <category><![CDATA[ISPConfig 3]]></category> <category><![CDATA[Linux & Unix]]></category> <category><![CDATA[courier]]></category> <category><![CDATA[fam]]></category> <category><![CDATA[gamin]]></category><guid
isPermaLink="false">http://www.faqforge.com/?p=893</guid> <description><![CDATA[I&#8217;ve got the following error message on Debian Linux (6.0) with Courier IMAP server: Filesystem notification initialization error -- contact your mail administrator (check for configuration errors with the FAM/Gamin library) when I tried to access a IMAP share. The resaon for the problem seems to be that the &#8220;fam&#8221; package was not working correctly. [...]]]></description> <content:encoded><![CDATA[<p>I&#8217;ve got the following error message on Debian Linux (6.0) with Courier IMAP server:</p><pre>Filesystem notification initialization error -- contact your mail
administrator (check for configuration errors with the FAM/Gamin library)</pre><p>when I tried to access a IMAP share. The resaon for the problem seems to be that the &#8220;fam&#8221; package was not working correctly. The solution is to install the gamin package which can replace fam in a courier setup:</p><p
class="command">apt-get install gamin</p><p>Dont worry when you get a message from apt that libfam0 gets uninstalled but is required by courier. This had no geative effects on my server.</p> ]]></content:encoded> <wfw:commentRss>http://www.faqforge.com/linux/fix-for-courier-imap-error-check-for-configuration-errors-with-the-famgamin-library/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced (User agent is rejected)
Database Caching 4/38 queries in 0.042 seconds using disk: basic
Object Caching 1525/1621 objects using disk: basic

Served from: www.faqforge.com @ 2012-02-04 23:38:25 -->
