Denying connections based on RBLs is a snap with Exim4. Most confusion is related to ACLs and where the definition sits.
The fastest way to deny based on RBL is to add it to whatever ACL you specify in acl_smtp_rcpt
However, you MUST put the declaration AFTER any relay allow definitions. ACLs are based on [...]
Entries Tagged as 'spam'
RBLs with Exim4 (debian friendly)
January 11th, 2008 · No Comments
Tags: Email Servers · Exim · How Tos · Mail Post · RBL · SMTP · Software · spam
Stop spam-bots in PHPBB 2.x. Cheap, easy BOT stopper
June 5th, 2007 · No Comments
WARNING! As of this writing, this information pertains to the 2.x branch of phpBB. I strongly recommend you upgrade to the latest phpBB. As of April 28, 2009 that version is 3.0.4. Please see http://phpbb.com
NOTICE: I have an updated phpBB patch for the 3.0.x version of phpBB. Please search this blog for phpBB or look [...]