Re: [exim] Upgrading from

Top Page
Delete this message
Reply to this message
Author: Fred Viles
Date:  
To: exim-users
Subject: Re: [exim] Upgrading from
On 1 Mar 2005 at 23:38, Alan J. Flavell wrote about
    "[exim] Upgrading from ":


|...
| For some curious historical reason, I see that we have:
|
| host_reject_connection = CONFIG_DIR/smtp_refuse : *.dsl.telesp.net.br
|
| 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

That's assuming CONFIG_DIR starts with a '/' and smtp_refuse contains
just hostnames and IPs.

- Fred