Answer the question
In order to leave comments, you need to log in
How can a hoster detect spammers among clients?
Need your advice.
What software is needed to provide hosting?
So far I've settled on:
Answer the question
In order to leave comments, you need to log in
enable SMTP authorization for users and analyze mail server logs with the output of the top most active email senders per hour, let's say. As an option - determine the boundary values \u200b\u200band shove it into the monitoring system
It is better to prevent spam than to look for it, because in many cases the user is simply hacked and does not know that spam is being sent from his account.
Spam can be sent in two ways
1) By means of an installed mail server (for example, exim)
2) Directly from php, perl, etc.
To prevent spam you need to
1) To prevent sending, the first option is to set limits for users if you have exim, similar to this one . Of course, you don't need to follow that instruction, just peep how it is implemented there
2) Close all outgoing connections on mail ports using iptables for everyone except the user from which Exim is running
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question