<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title>PHPDeveloper.org</title>
    <link>http://www.phpdeveloper.org</link>
    <description>Up-to-the Minute PHP News, views and community</description>
    <language>en-us</language>
    <pubDate>Wed, 23 May 2012 19:43:01 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Sebastian Nohn's Blog:  Using Net_DNSBL and Nagios to check if your SMTP server is listed in a RBL]]></title>
      <guid>http://www.phpdeveloper.org/news/8794</guid>
      <link>http://www.phpdeveloper.org/news/8794</link>
      <description><![CDATA[<p>
<i>Sebastian Nohn</i> has <a href="http://nohn.org/blog/view/id/checking_your_smtp_server_with_net_dnsbl_and_nagios">created a handy little script</a> using PEAR packages to work with a <a href="http://www.nagios.org/">Nagios</a> installation to perform an automatic check - validating that your domain isn't listed with the given black lists.
</p>
<blockquote>
<p>
<a href="http://en.wikipedia.org/wiki/DNSBL">RBLs</a> are a great way to get rid of a lot of SPAM (if you choose the right ones). On the other hand you (and users of your mail server) get in big trouble if your SMTP server gets listed on a common RBL.
</p>
<p>
Checking this manually is a job that sucks a lot, checking this automatically is an easy job with <a href="http://www.nagios.org/">Nagios</a>, <a href="http://www.php.net/">PHP</a>, <a href="http://pear.php.net/package/Net_DNSBL">Net_DNSBL</a> and <a href="http://pear.php.net/package/Console_Getopt">Console_Getopt</a>.
</p>
</blockquote>
<p>
He <a href="http://nohn.org/blog/view/id/checking_your_smtp_server_with_net_dnsbl_and_nagios">includes</a> the parts you'll need - grabbing the PEAR package, the PHP script to make the request and the changes you'll need to make to the configuration files to make it all work together.
</p>]]></description>
      <pubDate>Fri, 05 Oct 2007 10:22:00 -0500</pubDate>
    </item>
  </channel>
</rss>

