Block incoming email from specific domain @qq.com
Block incoming email from specific domain @qq.com
Hello,
I am trying to block all incoming from specific domain: *@qq.com.
Can anyone help me step by step?
I tried using spam-block.conf but I didn't have any success.
CentOS 6.8
Exim version 4.84_2 #1 built 09-Jun-2016 11:48:30
Thanks in advance!
I am trying to block all incoming from specific domain: *@qq.com.
Can anyone help me step by step?
I tried using spam-block.conf but I didn't have any success.
CentOS 6.8
Exim version 4.84_2 #1 built 09-Jun-2016 11:48:30
Thanks in advance!
Re: Block incoming email from specific domain @qq.com
The requirements of the rules are not executed
Re: Block incoming email from specific domain @qq.com
Thanks for the prompt reply!imperio wrote:The requirements of the rules are not executed
Can anyone help me how to do it, step by step?
Thank you once again!
Re: Block incoming email from specific domain @qq.com
Thank you for helping me to Update OS and Web : Fields.imperio wrote:viewtopic.php?f=10&t=15830
Sorry for any inconvenience i may have caused.
Re: Block incoming email from specific domain @qq.com
Can anyone please help me and saw me how I can block email from a specific domains?
for example: [email protected]
Thanks in advance!
for example: [email protected]
Thanks in advance!
-
- Support team
- Posts: 1096
- Joined: Sat Sep 06, 2014 9:58 pm
- Contact:
- Os: Debian 8x
- Web: apache + nginx
Re: Block incoming email from specific domain @qq.com
You need to create a block list and then tell Exim to process it by setting up an ACL
Search Google for exim block domain for incoming mails you will get many good pointers.
A few good mentions (even though they are for cPanel, they should work fine for anyone with EXIM MTA)
https://www.ndchost.com/wiki/cpanel/exi ... -by-domain
https://www.tekovic.com/exim-acl-for-bl ... in-senders
Search Google for exim block domain for incoming mails you will get many good pointers.
A few good mentions (even though they are for cPanel, they should work fine for anyone with EXIM MTA)
https://www.ndchost.com/wiki/cpanel/exi ... -by-domain
https://www.tekovic.com/exim-acl-for-bl ... in-senders
Re: Block incoming email from specific domain @qq.com
Thank you mehargags!!!!mehargags wrote:You need to create a block list and then tell Exim to process it by setting up an ACL
Search Google for exim block domain for incoming mails you will get many good pointers.
A few good mentions (even though they are for cPanel, they should work fine for anyone with EXIM MTA)
https://www.ndchost.com/wiki/cpanel/exi ... -by-domain
https://www.tekovic.com/exim-acl-for-bl ... in-senders
I think it worked! I just did two thinks (after I read you second link)
1. add the following line after acl_check_data:
Code: Select all
deny senders = /etc/deny_senders
Code: Select all
*@qq.com
THANK YOU!!!!