When using Sendmail I used the below syntax in sendmail.cf to block based on various blacklists.
How do I do this with Exim?
Matthew
#
# DNS based IP address spam list relays.orbd.org
R$* $: $&{client_addr}
R$-.$-.$-.$- $: <?> $(host $4.$3.$2.$1.relays.ordb.org. $: OK $)
R<?>OK $: OKSOFAR
R<?>$+ $#error $@ 5.7.1 $: "Open relay: " $&{client_addr} " blocked by relays.ordb.org: http://ordb.org/look$
How do I do this with Exim?
Matthew