• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • 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.

qmail security

O

Osmolovsky

Guest
anoter question.

if client buy hosting for spam purposes (he dont say about it ^) and make spam sending from his local account (127.0.0.1:25) by scripts or connect to smtp from his machine.

How i can detect trying to send spam's and stop it automaticaly?

I think one of solution is control "number of messges/hour" but dont uderstand how to realize that. And how to realize that on separate client.

Any ideas?

ps. sry for my English ^)
 
You can do this only with a queue wrapper which drops emails based on an IP history. Such feature does not exist in the standard qmail. But technically it can be done.
 
What hardweb means is, Plesk does not keep track of how many emails an account has sent over any given period of time. The qmail wrapper script would be placed where qmail-send usually is, and would keep track of how many emails a particular account has sent, say over the last hour.

Then you'd configure the wrapper script to say "If someone has sent more than 500 emails in the last hour, reject any additional mail from them"

However, you'd have to be careful not to block legitimate users that send out thousands of emails on a legitimate email list (using mailman or whatever).

Also, I'm not aware of any that work with plesk's custom structure. Doesn't mean they dont exist, though.
 
Back
Top