• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Question block .local (invalid) emails (spam issue)

nrg

New Pleskian
My server is getting attacked with large amounts of incoming spam emails (thousands an hour!), which delays delivery of normal valid emails, and causes all sorts of issues.

All of these spam messages show the same invalid sender address in the Mail Queue: <[email protected]> (see below)

I added 3-it.local to the Black List at the Server-Wide Mail Settings page, but that won't stop these emails from coming in. Adding [email protected] to the Spam Filter Settings page (Black List tab) won't help either, while SpamAssassin is active.

Is this not working because of the invalid/unknown domain?

How can I stop this madness? I already removed these emails several times from the mail queue, but they keep coming in rapidly, see:
http://3.1m.yt/3D9z50G.jpg - mailqueue list
http://1.1m.yt/rOEhpO5.jpg - email header (notice that the IPs are different for all emails)


Any help is appreciated!

Plesk 12.0.18 update #85 on CentOS 6.6 (Final)
 
Hi nrg,

you don't provide informations about your used mail - server configuration, so that investigations could not be done. At the moment, we can only guess, that you may have some misconfiguration or non-standard settings, which allows "[email protected]" to send mails.
In addition you should be sure to disallow anonymous SASL connections and forbid unauthorized connections!

If you would further help, pls. consider to add your configuration files and add as well the COMPLETE part of the error - log ... not only one line!
 
hello,

You can block it from postfix rule in this way, add this into main.cf:

Code:
echo "header_checks = regexp:/etc/postfix/header_checks" >> /etc/postfix/main.cf

create a file called "header_checks", and insert this line:

Code:
/^From:(.*)[email protected](.*)/       REJECT

save this file, and do this command:

Code:
postmap /etc/postfix/header_checks

after:

Code:
service postfix reload

that's all!

i'm sorry for delay, but i'm enter in the forum today for the first time :)
 
Back
Top