<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="http://syndication.webwiz.co.uk/rss_namespace/">
 <channel>
  <title>Spam Filter ISP Forums : AllowedDomains Question</title>
  <link>https://www.logsat.com/spamfilter/forums/</link>
  <description><![CDATA[This is an XML content feed of; Spam Filter ISP Forums : Spam Filter ISP Support : AllowedDomains Question]]></description>
  <pubDate>Mon, 13 Apr 2026 10:19:45 +0000</pubDate>
  <lastBuildDate>Tue, 21 Aug 2007 18:32:36 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 11.04</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>https://www.logsat.com/spamfilter/forums/RSS_post_feed.asp?TID=6203</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Spam Filter ISP Forums]]></title>
   <url>https://www.logsat.com/spamfilter/forums/forum_images/web_wiz_forums.png</url>
   <link>https://www.logsat.com/spamfilter/forums/</link>
  </image>
  <item>
   <title><![CDATA[AllowedDomains Question : Hi roberto,  yes already doing...]]></title>
   <link>https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=6203&amp;PID=10783&amp;title=alloweddomains-question#10783</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.logsat.com/spamfilter/forums/member_profile.asp?PF=239">atifghaffar</a><br /><strong>Subject:</strong> 6203<br /><strong>Posted:</strong> 21 August 2007 at 6:32pm<br /><br />Hi roberto,<br /><br />yes already doing that.<br /><br />It worked fine. thanks.<br />]]>
   </description>
   <pubDate>Tue, 21 Aug 2007 18:32:36 +0000</pubDate>
   <guid isPermaLink="true">https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=6203&amp;PID=10783&amp;title=alloweddomains-question#10783</guid>
  </item> 
  <item>
   <title><![CDATA[AllowedDomains Question : The wildcard will be a problem,...]]></title>
   <link>https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=6203&amp;PID=10759&amp;title=alloweddomains-question#10759</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.logsat.com/spamfilter/forums/member_profile.asp?PF=8">LogSat</a><br /><strong>Subject:</strong> 6203<br /><strong>Posted:</strong> 19 August 2007 at 6:48pm<br /><br />The wildcard will be a problem, as that will cause SpamFilter to accept emails for every single domain, and thus will cause SpamFilter to become an open relay.<br>You will have to prevent that from happening, either by using an "AuthorizedTO" whitelist to define the allowed users, or by limiting the acces by IP (which is not practical if the server is receiving emails from the internet).<br>]]>
   </description>
   <pubDate>Sun, 19 Aug 2007 18:48:34 +0000</pubDate>
   <guid isPermaLink="true">https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=6203&amp;PID=10759&amp;title=alloweddomains-question#10759</guid>
  </item> 
  <item>
   <title><![CDATA[AllowedDomains Question : Roberto, yes that was the question...]]></title>
   <link>https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=6203&amp;PID=10758&amp;title=alloweddomains-question#10758</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.logsat.com/spamfilter/forums/member_profile.asp?PF=239">atifghaffar</a><br /><strong>Subject:</strong> 6203<br /><strong>Posted:</strong> 19 August 2007 at 4:07pm<br /><br />Roberto, yes that was the question including the wildcard too.<br />I will have <br />atif.com:1.1.1.1<br />*&nbsp;&nbsp;&nbsp;(&lt;-- wildcard)<br /><br />So that I can exceptionaly provide a filter and forward service for atif.com domain while follow the regular rules for all other domains.<br /><br />I will try it and let you know if this works.]]>
   </description>
   <pubDate>Sun, 19 Aug 2007 16:07:13 +0000</pubDate>
   <guid isPermaLink="true">https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=6203&amp;PID=10758&amp;title=alloweddomains-question#10758</guid>
  </item> 
  <item>
   <title><![CDATA[AllowedDomains Question : Atif,I&amp;#039;m sorry, you lost...]]></title>
   <link>https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=6203&amp;PID=10754&amp;title=alloweddomains-question#10754</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.logsat.com/spamfilter/forums/member_profile.asp?PF=8">LogSat</a><br /><strong>Subject:</strong> 6203<br /><strong>Posted:</strong> 17 August 2007 at 11:54pm<br /><br />Atif,<br><br>I'm sorry, you lost me here :-) maybe it's the wildcard in there...<br><br>So let me try explaining how that list works.<br><br>In the AllowedDomains.txt file you can specify, for any domain in that list, an optional destination SMTP server (and an optional port) where to forward emails addressed to that domain. If a domain has the optional destination SMTP server, that's where the emails will be forwarded. If there is not an optional dest. server, the emails will be forwarded to your default destination SMTP server in SpamFilter.<br><br>So if you have in the list:<br><br>atif.com<br>roberto.com<br>particulardomain.com:192.168.1.1<br>particulardomain2.com:192.168.1.2:26<br><br>emails to atif.com and roberto.com will be delivered to your "regular" destination SMTP server.<br>The ones to particulardomain.com will be forwared to port 25 on 192.168.1.1.<br>The ones to particulardomain2.com will be forwared to port 26 on 192.168.1.2.<br><br>Was this the question...?<br>]]>
   </description>
   <pubDate>Fri, 17 Aug 2007 23:54:37 +0000</pubDate>
   <guid isPermaLink="true">https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=6203&amp;PID=10754&amp;title=alloweddomains-question#10754</guid>
  </item> 
  <item>
   <title><![CDATA[AllowedDomains Question :    atifghaffar wrote:Hello all,Can...]]></title>
   <link>https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=6203&amp;PID=10752&amp;title=alloweddomains-question#10752</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.logsat.com/spamfilter/forums/member_profile.asp?PF=239">atifghaffar</a><br /><strong>Subject:</strong> 6203<br /><strong>Posted:</strong> 17 August 2007 at 8:39pm<br /><br /><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by atifghaffar" alt="Originally posted by atifghaffar" style="vertical-align: text-bottom;" /> <strong>atifghaffar wrote:</strong><br /><br />Hello all,<br><br>Can I have for SFI in my AllowedDomains.txt<br>particulardomain.com:IP.ADDRESS.FOR.RELAY<br></td></tr></table><br>I meant, IP.ADDRESS.FOR.NEXT.HOP]]>
   </description>
   <pubDate>Fri, 17 Aug 2007 20:39:53 +0000</pubDate>
   <guid isPermaLink="true">https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=6203&amp;PID=10752&amp;title=alloweddomains-question#10752</guid>
  </item> 
  <item>
   <title><![CDATA[AllowedDomains Question : Hello all,Can I have for SFI in...]]></title>
   <link>https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=6203&amp;PID=10751&amp;title=alloweddomains-question#10751</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.logsat.com/spamfilter/forums/member_profile.asp?PF=239">atifghaffar</a><br /><strong>Subject:</strong> 6203<br /><strong>Posted:</strong> 17 August 2007 at 8:38pm<br /><br />Hello all,<br><br>Can I have for SFI in my AllowedDomains.txt<br>particulardomain.com:IP.ADDRESS.FOR.RELAY<br>*<br><br>this way, I can filter and relay mails for a particular domain while using the standard settings for the rest of the domains.<br><br>thanks in advance.<br><br><br>]]>
   </description>
   <pubDate>Fri, 17 Aug 2007 20:38:22 +0000</pubDate>
   <guid isPermaLink="true">https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=6203&amp;PID=10751&amp;title=alloweddomains-question#10751</guid>
  </item> 
 </channel>
</rss>