* Victor Duchovni <postfix-users@postfix.org>:
> 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

Is "smtp:%s" sufficient? IIRC the main mail address is noted as "SMTP:%s". A
query that catches those too would be this:

     query_filter = (|(proxyAddresses=smtp:%s)(proxyAddresses=SMTP:%s))

p...@rick

-- 
All technical questions asked privately will be automatically answered on the
list and archived for public access unless privacy is explicitely required and
justified.

saslfinger (debugging SMTP AUTH):
<http://postfix.state-of-mind.de/patrick.koetter/saslfinger/>

Reply via email to