On Sun, Aug 29, 2010 at 01:20:39AM +0200, Marco Rebsamen wrote: > query_filter = proxyaddresses=...@domain1.ch*
DO NOT use wildcard "*" patters to match recipients. The correct query is: query_filter = proxyAddresses=smtp:%...@domain1.ch or, more typically: query_filter = proxyAddresses=smtp:%s Since AD will need to know all the proxyAddresses for a given user, so there is generally no need to normalize the domain. -- Viktor.