On Mon, Aug 30, 2010 at 08:50:33PM +0200, Marco Rebsamen wrote:

> 
> Ok, I'm really confused about that LDAP lookup stuff :-/
> What I want to do is to check if an address to which a message is addressed 
> really exists.
> 
> I'm currently using this script for local receipient checks:
> 
> bind_dn = j...@hive.loc
> bind_pw = ****
> server_host = 192.168.8.254
> 
> #Global Catalog port
> server_port = 3268
> 
> search_base = DC=hive, DC=loc
> query_filter = proxyAddresses=smtp:*...@unimatrix0.ch
> result_attribute = proxyAddresses

What is that pesky "*" doing in your query filter!!!

Why is "proxyAddresses" the right result attribute. I would use "mail".

Report problems accurately with supporting "postconf -n" output,
table definitions AND logs!

-- 
        Viktor.

Reply via email to