How to block a spammer domain in Exim configuration:: cPanel


HostSailor.

Beginner 2.0
If you notice one of the domains in your WHM installed server is doing some email spamming activities and you need to block his emails without suspending the account, you can follow these steps in your default Exim configuration. This will make sure the normal email services are working and the block is placed for the domains listed in the block file. You can watch the video tutorial by clicking here. The steps are provided below:
  1. Login to the server as root.
  2. Create a new file:
    # nano /etc/eximblacklist
    You can add the problematic domain inside this file without quotes. Save the file after adding the domain(s).
  3. Then we need to make some edits to the main Exim configuration file.
    # nano /etc/exim.conf
    Add the following line in the first session just below the line 'cPanel Exim 4 Config'
    domainlist exim_blacklist = lsearch;/etc/eximblacklist
  4. After that, add the following under the 'Routers Configuration' section:
    reject_domains:
    driver = redirect
    # RBL Blacklist incoming hosts
    domains = +exim_blacklist
    allow_fail
    data = :fail: Connection rejected: SPAM source $domain is manually blacklisted.
  5. Save the file and then restart the Exim service:
    # service exim restart
  6. If you are finding more domains doing the spamming activities, you can simply add the domain name to '/etc/eximblacklist' and no further changes needed.
 

XXIKU.COM

Hosting Guru
HostSailor Is it anti DMCA/Offshore provider ?

does it have a data center where? Netherlands, Russia or Romania, and does accept PayPal payment ?
 

HostSailor.

Beginner 2.0
HostSailor Is it anti DMCA/Offshore provider ?

does it have a data center where? Netherlands, Russia or Romania, and does accept PayPal payment ?

1-you can do anything with our servers as long as no complaints/abuse activities.
and we don't ignore any abuse reports.
2- Our data centers are in ( Romania - the Netherlands - the USA ) Check:https://hostsailor.com/data-center/
3- we accept all payment methods :
BTC & ALT, PayPal, AliPay , PaySafeCard, WebMoney, WeChat, Payza, Qiwi,
Bank Transfer, Yandex, Western Union/ Moneygram, and Perfect Money
 

XXIKU.COM

Hosting Guru
1-you can do anything with our servers as long as no complaints/abuse activities.
and we don't ignore any abuse reports.
2- Our data centers are in ( Romania - the Netherlands - the USA ) Check:https://hostsailor.com/data-center/
3- we accept all payment methods :
BTC & ALT, PayPal, AliPay , PaySafeCard, WebMoney, WeChat, Payza, Qiwi,
Bank Transfer, Yandex, Western Union/ Moneygram, and Perfect Money
Thank you info, I thought HostSailor having serviced the offshore service and ignored the DMCA.

I only got references but haven't found the right data center place yet

DMCA-IGNORED-COUNTRIES-new-1024x180.png
 

Top