* Patrick Ben Koetter <p...@state-of-mind.de>:
> 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))

On second thought...

A query that matches all aliases goes like this:

      query_filter = proxyAddresses=smtp:%s

A query filter that matches final recipients:

      query_filter = proxyAddresses=SMTP:%s

To limit query to local domain addresses only add the domainpart:

      query_filter = proxyAddresses=smtp:%...@example.com

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