<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Luka Manojlovic &#187; Block List Service Configuration</title>
	<atom:link href="http://luka.manojlovic.net/tag/block-list-service-configuration/feed/" rel="self" type="application/rss+xml" />
	<link>http://luka.manojlovic.net</link>
	<description>Luka&#039;s technical blog</description>
	<lastBuildDate>Sun, 18 Dec 2011 14:19:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Konfiguracija Exchange 2003 SP2 strežnika za filtriranje proti črnim listam, uporaba Intelligent message filter-ja ter Sender ID procesiranje / Configuration of Exchange 2003 SP2 to filter mail using black lists, usage of Intelligent message filter and Sender ID processing</title>
		<link>http://luka.manojlovic.net/2007/02/06/konfiguracija-exchange-2003-sp2-streznika-za-filtriranje-proti-crnim-listam-uporaba-intelligent-message-filter-ja-ter-sender-id-procesiranje-configuration-of-exchange-2003-sp2-to-filter-mail-using/</link>
		<comments>http://luka.manojlovic.net/2007/02/06/konfiguracija-exchange-2003-sp2-streznika-za-filtriranje-proti-crnim-listam-uporaba-intelligent-message-filter-ja-ter-sender-id-procesiranje-configuration-of-exchange-2003-sp2-to-filter-mail-using/#comments</comments>
		<pubDate>Tue, 06 Feb 2007 16:50:08 +0000</pubDate>
		<dc:creator>manojlovicl</dc:creator>
				<category><![CDATA[MS Exchange server]]></category>
		<category><![CDATA[MS Exchange server 2003]]></category>
		<category><![CDATA[SPF / SenderID]]></category>
		<category><![CDATA[Video tutorials]]></category>
		<category><![CDATA[Block List Service Configuration]]></category>
		<category><![CDATA[Connection Filtering]]></category>
		<category><![CDATA[Gateway Blocking Configuration]]></category>
		<category><![CDATA[Intelligent Message Filtering]]></category>
		<category><![CDATA[Message delivery]]></category>
		<category><![CDATA[Message Delivery Properties]]></category>
		<category><![CDATA[Sender ID Filtering]]></category>
		<category><![CDATA[SMTP configuration]]></category>
		<category><![CDATA[SPF record]]></category>
		<category><![CDATA[Store Junk E-mail Configuration]]></category>

		<guid isPermaLink="false">http://luka.manojlovic.net/2007/02/06/konfiguracija-exchange-2003-sp2-streznika-za-filtriranje-proti-crnim-listam-uporaba-intelligent-message-filter-ja-ter-sender-id-procesiranje-configuration-of-exchange-2003-sp2-to-filter-mail-using/</guid>
		<description><![CDATA[Konfiguracija Exchange 2003 SP2 strežnika za filtriranje proti črnim listam, uporaba Intelligent message filter-ja ter Sender ID procesiranje / Configuration of Exchange 2003 SP2 to filter mail using black lists, usage of Intelligent message filter and Sender ID processing Nekaj zlatih pravil na katere moramo biti pozorni pri konfiguraciji poštnih strežnikov. / Some rules to [...]]]></description>
			<content:encoded><![CDATA[<p><strong><em>Konfiguracija Exchange 2003 SP2 strežnika za filtriranje proti črnim listam, uporaba Intelligent message filter-ja ter Sender ID procesiranje / Configuration of Exchange 2003 SP2 to filter mail using black lists, usage of Intelligent message filter and Sender ID processing</em></strong></p>
<p>Nekaj zlatih pravil na katere moramo biti pozorni pri konfiguraciji poštnih strežnikov. / Some rules to be aware of when configuring mail servers.<br />
<em><strong>DNS nivo / DNS layer</strong></em></p>
<p>1. MX zapis mora obstajati / MX record must exist<br />
Za test lahko v ukazni vrstici vpišete ukaz / For testing you can try to get the MX record using nslookup command:<br />
nslookup<br />
set type=MX<br />
company.com<br />
Kot rezultat bi morali dobiti / As result you should get:<br />
company.com MX preference = 10, mail exchanger = mail.company.com</p>
<p>2. Forward in reverse DNS zapis se morata ujemati / Forward and reverse DNS record must be the same<br />
Primer / Example:<br />
Recimo, da MX zapis za domeno company.com kaže na poddomeno domene company.com in sicer na mail.company.com. V primeru, da izvršimo ukaz ping v ukazni vrstici dobimo rezultat: / Let say, that MX record for domain name company.com points to subdomain of company.com &#8211; mail.company.com. In this case you can check by pinging hostname and get the result:</p>
<p>C:\&gt;ping mail.company.com<br />
Pinging mail.company.com [123.123.123.123] with 32 bytes of data:<br />
Reply from 123.123.123.123: bytes=32 time=119ms TTL=238 &#8230;</p>
<p>Ce pa izvršimo ukaz, ki nam iz IP naslova razreši DNS zapis moramo dobiti rezultat: / If we try to make a reverse lookup we should get the same result:</p>
<p>C:\&gt;ping <strong>-a</strong> 123.123.123.123<br />
Pinging mail.company.com [123.123.123.123] with 32 bytes of data:<br />
Reply from 123.123.123.123: bytes=32 time=111ms TTL=238<br />
&#8230;</p>
<p><em><strong>Nivo poštnega strežnika (SMTP strežnika) / Mail server layer (SMTP server)</strong></em></p>
<p>SMTP strežnik se mora oglasiti z istim imenom, kot je vpisan v MX zapisu &#8211; v našem primeru: mail.company.com. To pa lahko preizkušamo tako, da se z uporabo programa telnet povezemo na poštni strežnik na portu 25. / SMTP server should present with the same name as a name in MX record. In our case this is mail.company.com. This can be tested using telnet program connecting to port 25 of our mail server.<br />
Kot rezultat bi morali dobiti: / As a result you should get:</p>
<p>220 <strong>mail.company.com</strong> Microsoft ESMTP MAIL Service, Version: 6.0.3790.1830 ready at Mon, 5 Feb 2007 23:07:34 +0100</p>
<p><a rel="nofollow" href="http://www.dnsreport.com/" title="http://www.dnsreport.com" class="external free">http://www.dnsreport.com</a> &#8211; preverite nastavitve svoje domen / check your domain name configuration<br />
<a rel="nofollow" href="http://www.dnsstuff.com/" title="http://www.dnsstuff.com" class="external free">http://www.dnsstuff.com</a> &#8211; dodatna orodja za pregled DNS zapisov / additional tools for checking DNS records<br />
<a rel="nofollow" href="http://www.microsoft.com/mscorp/safety/content/technologies/senderid/wizard/" title="http://www.microsoft.com/mscorp/safety/content/technologies/senderid/wizard/" class="external free">http://www.microsoft.com/mscorp/safety/content/technologies/senderid/wizard/</a> &#8211; Sender policy framework &#8211; generator TXT zapisa / Sender policy framework TXT record generator</p>
<p><a href="http://luka.manojlovic.net/index.php/Image:Video-small.jpg" title="Image:Video-small.jpg" class="image"></a> <img border="0" width="20" src="http://luka.manojlovic.net/store/images/Video-small.jpg" height="15" /> <a rel="nofollow" href="http://store.manojlovic.net/videos/Microsoft/Exchange2003SP2/01%20-%20Part%20I%20-%20Message%20delivery%20properties%20-%20General.htm" title="http://store.manojlovic.net/videos/Microsoft/Exchange2003SP2/01%20-%20Part%20I%20-%20Message%20delivery%20properties%20-%20General.htm" class="external text"><strong><font color="#3366bb">I. del / Part I. &#8211; Message delivery properties &#8211; general</font></strong></a><br />
<a rel="nofollow" href="http://store.manojlovic.net/videos/Microsoft/Exchange2003SP2/01%20-%20Part%20I%20-%20Message%20delivery%20properties%20-%20General.wnk" title="http://store.manojlovic.net/videos/Microsoft/Exchange2003SP2/01%20-%20Part%20I%20-%20Message%20delivery%20properties%20-%20General.wnk" class="external text"><font color="#3366bb">(wink source)</font></a> </p>
<p><a href="http://luka.manojlovic.net/index.php/Image:Video-small.jpg" title="Image:Video-small.jpg" class="image"></a><img border="0" width="20" src="http://luka.manojlovic.net/store/images/Video-small.jpg" height="15" /> <a rel="nofollow" href="http://store.manojlovic.net/videos/Microsoft/Exchange2003SP2/02%20-%20Part%20II%20-%20Message%20delivery%20properties%20-%20Connection%20Filtering.htm" title="http://store.manojlovic.net/videos/Microsoft/Exchange2003SP2/02%20-%20Part%20II%20-%20Message%20delivery%20properties%20-%20Connection%20Filtering.htm" class="external text"><strong><font color="#3366bb">II. del / Part II. &#8211; Message delivery properties &#8211; Connection filtering</font></strong></a><br />
<a rel="nofollow" href="http://store.manojlovic.net/videos/Microsoft/Exchange2003SP2/02%20-%20Part%20II%20-%20Message%20delivery%20properties%20-%20Connection%20Filtering.wnk" title="http://store.manojlovic.net/videos/Microsoft/Exchange2003SP2/02%20-%20Part%20II%20-%20Message%20delivery%20properties%20-%20Connection%20Filtering.wnk" class="external text"><font color="#3366bb">(wink source)</font></a> </p>
<p><a href="http://luka.manojlovic.net/index.php/Image:Video-small.jpg" title="Image:Video-small.jpg" class="image"></a><img border="0" width="20" src="http://luka.manojlovic.net/store/images/Video-small.jpg" height="15" /> <a rel="nofollow" href="http://store.manojlovic.net/videos/Microsoft/Exchange2003SP2/03%20-%20Part%20III%20-%20Intelligent%20message%20filter%20and%20Sender%20ID%20Filtering.htm" title="http://store.manojlovic.net/videos/Microsoft/Exchange2003SP2/03%20-%20Part%20III%20-%20Intelligent%20message%20filter%20and%20Sender%20ID%20Filtering.htm" class="external text"><strong><font color="#3366bb">III. del / Part III. &#8211; Message delivery properties &#8211; IMFv2 / Sender ID filtering</font></strong></a><br />
<a rel="nofollow" href="http://store.manojlovic.net/videos/Microsoft/Exchange2003SP2/03%20-%20Part%20III%20-%20Intelligent%20message%20filter%20and%20Sender%20ID%20Filtering.wnk" title="http://store.manojlovic.net/videos/Microsoft/Exchange2003SP2/03%20-%20Part%20III%20-%20Intelligent%20message%20filter%20and%20Sender%20ID%20Filtering.wnk" class="external text"><font color="#3366bb">(wink source)</font></a> </p>
<p><a href="http://luka.manojlovic.net/index.php/Image:Video-small.jpg" title="Image:Video-small.jpg" class="image"></a><img border="0" width="20" src="http://luka.manojlovic.net/store/images/Video-small.jpg" height="15" /> <a rel="nofollow" href="http://store.manojlovic.net/videos/Microsoft/Exchange2003SP2/04%20-%20Part%20IV%20-%20Activate%20filters%20on%20SMTP%20server.htm" title="http://store.manojlovic.net/videos/Microsoft/Exchange2003SP2/04%20-%20Part%20IV%20-%20Activate%20filters%20on%20SMTP%20server.htm" class="external text"><strong><font color="#3366bb">IV. del / Part IV. &#8211; Activate filters on SMTP server</font></strong></a><br />
<a rel="nofollow" href="http://store.manojlovic.net/videos/Microsoft/Exchange2003SP2/04%20-%20Part%20IV%20-%20Activate%20filters%20on%20SMTP%20server.wnk" title="http://store.manojlovic.net/videos/Microsoft/Exchange2003SP2/04%20-%20Part%20IV%20-%20Activate%20filters%20on%20SMTP%20server.wnk" class="external text"><font color="#3366bb">(wink source)</font></a> </p>
<p><a href="http://luka.manojlovic.net/index.php/Image:Video-small.jpg" title="Image:Video-small.jpg" class="image"></a><img border="0" width="20" src="http://luka.manojlovic.net/store/images/Video-small.jpg" height="15" /> <a rel="nofollow" href="http://store.manojlovic.net/videos/Microsoft/Exchange2003SP2/05%20-%20Part%20V%20-%20SMTP%20server%20name.htm" title="http://store.manojlovic.net/videos/Microsoft/Exchange2003SP2/05%20-%20Part%20V%20-%20SMTP%20server%20name.htm" class="external text"><strong><font color="#3366bb">V. del / Part V. &#8211; SMTP server name</font></strong></a></p>
]]></content:encoded>
			<wfw:commentRss>http://luka.manojlovic.net/2007/02/06/konfiguracija-exchange-2003-sp2-streznika-za-filtriranje-proti-crnim-listam-uporaba-intelligent-message-filter-ja-ter-sender-id-procesiranje-configuration-of-exchange-2003-sp2-to-filter-mail-using/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

