Re: [Exim] ban connecting host

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Nico Erfurth
Fecha:  
A: aooi58
Cc: exim-users
Asunto: Re: [Exim] ban connecting host
Simon Bell wrote:

> Im trying to deny connections based on hostname. Ive added the following to
> my config file, but it doesn't appear to be working:
>
>   deny    hosts         = partial-lsearch;/usr/exim/hostban

>
>
> the contents of the file are:
>
> *.pipex.net
> *.pipex.com
>
> and the connecting host is in the form of blah.pipex.com
>
> where am i going wrong?


You're making it more complex than it needs to be.

deny hosts = /usr/exim/hostban

should work.

Nico