Hi Viktor ,

 I am using virtual alias maps for lookup , and I can see at the debug
log that forwarding mail addresses and alternate addresses are
calculated correctly . Anyway I got a idea yesterday (to disable
amavis-new) , so after that postfix , delivered the emails correctly to
all mailboxes . So it seems that there's something wrong on that part .

Regards,
Nickitas

On 30/12/2014 05:57 μμ, Viktor Dukhovni wrote:
> 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).
>

Reply via email to