<?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; Email</title> <atom:link href="http://www.faqforge.com/category/linux/server/email/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>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 change the welcome email message text in ISPConfig 3</title><link>http://www.faqforge.com/linux/controlpanels/how-to-change-the-welcome-email-message-text-in-ispconfig-3/</link> <comments>http://www.faqforge.com/linux/controlpanels/how-to-change-the-welcome-email-message-text-in-ispconfig-3/#comments</comments> <pubDate>Thu, 10 Nov 2011 11:00:05 +0000</pubDate> <dc:creator>Till</dc:creator> <category><![CDATA[Controlpanels]]></category> <category><![CDATA[Email]]></category> <category><![CDATA[ISPConfig 3]]></category> <category><![CDATA[Server]]></category><guid
isPermaLink="false">http://www.faqforge.com/?p=1262</guid> <description><![CDATA[As of ISPConfig 3.0.4, the text of the welcome email message that is sent to new email accounts is stored in the folder /usr/local/ispconfig/server/conf/mail/. The message has this format: &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212; From: ISPConfig &#60;postmaster@localhost.localdomain&#62; Subject: Welcome to your new email account. Welcome to your new email account. Your webmaster. &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212; The first line starts with &#8220;From: [...]]]></description> <content:encoded><![CDATA[<p>As of ISPConfig 3.0.4, the text of the welcome email message that is sent to new email accounts is stored in the folder <span
class="system">/usr/local/ispconfig/server/conf/mail/</span>.</p><p>The message has this format:</p><p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br
/> From: ISPConfig &lt;postmaster@localhost.localdomain&gt;<br
/> Subject: Welcome to your new email account.</p><p>Welcome to your new email account. Your webmaster.<br
/> &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p><p>The first line starts with &#8220;From: &#8221; followed by the sender email address. The second line starts with &#8220;Subject: &#8221; followed by the email subject. The third line should be empty. All following lines are the email text.</p><p>The email text files are named &#8220;welcome_email_&lt;language&gt;.txt&#8221; where &lt;language&gt; has to be replaced with the system language like &#8220;en&#8221; for English or &#8220;de&#8221; for German language, e.g. &#8220;welcome_email_en.txt&#8221; for the english welcome email.</p><p>The customized language file should be stored in the folder<span
class="system"> /usr/local/ispconfig/server/conf-custom/mail/</span> so that it does not get overwritten by ISPConfig updates.</p> ]]></content:encoded> <wfw:commentRss>http://www.faqforge.com/linux/controlpanels/how-to-change-the-welcome-email-message-text-in-ispconfig-3/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 OpenSuSE error: postfix/master: fatal: 0.0.0.0:smtps: Servname not supported for ai_socktype</title><link>http://www.faqforge.com/linux/fix-for-opensuse-error-postfixmaster-fatal-0-0-0-0smtps-servname-not-supported-for-ai_socktype/</link> <comments>http://www.faqforge.com/linux/fix-for-opensuse-error-postfixmaster-fatal-0-0-0-0smtps-servname-not-supported-for-ai_socktype/#comments</comments> <pubDate>Thu, 06 Oct 2011 09:00:06 +0000</pubDate> <dc:creator>Till</dc:creator> <category><![CDATA[Email]]></category> <category><![CDATA[Linux & Unix]]></category> <category><![CDATA[Server]]></category> <category><![CDATA[OpenSuSE]]></category> <category><![CDATA[postfix]]></category><guid
isPermaLink="false">http://www.faqforge.com/?p=734</guid> <description><![CDATA[You might see the error: postfix/master[5309]: fatal: 0.0.0.0:smtps: Servname not supported for ai_socktype On a OpenSuSE server when you enable smtps in postfix master.cf file. The reason for the error is that the definition of the smtps port in /etc/services is missing. Solution Edit the /etc/services file vi /etc/services and add the following lines: smtps [...]]]></description> <content:encoded><![CDATA[<p>You might see the error:</p><p
class="system">postfix/master[5309]: fatal: 0.0.0.0:smtps: Servname not supported for ai_socktype</p><p>On a OpenSuSE server when you enable smtps in postfix master.cf file. The reason for the error is that the definition of the smtps port in /etc/services is missing.</p><p><strong>Solution</strong></p><p>Edit the /etc/services file</p><p
class="command">vi /etc/services</p><p>and add the following lines:</p><p
class="system">smtps 465/tcp # Secure SMTP<br
/> smtps 465/udp # Secure SMTP</p><p>Then restart postfix</p><p
class="command">/etc/init.d/postfix restart</p> ]]></content:encoded> <wfw:commentRss>http://www.faqforge.com/linux/fix-for-opensuse-error-postfixmaster-fatal-0-0-0-0smtps-servname-not-supported-for-ai_socktype/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <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[<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:</p><p
class="command">vi /etc/mysql/my.cnf</p><p>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>1</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[<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</p><p
class="command">vi /etc/postfix/main.cf</p><p>and comment out these lines by adding a &#8220;#&#8221; in front of them:</p><p
class="system"># content_filter = amavis:[127.0.0.1]:10024<br
/> # receive_override_options = no_address_mappings</p><p>Then restart postfix:</p><p
class="command">/etc/init.d/postfix restart</p><p>Now stop and disable the services. The following commands are for Debian and Ubuntu, the commands for other Linux distributions may vary</p><p
class="command">/etc/init.d/clamav-daemon stop<br
/> /etc/init.d/clamav-freshclam stop<br
/> /etc/init.d/amavis stop</p><p
class="command">update-rc.d -f clamav-daemon remove<br
/> update-rc.d -f clamav-freshclam remove<br
/> update-rc.d -f amavis remove</p><p>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>8</slash:comments> </item> <item><title>How to update Spamassassin on ISPConfig 2</title><link>http://www.faqforge.com/linux/controlpanels/how-to-update-spamassassin-on-ispconfig-2/</link> <comments>http://www.faqforge.com/linux/controlpanels/how-to-update-spamassassin-on-ispconfig-2/#comments</comments> <pubDate>Thu, 27 May 2010 11:21:18 +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 2]]></category> <category><![CDATA[Server]]></category> <category><![CDATA[Ubuntu]]></category><guid
isPermaLink="false">http://www.faqforge.com/?p=462</guid> <description><![CDATA[The spamassassin installation on a ISPConfig 2 server is normally updated together with ISPConfig. Here are the steps iIf you want to update spamassassin manually without updating ISPConfig 2: Download the latest Spamassassin sources and unpack the tar.gz file cd /tmp wget http://ftp.fernuni-hagen.de/ftp-dir/pub/mirrors/\ www.apache.org/spamassassin/source/Mail-SpamAssassin-3.3.1.tar.gz tar xfz Mail-SpamAssassin-3.3.1.tar.gz Configure, make and install spamassassin cd Mail-SpamAssassin-3.3.1 perl [...]]]></description> <content:encoded><![CDATA[<p>The spamassassin installation on a ISPConfig 2 server is normally updated together with ISPConfig. Here are the steps iIf you want to update spamassassin manually without updating ISPConfig 2:</p><p>Download the latest Spamassassin sources and unpack the tar.gz file</p><p
class="command">cd /tmp<br
/> wget http://ftp.fernuni-hagen.de/ftp-dir/pub/mirrors/\<br
/> www.apache.org/spamassassin/source/Mail-SpamAssassin-3.3.1.tar.gz<br
/> tar xfz Mail-SpamAssassin-3.3.1.tar.gz</p><p>Configure, make and install spamassassin</p><p
class="command">cd Mail-SpamAssassin-3.3.1<br
/> perl Makefile.PL PREFIX=/home/admispconfig/ispconfig/tools/\<br
/> spamassassin/usr SYSCONFDIR=/home/admispconfig/ispconfig/\<br
/> tools/spamassassin/etc<br
/> make<br
/> make install</p><p>Cleanup</p><p
class="command">cd ..<br
/> rm -f Mail-SpamAssassin-3.3.1.tar.gz<br
/> rm -rf Mail-SpamAssassin-3.3.1</p> ]]></content:encoded> <wfw:commentRss>http://www.faqforge.com/linux/controlpanels/how-to-update-spamassassin-on-ispconfig-2/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>How to enable port 587 (submission) in postfix</title><link>http://www.faqforge.com/linux/how-to-enable-port-587-submission-in-postfix/</link> <comments>http://www.faqforge.com/linux/how-to-enable-port-587-submission-in-postfix/#comments</comments> <pubDate>Mon, 26 Apr 2010 09:36:13 +0000</pubDate> <dc:creator>Till</dc:creator> <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[postfix]]></category><guid
isPermaLink="false">http://www.faqforge.com/?p=458</guid> <description><![CDATA[Some internet access providers have port 25 disabled in their routers to prevent spam. If you run your own mailserver in a datacenter, you might have to enable the submission port (587) in postfix to be able to send emails from your local email client to your own mailserver. To enable port 587, edit the [...]]]></description> <content:encoded><![CDATA[<p>Some internet access providers have port 25 disabled in their routers to prevent spam. If you run your own mailserver in a datacenter, you might have to enable the submission port (587) in postfix to be able to send emails from your local email client to your own mailserver.</p><p>To enable port 587, edit the file /etc/postfix/master.cf</p><p
class="command">vi /etc/postfix/master.cf</p><p>and remove the # in front of the line:</p><p
class="system">#submission inet n      &#8211;       n       &#8211;       &#8211;       smtpd</p><p>so that it looks like this:</p><p
class="system">submission inet n      &#8211;       n       &#8211;       &#8211;       smtpd</p><p>and restart postfix:</p><p
class="command">/etc/init.d/postfix restart</p> ]]></content:encoded> <wfw:commentRss>http://www.faqforge.com/linux/how-to-enable-port-587-submission-in-postfix/feed/</wfw:commentRss> <slash:comments>4</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[<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:</p><p
class="command">echo &#8220;deb http://volatile.debian.org/debian-volatile lenny/volatile main contrib non-free&#8221; >> /etc/apt/sources.list</p><p>2) Update the sources and install the new clamav package:</p><p
class="command">apt-get update<br
/> apt-get install clamav<br
/> apt-get -u upgrade</p><p>3) If you use amavisd-new (e.g. if you use a ISPConfig 3 server) then restart amavisd:</p><p
class="command">/etc/init.d/amavis restart</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>11</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 &#8211;no-gpg &#38;&#62; /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[<p>To update the spamassassin rules regularily on your ISPConfig 3 server, add the following line to the root crontab by running:</p><p
class="command">crontab -e</p><p>then insert the following line:</p><p
class="command">23 4 */2 * * /usr/bin/sa-update &#8211;no-gpg &amp;&gt; /dev/null</p><p>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:</p><p
class="command">which sa-update</p><p>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> </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 1/26 queries in 0.028 seconds using disk: basic
Object Caching 1554/1603 objects using disk: basic

Served from: www.faqforge.com @ 2012-02-05 00:24:12 -->
