Ran into that same situation. Would be interested if there is a good
solution.
I just maintain my lists outside ldap.
On Fri, Nov 18, 2005 at 12:19:52PM +0000, James Davis said:
> I'm slowly getting there and getting used to working with exim. I'm
> rather stuck at the moment trying to work out how to use posixGroup
> entries in LDAP to store mailing list members. I can lookup the uids of
> the members using the following line
>
> data=${lookup\
> ldap{ldap://localhost/dc=jolt,dc=co,dc=uk?\
> memberUid?sub?(mail=${local_part}@${domain})\
> }\
> }\
>
> From this stage, how do I perform additional lookups, using these uids
> fetched with the above query to lookup the e-mail addresses of the users?
>
> James
>
> --
> http://www.freecharity.org.uk/ - Free hosting for charities
> http://jamesd.ukgeeks.co.uk/
>
> --
> ## 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/