Re: [exim] How to Block connection

Page principale
Supprimer ce message
Répondre à ce message
Auteur: John Burnham
Date:  
À: 'Ronaldo Luiz de Carvalho', 'exim-users@exim.org'
Sujet: Re: [exim] How to Block connection
>
> My Exim mail server are sending the message below, that are
> comming from an
> external IP. And the sender aren't the account that we can see.
>
>
>
> Tis IP are using my user account to mount the mail header.
>
>
>
> How to avoid this? How to block at HELO time?
>
>


Well, putting

deny hosts = ip.address.of.remoteserver

into a relevant ACL at a suitable place might be a good start.

John