On Tue, 1 Mar 2005, Fred Viles wrote:
> On 1 Mar 2005 at 23:38, Alan J. Flavell wrote about
> "[exim] Upgrading from ":
Sorry about that! it was meant to say "Upgrading from
host_reject_connection", but somehow it fell apart in the posting.
> | Oh well. Never mind the details. I looked around for a simple
> | recipe for adapting this to (reasonably) current practice, but
> | haven't actually seen one. Is it thought to be too obvious,
>
> That would be my guess. Untested, but wouldn't it just be:
>
> acl_smtp_connect = check_connecting_hosts
> ...
> check_connecting_hosts:
> deny hosts = CONFIG_DIR/smtp_refuse : *.dsl.telesp.net.br
ta!
> That's assuming CONFIG_DIR starts with a '/'
Indeed. In fact and FWIW, it's CONFIG_DIR=/etc/exim4
> and smtp_refuse contains just hostnames and IPs.
right.