Re: [exim] mail forward comma separated list

Page principale
Supprimer ce message
Répondre à ce message
Auteur: Jeremy Harris
Date:  
À: exim-users
Sujet: 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