Hello all,

On my ldap database I have a multivalued attribute called "EurListsMember".
each value say if a contact are a member of a list, exemple :

cn: De Leeuw Guy EurListsMember: AnnualReport TransportsNews ....

I try to configure exim to build a list dynamically when the localpart is a list name (exemple : [EMAIL PROTECTED]) and the sender is a local sender.

probably :
${lookup ldapm { \
ldap://ldap.eurofer.be/o=Eurofer,c=be?mail?sub?(%26(EurListsMember=${local_part})) \
} \
}

but I don't know where I put this lines, and how to configure the restrictions.
Can you help me ?

Thanks in advance,

Guy


--
## List details at http://www.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://www.exim.org/eximwiki/

Reply via email to