<?xml version="1.0" encoding="iso-8859-1" standalone="yes" ?>
<rss version="2.0">
<channel>
<title>RBL ZA - Last 5 questions posted:</title>
<description>South African Black Lists</description>
<link>http://www.rbl.org.za</link>	<item>
		<title><![CDATA[SpamAssassin RBL HowTO]]></title>
		<description><![CDATA[<h2>How to use</h2>
Add the following to your SpamAssassin&#39;s local.cf configuration file, or user_prefs for user-specific configuration:
<pre>
header  RCVD_IN_VIRUS_RBL_ZA   eval:check_rbl_txt(&#39;rbl.org.za&#39;, &#39;test.rbl.org.za.&#39;)
describe RCVD_IN_VIRUS_RBL_ZA Received via a relay in test.rbl.org.za
tflags RCVD_IN_VIRUS_RBL_ZA   net
score RCVD_IN_VIRUS_RBL_ZA 1.0
</pre>
Then restart spamd.<br />
<br />
The value of the &#39;score&#39; setting relates to how many SpamAssassin
points will be added to the final tally (other points come from other
methods of determining whether or not the mail is spam). You can adjust
this if you like (above configuration is for 1.0 points), of course the
higher the score here the higher the chances are of a mail being deemed
spam, even without points from other factors. By default a mail will be
marked as spam if there is 5 more more SpamAssassin points.<br />
<h2>Confirming things are working</h2>
If you see something like the the following in a mail that SpamAssassin has marked as spam it means things are working.
<pre>
2.0 RCVD_IN_VIRUS_RBL_ZA     RBL: Received via a relay in test.rbl.org.za
[p7169-ipad52marunouchi.tokyo.ocn.ne.jp is listed]
[in test.rbl.org.za.]
</pre>
]]></description>
		<link>http://www.rbl.org.za/index.php?action=artikel&amp;cat=3&amp;id=6&amp;artlang=en</link>
		<pubDate>Tue, 26 Aug 2008 08:26:00 GMT</pubDate>
	</item>
	<item>
		<title><![CDATA[Sendmail RBL HowTO]]></title>
		<description><![CDATA[<p>
<font face="arial,helvetica"><strong>RedHat and Mandrake Systems:</strong><br />
<br />
Both of these systems (and others based off of RedHat ship with a file /etc/mail/sendmail.mc<br />
that is a complete set of m4 macros needed to generate a fres /etc/sndmail.cf The easiest approach<br />
is to open this file in your favorite text editor and add a line like this, <br />
<br />
FEATURE(dnsbl, `relays.osirusoft.com&#39;, `Rejected - see http://relays.osirusoft.com&#39;)dnl<br />
FEATURE(`dnsbl&#39;, `relays.ordb.org&#39;, `Rejected - see http://ordb.org/&#39;)dnl<br />
<br />
As you can see I have two in mine, there are other lists to wich I will link to below.<br />
This strictly speeking is not needed, in fact more then one will cause a performance hit<br />
but will catch more spam so it is up to you as to what your needs are. You could even<br />
include more, MAPS maintains 3 different lists plus a fourth that includes all three but<br />
they now charge for access if you site is in any way commercial.<br />
<br />
After adding those lines to your sendmail.mc file all you need to do is as root execute<br />
the following command from the /etc/mail dir.<br />
<br />
m4 sendmail.mc &gt; ../sendmail.cf<br />
<br />
It would be a good idea to back up your old /etc/sendmail.cf beforehand.<br />
After running the m4 comman restart sendmail and you are done.
</font>
</p>
<p>
<font face="arial,helvetica"><strong>FreeBSD</strong><br />
On release 4.4+ the file you need to edit is,<br />
<br />
/etc/mail/freebsd.mc<br />
<br />
<strong>Other Linux/Unix systems:</strong>
If your running sendmail setup will be very similar but the file locations are probally<br />
different, I will add exact instructions shortly after looking on a few of these machines.<br />
<strong>Other MTA&#39;s</strong>
There is a large listing of other MTA&#39;s and how to set them up here,<br />
<br />
<a href="http://www.mail-abuse.org/rbl/usage.html">http://www.mail-abuse.org/rbl/usage.html</a></font>
</p>
<p>
<br />
<font face="arial,helvetica"><strong>Testing your setup.</strong>
<br />
You can use the following command and inputs to verify your setup.<br />
<br />
sendmail -bt -C /config/to/test/sendmail.cf<br />
&gt; .D{client_addr}127.0.0.1<br />
&gt; Basic_check_relay &lt;&gt;<br />
rewrite: ruleset 192 input: &lt; &gt;<br />
rewrite: ruleset 192 returns: OK<br />
&gt; .D{client_addr}127.0.0.2<br />
&gt; Basic_check_relay &lt;&gt;<br />
rewrite: ruleset 192 input: &lt; &gt;<br />
rewrite: ruleset 192 returns: $# error $@ 5 . 7 . 1 $: "Mail from " 127
. 0 . 0 . 2 " refused; see
http://www.mail-abuse.org/cgi-bin/lookup?127.0.0.2"<br />
&gt; CTRL/D<br />
<br />
The output/responses will be slightly different depending on your sendmail<br />
version and the list you used.</font>
</p>
]]></description>
		<link>http://www.rbl.org.za/index.php?action=artikel&amp;cat=3&amp;id=5&amp;artlang=en</link>
		<pubDate>Tue, 26 Aug 2008 08:26:00 GMT</pubDate>
	</item>
	<item>
		<title><![CDATA[Postfix RBL HowTO]]></title>
		<description><![CDATA[<dl><dt><strong><a name="reject_rbl_client" title="reject_rbl_client"></a>reject_rbl_client <em>rbl_domain=d.d.d.d</em></strong></dt><dd>Reject the request when the reversed client network address is
listed with the A record "<em>d.d.d.d</em>" under <em>rbl_domain</em>
(Postfix version 2.1 and later only).  If no "<em>=d.d.d.d</em>" is
specified, reject the request when the reversed client network
address is listed with any A record under <em>rbl_domain</em>. </dd></dl><dl><dd>
The <a href="http://www.postfix.org/postconf.5.html#maps_rbl_reject_code">maps_rbl_reject_code</a> parameter specifies the response code for
rejected requests (default:  554), the <a href="http://www.postfix.org/postconf.5.html#default_rbl_reply">default_rbl_reply</a>  parameter
specifies the default server reply, and the <a href="http://www.postfix.org/postconf.5.html#rbl_reply_maps">rbl_reply_maps</a>  parameter
specifies tables with server replies indexed by <em>rbl_domain</em>.
This feature is available in Postfix 2.0 and later.</dd></dl><dl><dd>smtpd_client_restrictions = <br />
...<br />
reject_rbl_client dnsbl.sorbs.net<br />
...</dd></dl>
]]></description>
		<link>http://www.rbl.org.za/index.php?action=artikel&amp;cat=3&amp;id=3&amp;artlang=en</link>
		<pubDate>Tue, 26 Aug 2008 08:26:00 GMT</pubDate>
	</item>
	<item>
		<title><![CDATA[Exim RBL HowTO]]></title>
		<description><![CDATA[<p>
In Exim 4.x a DNSBL lookup can be used in any of the incoming SMTP
ACLs.  However it is typical for the lookups to be used in the ACL
handling RCPT TO - this allows policies to accept mail
for postmaster or other special local parts (for
example so a blocked sender can talk to the local postmaster
about getting blocks lifted or excluded)
</p>
<p>
The use of DNSBLs is substantially documented in the main exim
specification or the 4.x versions, so will not be covered in
detail here.  However a couple of examples can be given
</p>
<pre>
  # Add a warning header if the sending host is in these
# DNSBLs but acccept the message (or rather leave it for
# later ACLs to accept/deny
warn message = X-blacklisted-at: $dnslist_domain
dnslists = blackholes.mail-abuse.org : \
dialup.mail-abuse.org
# Reject messages from senders listed in these DNSBLs
deny dnslists = blackholes.mail-abuse.org
</pre>
<p>
Documentation on these features can be found in the
specification section on
<a href="http://www.exim.org/exim-html-4.20/doc/html/spec_37.html">
Access Control Lists</a>.
</p>
<h3>RBL Configuration Options</h3>
<p>
These are fully detailed in the <a href="http://www.us.exim.org/exim-html-3.20/doc/html/spec.html" target="_top">Exim
Specification Document</a>. The specific section on RBL is <a href="http://www.us.exim.org/exim-html-3.20/doc/html/spec_46.html#SEC810">here</a> and
the rbl directives are documented starting <a href="http://www.us.exim.org/exim-html-3.20/doc/html/spec_11.html#SEC311">here</a>
</p>
<p>
A typical configuration would be a mail system which rejects
mail from machines that appear within either the MAPS RBL list or
the MAPS DUL (Dial-Up List), and also checks hosts in the RSS
lists but only marking each message has coming via an RBLed host
rather than rejecting them.  Additionally all mail to the local
postmaster always gets through, even if the host is in the MAPS
RBL list.  You also have a local private set of IPs which relay
out through this mail server on net 192.168.0.0/24 - these cannot
be contacted from outside your organisation so RBL is not an
issue.
</p>
<p>
The configuration fragment (in the main part of the exim
configuration file) to do this is:-
</p>
<pre>
# reject messages whose sending host is in MAPS/RBL &amp; MAP/DUL
# add warning to messages whose sending host is in RSS
rbl_domains = blackholes.mail-abuse.org/reject : \
dialups.mail-abuse.org/reject : \
relays.mail-abuse.org/warn 
# check all hosts other than those on internal network
rbl_hosts = !192.168.0.0/24:0.0.0.0/0
# but allow mail to postmaster@my.dom.ain even from rejected host
recipients_reject_except = postmaster@my.dom.ain
# change some logging actions (collect more data)
rbl_log_headers 	# log headers of accepted RBLed messages
rbl_log_rcpt_count	# log recipient info of accepted RBLed messages
</pre>
]]></description>
		<link>http://www.rbl.org.za/index.php?action=artikel&amp;cat=3&amp;id=2&amp;artlang=en</link>
		<pubDate>Tue, 26 Aug 2008 08:26:00 GMT</pubDate>
	</item>
	<item>
		<title><![CDATA[Spammer Bounty Project]]></title>
		<description><![CDATA[<ul>
	<li>R30,000 for a conviction in the High Court
	</li>
	<li>R15,000 for a conviction in the Magistrates court
	</li>
	<li>R7,500 for an admission of guilt fine
	</li>
</ul>
<p>
In order to qualify for the reward you must be a member of ISOC-ZA [<a rel="nofollow" href="http://isoc.org.za/membership.html" title="http://isoc.org.za/membership.html" class="external text">*join here*</a>],
and provide evidence of the judicial process (i.e. you need to identify
the spammer, report them to the police and follow up until the spammer
is convicted). 
</p>
<p>
We encourage your participation in developing this wiki.
</p>
<p>
Please keep reading to learn more how to become a spammer bounty hunter!
</p>
<p>
<a href="http://wiki.isoc.org.za/Main_Page" target="_blank" title="http://wiki.isoc.org.za/Main_Page">http://wiki.isoc.org.za</a>
</p>
<p>
 
</p>
]]></description>
		<link>http://www.rbl.org.za/index.php?action=artikel&amp;cat=2&amp;id=15&amp;artlang=en</link>
		<pubDate>Tue, 26 Aug 2008 08:25:00 GMT</pubDate>
	</item>
</channel>
</rss>