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

How to Design a Website for Black Friday 2025 (Complete Guide)

Black Friday 2025 is here — the biggest shopping moment of the year, where customers expect unbeatable prices, fast performance,…

1 day ago

301 Redirects for WordPress: What, Why & How (SEO Best Practices)

When you move or delete a page on your WordPress website, visitors — and search engines — can easily hit…

5 days ago

Meet Perplexity: AI That Thinks Like a Researcher

Introduction Artificial Intelligence has made remarkable strides — from writing poetry to generating code. Yet, most AIs still act like…

2 weeks ago

Top 15 AI Text Writers in 2025 — Features, Uses, Pros & Cons Explained

Introduction Artificial Intelligence has revolutionized the way we create, refine, and scale written content — from blogs and marketing campaigns…

3 weeks ago

This Diwali, Give Your Website the Glow It Deserves — Host Smarter,Rank Higher

Every Diwali Brings New Light, New Beginnings, and New Opportunities In today’s digital world, your website is the Diya that…

1 month ago