Re: [exim] mail forward comma separated list

Top Page
Delete this message
Reply to this message
Author: Jeremy Harris
Date:  
To: exim-users
Subject: Re: [exim] mail forward comma separated list
On 2012-04-12 16:41, Kyle King wrote:
> yes but how would I do the delivery? deliver {ldap_lookup} doesn't work.


foo_aliases:
driver = redirect
condition = <is this one an alias?>
data = ${lookup ...}

That handles the alias lookups. Your existing delivery mechanisms
handle whatever the results are; you don't have to specify explicitly.
Have a read of the docs, starting with
http://exim.org/exim-html-current/doc/html/spec_html/ch22.html

--
Jeremy