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 >-------- Оригинално писмо -------- >От: Dennis Isaías Cervantes [email protected] >Относно: Re: [exim] block a domain *.top >До: "'Jeremy Harris'" , >Изпратено на: 12.10.2016 21:48 Any idea which ACL can I use? -----Mensaje original----- De: Exim-users [mailto:[email protected]] En nombre de Jeremy Harris Enviado el: miércoles, 12 de octubre de 2016 7:45 a. m. Para: [email protected] Asunto: Re: [exim] block a domain *.top On 12/10/16 14:39, Dennis Isaías Cervantes wrote: > how it could do to prevent a particular domain to write me, but in > total for example * .TOP At some suitable point in your ACLs, probably the recipient ACL, deny domains = *.top Docs at: http://exim.org/exim-html-current/doc/html/spec_html/ -- Cheers, Jeremy -- ## 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/ -- ## 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/ -- ## 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/
