Information and Links
Join the fray by commenting, tracking what others have to say, or linking to it from your blog.
NJABL.org Dynablock is no longer
Recently I have noticed a great increase in spam going through our servers. In the past I used only 3 lists in my sendmail.mc file to block spammers at the front door. Those were:
-
dnl #
-
dnl # The -t option will retry delivery if e.g. the user runs over his quota.
-
dnl #
-
FEATURE(`dnsbl',`sbl-xbl.spamhaus.org',`"550 Denied RBL " $&{client_addr} " by zen.spamhaus.org"')dnl
-
FEATURE(`dnsbl',`dynablock.njabl.org',`"550 Denied RBL " $&{client_addr} " by dynablock.njabl.org"')dnl
-
FEATURE(`dnsbl',`list.dsbl.org',`"550 Denied RBL " $&{client_addr} " by list.dsbl.org"')dnl
After a bit of research I discovered this page on njabl.org. Which basically tells us the spamhaus.org now looks after the dynablock list. After a quick adjustment of my sendmail.mc file on my RHEL4 Ensim servers ( found at /usr/lib/opcenter/sendmail/install/ ) to look like this:
-
dnl #
-
dnl # The -t option will retry delivery if e.g. the user runs over his quota.
-
dnl #
-
FEATURE(`dnsbl',`zen.spamhaus.org',`"550 Denied RBL " $&{client_addr} " by zen.spamhaus.org"')dnl
and a rebuild of my sendmail.cf file ( m4 /usr/lib/opcenter/sendmail/install/sendmail.mc > /etc/mail/sendmail.cf ), and then restarting sendmail ( /etc/init.d/sendmail restart ), I noticed a huge decrease in the spam going through my server.
More information on the zen.spamhaus.org block list can be found here.


[...] ernesto medellinshecky greenelatest news on emilio navairabernie williams guitarNJABL.org Dynablock is no longer FEATURE`dnsbl’,`list.dsbl.org’,`"550 Denied RBL " &ampclient_addr " by [...]