Re: [exim] block a tld domain

Top Page
Delete this message
Reply to this message
Author: Dennis Isaías Cervantes
Date:  
To: 'James Gibbard'
CC: exim-users
Subject: Re: [exim] block a tld domain

If you put the lines in the acl but the messages continue to arrive * .TOP
Thanks for your help

-----Mensaje original-----
De: James Gibbard [mailto:thisbodydrop@gmail.com]
Enviado el: miércoles, 19 de octubre de 2016 9:34 a. m.
Para: dennis.cervantes@???
CC: exim-users@???
Asunto: Re: [exim] block a tld domain

Did you try the advice you were given the last time you asked this question?

Kuncho advised:

"Hi,

In acl_check_rcpt put something like this:

deny
senders = /etc/exim/deny_senders

Create file deny_senders and block what you want , like:

*.top
*.br
*.in"

On Wed, Oct 19, 2016 at 2:46 PM, Dennis Isaías Cervantes <dennis.cervantes@???> wrote:
>
> Hello everyone I have found that I can add these lines to block
> directly into a domininio tld eg * .TOP, but in the example I found
> what made directly by CPANEL how could I do it manually in the
> configuration file exim
>
>
> thanks for your help
>
>
>
> reject_domains:
>
> driver = redirect
>
> # RBL Blacklist incoming hosts
>
> domains = +exim_blacklist
>
> allow_fail
>
> data = :fail: Connection rejected: SPAM source $domain is manually
> blacklisted
>
> --
> ## List details at https://lists.exim.org/mailman/listinfo/exim-users
> ## Exim details at http://www.exim.org/ ## Please use the Wiki with
> this list - http://wiki.exim.org/