* Frank Elsner <Elsner@???> [20011206 10:53]:
>
> I want to replace my current setting (in the configuration file)
>
> rbl_domains = "rblmap.tu-berlin.de/reject:\
> relays.ordb.org/reject:\
> inputs.orbz.org/warn:\
> outputs.orbz.org/warn:\
> relays.osirusoft.com"
>
> to use a file for the lists of rbl domains.
>
> I've a file "rbl_domains" which reads
>
> rblmap.tu-berlin.de/reject
> relays.ordb.org/reject
> inputs.orbz.org/warn
> outputs.orbz.org/warn
> relays.osirusoft.com/warn
>
> but when using
> rbl_domains = lsearch;/opt/exim/tbl/rbl_domains
> or rbl_domains = dbm;/opt/exim/dbm/rbl_domains
>
> I get the following problem when testing with command
> "exim -C Configuration.NEW -d 6 -bh 130.133.236.73"
[...]
> I'm confused, as with
> local_domains = "dbm;DBM/local_domains"
>
> this kind of setup works perfectly. Am I missing some point ?
Yes, with local domains a lookup is done with domain name as a key. What
should be used as lookup key in rbl_domains?
You can use rbl_domains = /opt/exim/tbl/rbl_domains
--
Kirill