On Tue, Dec 30, 2014 at 09:29:38AM +0200, Nickitas wrote:

> I know that postfix does not include a ldap schema (i wish it did
> though , it would make things simpler) . I have done almost all db
> related stuff already ( authentication , domain and user lookup ) , I am
> only - for the time being - missing the forwarding method .

The virtual(5) (aka virtual_alias_maps) feature enables delivering
mail to additional or alternate addressses.

    /etc/postfix/virtual:
        # Forward
        [email protected]        [email protected]

        # Forward a copy
        [email protected]        [email protected], [email protected]

Since LDAP is just another key-value store, you can do the same
with LDAP.  Multiple result attributes or multi-valued result
attributes result in a comma-separated value as in the second
example table entry (which also has a space for readability).

-- 
        Viktor.

Reply via email to