<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Using IP Block List Providers and the Connection Filter agent in Exchange 2007</title>
	<atom:link href="http://www.allspammedup.com/2008/12/using-ip-block-list-providers-and-the-connection-filter-agent-in-exchange-2007/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.allspammedup.com/2008/12/using-ip-block-list-providers-and-the-connection-filter-agent-in-exchange-2007/</link>
	<description></description>
	<lastBuildDate>Wed, 08 Feb 2012 21:54:46 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Scott</title>
		<link>http://www.allspammedup.com/2008/12/using-ip-block-list-providers-and-the-connection-filter-agent-in-exchange-2007/comment-page-1/#comment-18518</link>
		<dc:creator>Scott</dc:creator>
		<pubDate>Wed, 08 Dec 2010 01:49:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.allspammedup.com/?p=240#comment-18518</guid>
		<description>Thank you for posting this article. I was fairly confident where to add my blicklist provider but I was not entirely sure until I came across this article. Thank you again</description>
		<content:encoded><![CDATA[<p>Thank you for posting this article. I was fairly confident where to add my blicklist provider but I was not entirely sure until I came across this article. Thank you again</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Ed Fisher</title>
		<link>http://www.allspammedup.com/2008/12/using-ip-block-list-providers-and-the-connection-filter-agent-in-exchange-2007/comment-page-1/#comment-15613</link>
		<dc:creator>Ed Fisher</dc:creator>
		<pubDate>Tue, 26 Oct 2010 15:40:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.allspammedup.com/?p=240#comment-15613</guid>
		<description>Hi Mario,
 
There are a couple of ways you can determine how many SMTP connections your server is currently working with. The queue viewer is a graphical tool in the Exchange Management Console. Go to the toolbox, and you will see the queue viewer. Since you are probably more interested in the raw number of sessions (as opposed to the other side) you can also use Perfmon to view this. Look for the counters for  &quot;MSExchangeTransport SmtpReceive&quot; and &quot;MSExchangeTransport SmtpSend.&quot;
 
If you want to see how many DNS queries your server is running at any point in time, you can only use Perfmon counters if the DNS server service is installed on the machine. You probably don&#039;t have that service installed on your Exchange server, and your DNS server is probably already processing a ton of queries for other clients, so I would take a network trace on UDP 53 and just gather statistics that way. If your server processes both inbound and outbound mail, you will need to do some guesstimating to eliminate the DNS queries generated from sending mail, but I already mentioned that counter above. Just remember that your Exchange server&#039;s resolver cache will hold on to records resolved for the duration of the TTL, so round down to nearest random number unless clear your resolver cache frequently during the monitoring, or reduce the maximum TTL for caching to 1.
 
·  Start Registry Editor (Regedit.exe).
·  Locate the MaxCacheEntryTtlLimit value under the following registry key:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Dnscache\Parameters
·  On the Edit menu, click Modify. Type 1, and then click OK.
·  Quit Registry Editor.
 
I don&#039;t recommend doing that, and since most systems I have dealt with send multiple emails to the same destination domain, I usually just guestimate it based on 10% of the outbound. Since enabling DNS RBL is going to surge your DNS queries, you can probably just look at the number of inbound messages and figure that this will equal the number of new DNS queries generated.
It&#039;s more art than science here, so that is &#039;good enough&#039; for me.
 
Hope this helps,
Ed</description>
		<content:encoded><![CDATA[<p>Hi Mario,</p>
<p>There are a couple of ways you can determine how many SMTP connections your server is currently working with. The queue viewer is a graphical tool in the Exchange Management Console. Go to the toolbox, and you will see the queue viewer. Since you are probably more interested in the raw number of sessions (as opposed to the other side) you can also use Perfmon to view this. Look for the counters for  &#8220;MSExchangeTransport SmtpReceive&#8221; and &#8220;MSExchangeTransport SmtpSend.&#8221;</p>
<p>If you want to see how many DNS queries your server is running at any point in time, you can only use Perfmon counters if the DNS server service is installed on the machine. You probably don&#8217;t have that service installed on your Exchange server, and your DNS server is probably already processing a ton of queries for other clients, so I would take a network trace on UDP 53 and just gather statistics that way. If your server processes both inbound and outbound mail, you will need to do some guesstimating to eliminate the DNS queries generated from sending mail, but I already mentioned that counter above. Just remember that your Exchange server&#8217;s resolver cache will hold on to records resolved for the duration of the TTL, so round down to nearest random number unless clear your resolver cache frequently during the monitoring, or reduce the maximum TTL for caching to 1.</p>
<p>·  Start Registry Editor (Regedit.exe).<br />
·  Locate the MaxCacheEntryTtlLimit value under the following registry key:<br />
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Dnscache\Parameters<br />
·  On the Edit menu, click Modify. Type 1, and then click OK.<br />
·  Quit Registry Editor.</p>
<p>I don&#8217;t recommend doing that, and since most systems I have dealt with send multiple emails to the same destination domain, I usually just guestimate it based on 10% of the outbound. Since enabling DNS RBL is going to surge your DNS queries, you can probably just look at the number of inbound messages and figure that this will equal the number of new DNS queries generated.<br />
It&#8217;s more art than science here, so that is &#8216;good enough&#8217; for me.</p>
<p>Hope this helps,<br />
Ed</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Mario</title>
		<link>http://www.allspammedup.com/2008/12/using-ip-block-list-providers-and-the-connection-filter-agent-in-exchange-2007/comment-page-1/#comment-15596</link>
		<dc:creator>Mario</dc:creator>
		<pubDate>Tue, 26 Oct 2010 12:54:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.allspammedup.com/?p=240#comment-15596</guid>
		<description>Hello Paul, 

We&#039;re looking to implement spam blocking for quite a while now and have been looking into using Spamhause as RBL provider. 
What is unclear to me is how to check where we currently are with the number of SMTP connections and the DNSBL queries. Is there a way I can check this from our Exchange 2007 platform ?

Thanks,
Mario</description>
		<content:encoded><![CDATA[<p>Hello Paul, </p>
<p>We&#8217;re looking to implement spam blocking for quite a while now and have been looking into using Spamhause as RBL provider.<br />
What is unclear to me is how to check where we currently are with the number of SMTP connections and the DNSBL queries. Is there a way I can check this from our Exchange 2007 platform ?</p>
<p>Thanks,<br />
Mario</p>]]></content:encoded>
	</item>
</channel>
</rss>

