Hi Gabriel,

Gabriel Marais wrote on Wednesday, July 23, 2008 10:00 AM:

> On my Exim config, I have the following config :-
> 
> hostlist   relay_from_hosts = /usr/local/etc/exim/business_adsl_ip_blocks.txt

I'm not sure you can simply reference a file like this. I think
you *have to* tell exim how to search through the file, in this
case by prepending "lsearch;": 

hostlist relay_from_hosts = lsearch;/usr/.../business_adsl_ip_blocks.txt
 
Hope this helps,
Dominik


-- 
## 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/

Reply via email to