View Single Post

   
  #2 (permalink)  
Old 01-27-2008, 09:17 AM
Andrew Hodgson
 
Posts: n/a
Default Re: Debian Exim4 in Etch - blacklist all IP addresses but allow one through?

On Fri, 25 Jan 2008 17:18:26 +0000, Andrew Hodgson <me3@privacy.net>
wrote:

>Hi,
>
>I wish to blacklist all the IP addresses from sending mail into the
>Exim4 box. However, I do want one IP address to be allowed through.
>
>I have read the docs and ran the commands:
>
>echo * >>/etc/exim4/local_host_blacklist
>echo ip.of.good.host >>/etc/exim4/local_host_whitelist
>/etc/init.d/exim4 reload


Problem was due to LFs at the end of the relevant entries. Sorry
about that.

Andrew.
Reply With Quote