Categories: Hostripples Featured

How to STOP Malware emails Generated from fallcolorsredandbrown.com

Its been noticed that many of the hosting companies facing the issue with lots of malware infected emails/ bounce back from fallcolorsredandbrown.com , which is troubling customer, and leads to get ip blocked on many location. To stop it we should stop the relay and also make sure you block the domain from sending the emails from the server itself , These emails are mainly coming with subject “my new photo;)” and attachment with it

 

Lets see how we can stop it:
open /etc/exim.conf.localopts and add below  line at bottom of file

systemfilter=/etc/cPanel_exim_system_filter_custom

Then copy filter file to custom
#cp -rp /etc/cpanel_exim_system_filter /etc/cpanel_exim_system_filter_custom
Open custom file
# vi /etc/cpanel_exim_system_filter_custom

Add below code in it

=====================================

if $header_to: contains “@fallcolorsredandbrown.com”
then
#fail text “This is blocked due to spamming”
seen finish

endif

if $header_to: contains “@amazon.kwiveolicensings.com”
then
#fail text “This is blocked due to spamming”
seen finish

endif

=====================================
then rebuild exim
# /scripts/buildeximconf
restart exim
#service exim restart

 

This will stop the emails been send from server :

2014-10-30 08:31:11 cwd=/var/spool/exim 3 args: /usr/sbin/exim -Mc 1Xjosh-002DT1-1I
2014-10-30 08:31:11 1Xjosh-002DT1-1I => discarded (system filter)
2014-10-30 08:31:11 1Xjosh-002DT1-1I Completed

 

 

 


HR-ADMIN

Recent Posts

The Future of App Development: No-Code, Low-Code, and Traditional Coding

The app development industry is evolving at an incredible pace. A decade ago, creating an application required extensive programming knowledge,…

2 weeks ago

Why You Should Move Your Website to Cloud Hosting?

Introduction to Cloud Hosting In today's digital world, website performance can make or break an online business. Whether you run…

1 month ago

What is a Call to Action in Marketing? Definition + Examples

In the world of digital marketing, getting attention is only half the battle. The real goal is to convince people…

2 months ago

Website Bandwidth: What it is and Why it Matters?

Introduction In today's digital world, understanding website bandwidth is essential for anyone running a website. Whether you own a blog,…

2 months ago

Will AI Replace Developers in the Future?

Artificial intelligence is changing the tech world at lightning speed. From automated chatbots to AI-generated applications, many people are now…

2 months ago