On Wed, Sep 29, 2010 at 01:10:55PM -0400, Christopher Koeber wrote:

> Is there anyway to forward one message to multiple places using LDAP? So, if
> a message comes in to one account it can go to multiple destinations as
> specified in an LDAP configuration?

Postfix capabilities are table-type agnostic. If you can forward to
multiple recipients with any of "hash", "btree", "cdb", ... you can
forward to multiple recipients with all of them, and also with "ldap",
"mysql", "pcre", ...

See http://www.postfix.org/ADDRESS_REWRITING_README.html for details.

With LDAP, queries that return multiple results are automatically
treated the same way as an indexed table lookup that returns a
comma-separated list of results.

-- 
        Viktor.

Reply via email to