On 07/03/2008, Pascal Rossi <[EMAIL PROTECTED]> wrote: > So first I thought I'll just put the domain in the DATA ACL section with > something like the following line: domains = +relay_to_hosts : > +local_domains : ! domain.tld > > But then got an error that domain list wasn't allowed in the DATA ACL...
Indeed, because the message could have more than one recipient in more than one domain at this point in the transaction. Have a look at http://wiki.exim.org/ExiscanExamples, there's an example there which basically sets up some acl_m variables in the RCPT ACL and references these in the DATA ACL. Note the discussion on limiting a message to a single recipient or a single class of recipients. Peter -- Peter Bowyer Email: [EMAIL PROTECTED] -- ## List details at http://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/
