<?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 : Ldap and Imail</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 : Ldap and Imail]]></description>
  <pubDate>Mon, 14 Sep 2026 04:22:39 +0000</pubDate>
  <lastBuildDate>Wed, 05 Aug 2009 10:42:32 +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=6728</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[Ldap and Imail : I&amp;#039;ll try  thank you. ]]></title>
   <link>https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=6728&amp;PID=13090&amp;title=ldap-and-imail#13090</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.logsat.com/spamfilter/forums/member_profile.asp?PF=1253">luisduenas</a><br /><strong>Subject:</strong> 6728<br /><strong>Posted:</strong> 05 August 2009 at 10:42am<br /><br />I'll try<DIV>&nbsp;</DIV><DIV>thank you.</DIV>]]>
   </description>
   <pubDate>Wed, 05 Aug 2009 10:42:32 +0000</pubDate>
   <guid isPermaLink="true">https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=6728&amp;PID=13090&amp;title=ldap-and-imail#13090</guid>
  </item> 
  <item>
   <title><![CDATA[Ldap and Imail : luisduenas,Both SpamFilter ISP...]]></title>
   <link>https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=6728&amp;PID=13086&amp;title=ldap-and-imail#13086</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> 6728<br /><strong>Posted:</strong> 03 August 2009 at 10:59pm<br /><br />luisduenas,<div><br></div><div>Both SpamFilter ISP "standard" and "Enterprise" have the same exact functionality with LDAP integration, so you can use either version.</div><div><br></div><div>As you are able to obtain a successful authentication when filling in the "Search base DN" with "<span ="Apple-style-span" style="font-size: medium; line-height: normal; "><span ="Apple-style-span" style="font-size: small;">o=isourcing.com.mx</span><span ="Apple-style-span" style="font-size: 12px; line-height: 16px; ">", that indicates that your connection settings and the search mask are working correctly.</span></span></div><div><br></div><div>&nbsp;The default search mask below:</div><div><span ="Apple-style-span" style="font-family: Verdana; font-size: medium; line-height: normal; ">(|(sAMAccountName=%0:s)(uid=%0:s)(mail=%0:s))</span></div><div><span ="Apple-style-span" style="font-size: medium; line-height: normal;"><br></span></div><div><span ="Apple-style-span" style="line-height: normal; "><span ="Apple-style-span" style="font-size: small;">i</span><span ="Apple-style-span" style="font-size: small;">s</span><span ="Apple-style-span" style="font-size: small;">&nbsp;</span><span ="Apple-style-span" style="font-size: small;">u</span><span ="Apple-style-span" style="font-size: small;">s</span><span ="Apple-style-span" style="font-size: small;">e</span><span ="Apple-style-span" style="font-size: small;">d</span><span ="Apple-style-span" style="font-size: small;">&nbsp;to locate the specific user in the LDAP structure. The syntax above means that the "%0" place holder will be replaced by the username, and that the three attributes:</span></span></div><div><span ="Apple-style-span" style="font-size: small; line-height: normal;"><br></span></div><div><span ="Apple-style-span" style="line-height: normal; "><span ="Apple-style-span" style="font-size: small;">sAMAccountNAme</span></span></div><div><span ="Apple-style-span" style="line-height: normal; "><span ="Apple-style-span" style="font-size: small;">uid</span></span></div><div><span ="Apple-style-span" style="line-height: normal; "><span ="Apple-style-span" style="font-size: small;">mail</span></span></div><div><span ="Apple-style-span" style="font-size: small; line-height: normal;"><br></span></div><div><span ="Apple-style-span" style="font-size: small; line-height: normal;">will all be tested to see if they match the username. If any of them match, that will trigger a positive match. According to the ldap structuure you included in the posting, you are most likely getting a "hit" on the "uid" attribute, indicating the default mask we provide works in your environment.</span></div><div><span ="Apple-style-span" style="font-size: small; line-height: normal;"><br></span></div><div><span ="Apple-style-span" style="font-size: small; line-height: normal;">Now going back to your issue when the base dn is empty,&nbsp;<span ="Apple-style-span" style="font-size: 12px; line-height: 16px; ">SpamFilter does need a base DN to tell SpamFilter from where to start searching in LDAP. Your root domain is specified as "o=myDomains.com". That would actually normally be indicated with something like "o=myDomains,o=com". If the LDAP structure is configured accordingly, this would allow you to specify a base dn of "o=com" with all your domains branching underneath it:</span></span></div><div><br></div><div>o=com</div><div><span ="Apple-tab-span" style="white-space:pre">	</span>o=mydomains</div><div><span ="Apple-tab-span" style="white-space:pre">		</span>ou=People</div><div><span ="Apple-tab-span" style="white-space:pre">	</span>o=myotherdomain</div><div><span ="Apple-tab-span" style="white-space:pre">		</span>ou=People</div><div><br></div><div>You may also be able to configure your LDAP server to handle referrals, and to provide a reference to which servers handle the other domains. SpamFilter should follow LDAP Referrals accordingly.</div><div><span ="Apple-style-span" style="font-size: small; line-height: normal;"><br></span></div><div><span ="Apple-style-span" style="font-size: small; line-height: normal;">&nbsp;</span></div><div><span ="Apple-style-span" style="line-height: normal; "><span ="Apple-style-span" style="font-size: small;">&nbsp;</span></span></div>]]>
   </description>
   <pubDate>Mon, 03 Aug 2009 22:59:12 +0000</pubDate>
   <guid isPermaLink="true">https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=6728&amp;PID=13086&amp;title=ldap-and-imail#13086</guid>
  </item> 
  <item>
   <title><![CDATA[Ldap and Imail : Hello , I want to integrate the...]]></title>
   <link>https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=6728&amp;PID=13085&amp;title=ldap-and-imail#13085</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.logsat.com/spamfilter/forums/member_profile.asp?PF=1253">luisduenas</a><br /><strong>Subject:</strong> 6728<br /><strong>Posted:</strong> 03 August 2009 at 7:57pm<br /><br />Hello , I want to integrate the User Authentication whit the Imail mail software, SF is working in Standart Filters, <br><br>But i cant make it work&nbsp; whit differents domains.<br><br>whit one domain ej isourcing.com.mx it works <br>server : my server.<br>Specify Account : cn=Myuser, o=isourcing.com.mx<br>Search base DN : o=isourcing.com.mx<br>Search mask : (|(sAMAccountName=%0:s)(uid=%0:s)(mail=%0:s))<br><br>test result= Account successfully logged it<br><br>But if I left the search base dn empty , cause I want to use whit diferents domains.<br>Account failed: Objet does not exist (No existe el objeto)<br><br>the ldap structure is:<br><br>My server<br>&nbsp;&nbsp;&nbsp;&nbsp; o=myDomains.com<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ou=People<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; uid=myUsers<br>&nbsp;&nbsp;&nbsp;&nbsp; o=mysecondDomain.com<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ou=People<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; uid=myUsers<br><br>Do i need to change to enterprice filters in order to use a Ldap setting peer domain ?<br>or the is a way to use a varible for domaing striping like "o=%1@:s"&nbsp; to use the email domain for the search base DN ?<br><br>Regards.<br>]]>
   </description>
   <pubDate>Mon, 03 Aug 2009 19:57:29 +0000</pubDate>
   <guid isPermaLink="true">https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=6728&amp;PID=13085&amp;title=ldap-and-imail#13085</guid>
  </item> 
 </channel>
</rss>