Hi Daniel

I had this problem too using exchange and needed to change the ldap query on 
ASSP to ensure that no contacts are included in the query anymore.

Now I use the following filters to query our LDAP from ASSP:

LDAP Filter for Local Domains (ldLDAPFilter) 

(&(|(|(|(|(&(objectclass=user)(objectcategory=person))(objectcategory=group))(objectclass=publicfolder))(!(objectclass=contact)))(objectclass=msExchDynamicDistributionList))(proxyaddresses=smtp:EMAILADDRESS))

LDAP Filter for Local Addresses (LDAPFilter)

(&(|(|(|(|(&(objectclass=user)(objectcategory=person))(objectcategory=group))(objectclass=publicfolder))(!(objectclass=contact)))(objectclass=msExchDynamicDistributionList))(proxyaddresses=smtp:EMAILADDRESS))

Some more information about LDAP:

http://www.selfadsi.de/ldap-filter.htm

best regards
Marco



-----Original Message-----
From: Daniel L. Miller [mailto:dmil...@amfes.com] 
Sent: Mittwoch, 23. Oktober 2013 23:55
To: ASSP development mailing list
Subject: Re: [Assp-test] Invalid Local Sender

Not using exchange.

I do have a different user, same domain, in a contact.  But so far I haven't 
been able to come with an LDAP search that would reveal that contact using the 
LDAP filters setup in ASSP.

--
Daniel


On 10/23/2013 2:53 PM, Tim Evans wrote:
> Are you using exchange? Is externalu...@externaldomain.com listed as a 
> contact in your AD? That bit us not too long ago.
>
> ...Tim
>
>
> -----Original Message-----
> From: Daniel L. Miller [mailto:dmil...@amfes.com]
> Sent: Wednesday, October 23, 2013 2:49 PM
> To: ASSP development mailing list
> Subject: [Assp-test] Invalid Local Sender
>
> Got a new one I can't figure out.
>
> An external address that I've previously sent/received without issue is
> now being rejected (as of two days ago).  Somehow, this external address
> is being interpreted as a local sender.
>
> Oct-23-13 14:26:04 63564-04480 [Worker_1] 74.125.82.173
> <externalu...@externaldomain.com> Message-Score: added 40 (flValencePB)
> for InvalidLocalSender, total score for this message is now 40
> Oct-23-13 14:26:04 63564-04480 [Worker_1] [InvalidLocalSender]
> 74.125.82.173 <externalu...@externaldomain.com> [spam found] Unknown
> Sender in Local Domain
>
> I have no local domains defined via files - I use LDAP.  I cannot find
> any reference to the either the external domain or the complete external
> address in my ldap database.
>
> How else can I trace this to find what the problem is?
>



------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60135991&iu=/4140/ostg.clktrk
_______________________________________________
Assp-test mailing list
Assp-test@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/assp-test



------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60135991&iu=/4140/ostg.clktrk
_______________________________________________
Assp-test mailing list
Assp-test@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/assp-test

Reply via email to