>
> Hello everyone,
>
> Is it possible to read in an Exim list from a file?
> Specifically I need
> to read a domain list from a file.
>
>
Yes. Have a look at
http://www.exim.org/exim-html-current/doc/html/spec_html/ch10.html#SECTfilnamlis
(If an item in a domain, host, address, or local part list is an absolute file name (beginning with a slash character), each line of the file is read and processed as if it were an independent item in the list, except that further file names are not allowed, and no expansion of the data from the file takes place. )
John