<?xml version="1.0" encoding="utf-8" ?>

<rss version="2.0" 
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/"
   xmlns:content="http://purl.org/rss/1.0/modules/content/"
   xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule">
<channel>
    <title>freebsd.munk.me.uk - Comments</title>
    <link>http://freebsd.munk.me.uk/</link>
    <description>freebsd.munk.me.uk - FreeBSD System Administration</description>
    <dc:language>en</dc:language>
    <generator>Serendipity 1.5.3 - http://www.s9y.org/</generator>
    
    <image>
        <url>http://freebsd.munk.me.uk/templates/default/img/s9y_banner_small.png</url>
        <title>RSS: freebsd.munk.me.uk - Comments - freebsd.munk.me.uk - FreeBSD System Administration</title>
        <link>http://freebsd.munk.me.uk/</link>
        <width>100</width>
        <height>21</height>
    </image>

<item>
    <title>techinterview: Forwarding Mail To Gmail</title>
    <link>http://freebsd.munk.me.uk/archives/151-Forwarding-Mail-To-Gmail.html#c545</link>
            <category></category>
    
    <comments>http://freebsd.munk.me.uk/archives/151-Forwarding-Mail-To-Gmail.html#comments</comments>
    <wfw:comment>http://freebsd.munk.me.uk/wfwcomment.php?cid=151</wfw:comment>

    

    <author>nospam@example.com (techinterview)</author>
    <content:encoded>
    Does any body have code to send email using google smtp server (smtp.google.com)? 
    </content:encoded>

    <pubDate>Wed, 14 Jul 2010 06:33:40 +0100</pubDate>
    <guid isPermaLink="false">http://freebsd.munk.me.uk/archives/151-guid.html#c545</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by/2.5/</creativeCommons:license>
</item>
<item>
    <title>Anonymous: Portupgrade fails to upgrade dependencies</title>
    <link>http://freebsd.munk.me.uk/archives/199-Portupgrade-fails-to-upgrade-dependencies.html#c544</link>
            <category></category>
    
    <comments>http://freebsd.munk.me.uk/archives/199-Portupgrade-fails-to-upgrade-dependencies.html#comments</comments>
    <wfw:comment>http://freebsd.munk.me.uk/wfwcomment.php?cid=199</wfw:comment>

    

    <author>nospam@example.com ()</author>
    <content:encoded>
    make deinstall reinstall 
    </content:encoded>

    <pubDate>Tue, 01 Jun 2010 22:24:50 +0100</pubDate>
    <guid isPermaLink="false">http://freebsd.munk.me.uk/archives/199-guid.html#c544</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by/2.5/</creativeCommons:license>
</item>
<item>
    <title>Ruslan: Installing Exim, SASLAuthd, ClamAV and SpamAssassin on FreeBSD 6.2</title>
    <link>http://freebsd.munk.me.uk/archives/212-Installing-Exim,-SASLAuthd,-ClamAV-and-SpamAssassin-on-FreeBSD-6.2.html#c543</link>
            <category></category>
    
    <comments>http://freebsd.munk.me.uk/archives/212-Installing-Exim,-SASLAuthd,-ClamAV-and-SpamAssassin-on-FreeBSD-6.2.html#comments</comments>
    <wfw:comment>http://freebsd.munk.me.uk/wfwcomment.php?cid=212</wfw:comment>

    

    <author>nospam@example.com (Ruslan)</author>
    <content:encoded>
    If authentication don&#039;t work correctly, check &lt;br /&gt;
exim -bV | grep Authenticators&lt;br /&gt;
Authenticators: cram_md5 cyrus_sasl dovecot plaintext spa&lt;br /&gt;
uv got cyrus_sasl support. if u dont, uncomment lines in exim Makefile:&lt;br /&gt;
WITH_SASLAUTHD= yes&lt;br /&gt;
WITH_AUTH_SASL= yes&lt;br /&gt;
Then make rebuild your exim and reinstall it.&lt;br /&gt;
&lt;br /&gt;
Good luck! 
    </content:encoded>

    <pubDate>Mon, 18 May 2009 11:34:51 +0100</pubDate>
    <guid isPermaLink="false">http://freebsd.munk.me.uk/archives/212-guid.html#c543</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by/2.5/</creativeCommons:license>
</item>
<item>
    <title>munk: Block Brute Force Attacks Against sshd and proftpd Using blockhosts</title>
    <link>http://freebsd.munk.me.uk/archives/209-Block-Brute-Force-Attacks-Against-sshd-and-proftpd-Using-blockhosts.html#c542</link>
            <category></category>
    
    <comments>http://freebsd.munk.me.uk/archives/209-Block-Brute-Force-Attacks-Against-sshd-and-proftpd-Using-blockhosts.html#comments</comments>
    <wfw:comment>http://freebsd.munk.me.uk/wfwcomment.php?cid=209</wfw:comment>

    

    <author>nospam@example.com (munk)</author>
    <content:encoded>
    Thank you very much for that, excellent comments there much obliged.&lt;br /&gt;
&lt;br /&gt;
Eventually I ended up moving SSH from the default port since noone uses my server now apart from me really... &lt;br /&gt;
&lt;br /&gt;
Another option I was using / moved to using AFTER I&#039;d used this blockhosts method was to use a nifty tool called grok to watch various logfiles for repeated failed authentication attempts.  Once a threshold had been met for any IP address, grok would automatically add that IP address to a table which the pf firewall uses to block inbound traffic.&lt;br /&gt;
&lt;br /&gt;
I don&#039;t think I added an article on that, I stopped updating this site some time ago as other things became more pressing(!)... would have made a good article though, grok is a really nice tool.&lt;br /&gt;
&lt;br /&gt;
See here:&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://www.semicomplete.com/projects/grok/&quot;  class=&quot;bb-url&quot;&gt;http://www.semicomplete.com/projects/grok/&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
there are a handful of emails I sent regarding my configuration on the &lt;a href=&quot;http://groups.google.com/group/grok-users/&quot;  class=&quot;bb-url&quot;&gt;grok mailing list&lt;/a&gt; as well, here for example:&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://groups.google.com/group/grok-users/browse_thread/thread/e8e756c0e5e01a5d&quot;  class=&quot;bb-url&quot;&gt;http://groups.google.com/group/grok-users/browse_thread/thread/e8e756c0e5e01a5d&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
All the best. 
    </content:encoded>

    <pubDate>Sat, 21 Mar 2009 12:58:42 +0000</pubDate>
    <guid isPermaLink="false">http://freebsd.munk.me.uk/archives/209-guid.html#c542</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by/2.5/</creativeCommons:license>
</item>
<item>
    <title>Alexander Kuprikov: Block Brute Force Attacks Against sshd and proftpd Using blockhosts</title>
    <link>http://freebsd.munk.me.uk/archives/209-Block-Brute-Force-Attacks-Against-sshd-and-proftpd-Using-blockhosts.html#c541</link>
            <category></category>
    
    <comments>http://freebsd.munk.me.uk/archives/209-Block-Brute-Force-Attacks-Against-sshd-and-proftpd-Using-blockhosts.html#comments</comments>
    <wfw:comment>http://freebsd.munk.me.uk/wfwcomment.php?cid=209</wfw:comment>

    

    <author>nospam@example.com (Alexander Kuprikov)</author>
    <content:encoded>
    Good article, but since hosts.allow is now serving for both allow and deny, mod_wrap (ProFTPD standalone) has issues with that...&lt;br /&gt;
also inetd is an old way to rund ProFTPD.... standalone is recommended.&lt;br /&gt;
The &quot;better&quot; (bustards still can connect to the server=USE FIREWALL) solution is in ProFTPD intself called mod_ban&lt;br /&gt;
just recompile ProFTPD with mod_ban  &lt;br /&gt;
add those lines in your /usr/local/etc/proftpd.conf&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;bb-code-title&quot;&gt;CODE:&lt;/div&gt;&lt;div class=&quot;bb-code&quot;&gt;MaxLoginAttempts&amp;#160;1&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#160;&amp;#160;BanEngine&amp;#160;on&lt;br /&gt;
&amp;#160;&amp;#160;BanLog&amp;#160;/var/log/proftpd-ban.log&lt;br /&gt;
&amp;#160;&amp;#160;BanTable&amp;#160;/var/db/proftpd/ban.tab&lt;br /&gt;
&lt;br /&gt;
&amp;#160;&amp;#160;#&amp;#160;If&amp;#160;the&amp;#160;same&amp;#160;client&amp;#160;reaches&amp;#160;the&amp;#160;MaxLoginAttempts&amp;#160;limit&amp;#160;2&amp;#160;times&lt;br /&gt;
&amp;#160;&amp;#160;#&amp;#160;within&amp;#160;10&amp;#160;minutes,&amp;#160;automatically&amp;#160;add&amp;#160;a&amp;#160;ban&amp;#160;for&amp;#160;that&amp;#160;client&amp;#160;that&amp;#160;will&amp;#160;expire&amp;#160;after&amp;#160;24&amp;#160;hours.&lt;br /&gt;
&amp;#160;&amp;#160;BanOnEvent&amp;#160;MaxLoginAttempts&amp;#160;2/00&amp;#58;10&amp;#58;00&amp;#160;24&amp;#58;00&amp;#58;00&lt;br /&gt;
&lt;br /&gt;
&amp;#160;&amp;#160;#&amp;#160;Configure&amp;#160;a&amp;#160;rule&amp;#160;to&amp;#160;automatically&amp;#160;ban&amp;#160;scripts&amp;#160;looking&amp;#160;for&amp;#160;anonymous&amp;#160;servers&amp;#160;to&amp;#160;which&amp;#160;they&amp;#160;can&amp;#160;upload&lt;br /&gt;
&amp;#160;&amp;#160;#&amp;#160;will&amp;#160;expire&amp;#160;after&amp;#160;~100&amp;#160;hours&lt;br /&gt;
&amp;#160;&amp;#160;BanOnEvent&amp;#160;AnonRejectPasswords&amp;#160;1/01&amp;#58;00&amp;#58;00&amp;#160;99&amp;#58;99&amp;#58;99&lt;br /&gt;
&lt;br /&gt;
&amp;#160;&amp;#160;#&amp;#160;Allow&amp;#160;the&amp;#160;FTP&amp;#160;admin&amp;#40;-s&amp;#41;&amp;#160;to&amp;#160;manually&amp;#160;add/remove&amp;#160;bans&lt;br /&gt;
&amp;#160;&amp;#160;BanControlsACLs&amp;#160;all&amp;#160;allow&amp;#160;user&amp;#160;vasya,john,rediska&lt;br /&gt;
&lt;br /&gt;
&amp;#160;&amp;#160;BanMessage&amp;#160;&quot;GO&amp;#160;AWAY!&amp;#160;&amp;#91;&amp;#160;%a&amp;#160;&amp;#93;&quot;&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
restart your proftpd with /usr/local/etc/rc.d/proftpd restart&lt;br /&gt;
and that&#039;s it.&lt;br /&gt;
&lt;br /&gt;
http://castaglia.org/proftpd/modules/mod_ban.html&lt;br /&gt;
at the end of the article there&#039;s an example.... just point to real location of your banlog and bantable i.e. /var/log/banlog and /var/db/proftpd/ban.tab (create dir proftpd in /var/db)  - works like a charm.&lt;br /&gt;
&lt;br /&gt;
BlockHosts still can be run for sshd and etc. 
    </content:encoded>

    <pubDate>Sat, 21 Mar 2009 04:34:37 +0000</pubDate>
    <guid isPermaLink="false">http://freebsd.munk.me.uk/archives/209-guid.html#c541</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by/2.5/</creativeCommons:license>
</item>
<item>
    <title>Jez: Expand shell globs using 'ctrl-z'</title>
    <link>http://freebsd.munk.me.uk/archives/205-Expand-shell-globs-using-ctrl-z.html#c540</link>
            <category></category>
    
    <comments>http://freebsd.munk.me.uk/archives/205-Expand-shell-globs-using-ctrl-z.html#comments</comments>
    <wfw:comment>http://freebsd.munk.me.uk/wfwcomment.php?cid=205</wfw:comment>

    

    <author>nospam@example.com (Jez)</author>
    <content:encoded>
    Type in &#039;fg&#039; on the commandline to put the last &#039;backgrounded&#039; process back to the foreground (fg).  See the man page for &#039;sh&#039; or &#039;csh&#039; for more info (look for &#039;Jobs&#039;). 
    </content:encoded>

    <pubDate>Thu, 19 Feb 2009 21:16:25 +0000</pubDate>
    <guid isPermaLink="false">http://freebsd.munk.me.uk/archives/205-guid.html#c540</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by/2.5/</creativeCommons:license>
</item>
<item>
    <title>Nate: Expand shell globs using 'ctrl-z'</title>
    <link>http://freebsd.munk.me.uk/archives/205-Expand-shell-globs-using-ctrl-z.html#c539</link>
            <category></category>
    
    <comments>http://freebsd.munk.me.uk/archives/205-Expand-shell-globs-using-ctrl-z.html#comments</comments>
    <wfw:comment>http://freebsd.munk.me.uk/wfwcomment.php?cid=205</wfw:comment>

    

    <author>nospam@example.com (Nate)</author>
    <content:encoded>
    ctrl + z may be great but Im not sure how to go back... it says suspended and the process is still shown in PS anyone know how to go back to the program you suspended? 
    </content:encoded>

    <pubDate>Thu, 19 Feb 2009 19:44:21 +0000</pubDate>
    <guid isPermaLink="false">http://freebsd.munk.me.uk/archives/205-guid.html#c539</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by/2.5/</creativeCommons:license>
</item>
<item>
    <title>munk: Installing Exim, SASLAuthd, ClamAV and SpamAssassin on FreeBSD 6.2</title>
    <link>http://freebsd.munk.me.uk/archives/212-Installing-Exim,-SASLAuthd,-ClamAV-and-SpamAssassin-on-FreeBSD-6.2.html#c538</link>
            <category></category>
    
    <comments>http://freebsd.munk.me.uk/archives/212-Installing-Exim,-SASLAuthd,-ClamAV-and-SpamAssassin-on-FreeBSD-6.2.html#comments</comments>
    <wfw:comment>http://freebsd.munk.me.uk/wfwcomment.php?cid=212</wfw:comment>

    

    <author>nospam@example.com (munk)</author>
    <content:encoded>
    This is fixed now, thanks again. 
    </content:encoded>

    <pubDate>Wed, 28 Jan 2009 11:29:48 +0000</pubDate>
    <guid isPermaLink="false">http://freebsd.munk.me.uk/archives/212-guid.html#c538</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by/2.5/</creativeCommons:license>
</item>
<item>
    <title>munk: Installing Exim, SASLAuthd, ClamAV and SpamAssassin on FreeBSD 6.2</title>
    <link>http://freebsd.munk.me.uk/archives/212-Installing-Exim,-SASLAuthd,-ClamAV-and-SpamAssassin-on-FreeBSD-6.2.html#c537</link>
            <category></category>
    
    <comments>http://freebsd.munk.me.uk/archives/212-Installing-Exim,-SASLAuthd,-ClamAV-and-SpamAssassin-on-FreeBSD-6.2.html#comments</comments>
    <wfw:comment>http://freebsd.munk.me.uk/wfwcomment.php?cid=212</wfw:comment>

    

    <author>nospam@example.com (munk)</author>
    <content:encoded>
    Hi Brian,&lt;br /&gt;
&lt;br /&gt;
Thanks for the heads up, yes it is a bit messed up for me on windows in firefox as well!  I will try and sort it out when I get some time, bit busy right now but will leave reminder in inbox.&lt;br /&gt;
&lt;br /&gt;
Cheers again,&lt;br /&gt;
&lt;br /&gt;
Jez 
    </content:encoded>

    <pubDate>Mon, 26 Jan 2009 10:31:33 +0000</pubDate>
    <guid isPermaLink="false">http://freebsd.munk.me.uk/archives/212-guid.html#c537</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by/2.5/</creativeCommons:license>
</item>
<item>
    <title>Brian: Installing Exim, SASLAuthd, ClamAV and SpamAssassin on FreeBSD 6.2</title>
    <link>http://freebsd.munk.me.uk/archives/212-Installing-Exim,-SASLAuthd,-ClamAV-and-SpamAssassin-on-FreeBSD-6.2.html#c536</link>
            <category></category>
    
    <comments>http://freebsd.munk.me.uk/archives/212-Installing-Exim,-SASLAuthd,-ClamAV-and-SpamAssassin-on-FreeBSD-6.2.html#comments</comments>
    <wfw:comment>http://freebsd.munk.me.uk/wfwcomment.php?cid=212</wfw:comment>

    

    <author>nospam@example.com (Brian)</author>
    <content:encoded>
    the formatting is kinda messed up in the example boxes... maybe it&#039;s just a mac thing, but it makes it difficult to read.  I&#039;ve made it through most of it, just having a hard time deciphering the testing of the debugging part. 
    </content:encoded>

    <pubDate>Mon, 26 Jan 2009 04:16:02 +0000</pubDate>
    <guid isPermaLink="false">http://freebsd.munk.me.uk/archives/212-guid.html#c536</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by/2.5/</creativeCommons:license>
</item>
<item>
    <title>floor Haverkamp: FTP Transfer Failure With A Firewall</title>
    <link>http://freebsd.munk.me.uk/archives/78-FTP-Transfer-Failure-With-A-Firewall.html#c535</link>
            <category></category>
    
    <comments>http://freebsd.munk.me.uk/archives/78-FTP-Transfer-Failure-With-A-Firewall.html#comments</comments>
    <wfw:comment>http://freebsd.munk.me.uk/wfwcomment.php?cid=78</wfw:comment>

    

    <author>nospam@example.com (floor Haverkamp)</author>
    <content:encoded>
    Hello,&lt;br /&gt;
I am updating a website with extra textual information. The transfer of the XML data from my computer to the FTP server fails every time I try. So i can&#039;t upload the new XML version. The FTP server is disconnected every time! I tried it in the auto mode and in the text mode. Does anybody know what the problem is?&lt;br /&gt;
I hope to hear from anybody,&lt;br /&gt;
GReets&lt;br /&gt;
floor 
    </content:encoded>

    <pubDate>Thu, 26 Jun 2008 15:46:25 +0100</pubDate>
    <guid isPermaLink="false">http://freebsd.munk.me.uk/archives/78-guid.html#c535</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by/2.5/</creativeCommons:license>
</item>
<item>
    <title>James: ProFTPD Delay Whilst Authenticating</title>
    <link>http://freebsd.munk.me.uk/archives/73-ProFTPD-Delay-Whilst-Authenticating.html#c534</link>
            <category></category>
    
    <comments>http://freebsd.munk.me.uk/archives/73-ProFTPD-Delay-Whilst-Authenticating.html#comments</comments>
    <wfw:comment>http://freebsd.munk.me.uk/wfwcomment.php?cid=73</wfw:comment>

    

    <author>nospam@example.com (James)</author>
    <content:encoded>
    Thanks! Have been putting up with this for a long time and this simple fix worked wonders :) 
    </content:encoded>

    <pubDate>Sun, 04 May 2008 12:06:15 +0100</pubDate>
    <guid isPermaLink="false">http://freebsd.munk.me.uk/archives/73-guid.html#c534</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by/2.5/</creativeCommons:license>
</item>
<item>
    <title>munk: Installing Exim, SASLAuthd, ClamAV and SpamAssassin on FreeBSD 6.2</title>
    <link>http://freebsd.munk.me.uk/archives/212-Installing-Exim,-SASLAuthd,-ClamAV-and-SpamAssassin-on-FreeBSD-6.2.html#c414</link>
            <category></category>
    
    <comments>http://freebsd.munk.me.uk/archives/212-Installing-Exim,-SASLAuthd,-ClamAV-and-SpamAssassin-on-FreeBSD-6.2.html#comments</comments>
    <wfw:comment>http://freebsd.munk.me.uk/wfwcomment.php?cid=212</wfw:comment>

    

    <author>nospam@example.com (munk)</author>
    <content:encoded>
    Hey Darrin,&lt;br /&gt;
&lt;br /&gt;
Thanks for those kind words, great to hear positive feedback!&lt;br /&gt;
&lt;br /&gt;
I think the exim rc script was renamed from exim.sh to just &#039;exim&#039; some time after I wrote the article... I&#039;ll change the line now to keep it up to date, thanks for that!&lt;br /&gt;
&lt;br /&gt;
All the best.&lt;br /&gt;
&lt;br /&gt;
Jez 
    </content:encoded>

    <pubDate>Wed, 27 Feb 2008 01:10:54 +0000</pubDate>
    <guid isPermaLink="false">http://freebsd.munk.me.uk/archives/212-guid.html#c414</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by/2.5/</creativeCommons:license>
</item>
<item>
    <title>Darrin Ward: Installing Exim, SASLAuthd, ClamAV and SpamAssassin on FreeBSD 6.2</title>
    <link>http://freebsd.munk.me.uk/archives/212-Installing-Exim,-SASLAuthd,-ClamAV-and-SpamAssassin-on-FreeBSD-6.2.html#c413</link>
            <category></category>
    
    <comments>http://freebsd.munk.me.uk/archives/212-Installing-Exim,-SASLAuthd,-ClamAV-and-SpamAssassin-on-FreeBSD-6.2.html#comments</comments>
    <wfw:comment>http://freebsd.munk.me.uk/wfwcomment.php?cid=212</wfw:comment>

    

    <author>nospam@example.com (Darrin Ward)</author>
    <content:encoded>
    Munk,&lt;br /&gt;
&lt;br /&gt;
I don&#039;t normally comment on blogs, but in this case, I just have to post to thank you for this article.&lt;br /&gt;
&lt;br /&gt;
It was so very valuable to me in setting up a new FreeBSD server (which I knew nothing about, moving from a mandrake box). Genius - thanks you very much! It was literally cut and past your code line by line, and it worked great.&lt;br /&gt;
&lt;br /&gt;
PS.. One very small thing though... Your line for restarting exim after the installation spamd and clamxv is &quot;root@win /root# /usr/local/etc/rc.d/exim.sh restart&quot; - for mem this should have been &quot;root@win /root# /usr/local/etc/rc.d/exim restart&quot; (no &quot;.sh&quot; file extension). I got a hot flash once I saw the error after typing your command, but a quick ls unveiled the naming discrepancy.&lt;br /&gt;
&lt;br /&gt;
Darrin Ward. 
    </content:encoded>

    <pubDate>Tue, 26 Feb 2008 16:07:39 +0000</pubDate>
    <guid isPermaLink="false">http://freebsd.munk.me.uk/archives/212-guid.html#c413</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by/2.5/</creativeCommons:license>
</item>
<item>
    <title>Jez Hancock: Installing Exim, SASLAuthd, ClamAV and SpamAssassin on FreeBSD 6.2</title>
    <link>http://freebsd.munk.me.uk/archives/212-Installing-Exim,-SASLAuthd,-ClamAV-and-SpamAssassin-on-FreeBSD-6.2.html#c412</link>
            <category></category>
    
    <comments>http://freebsd.munk.me.uk/archives/212-Installing-Exim,-SASLAuthd,-ClamAV-and-SpamAssassin-on-FreeBSD-6.2.html#comments</comments>
    <wfw:comment>http://freebsd.munk.me.uk/wfwcomment.php?cid=212</wfw:comment>

    

    <author>nospam@example.com (Jez Hancock)</author>
    <content:encoded>
    I think you should be able to just remove the check_spam router so that the message isn&#039;t routed to the spam file.  You also want to remove the warnings set in the exim conf in the data acl but it wouldn&#039;t harm anything if they&#039;re left. 
    </content:encoded>

    <pubDate>Thu, 24 Jan 2008 18:01:07 +0000</pubDate>
    <guid isPermaLink="false">http://freebsd.munk.me.uk/archives/212-guid.html#c412</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by/2.5/</creativeCommons:license>
</item>

</channel>
</rss>