Unauthenticated client/bot prevention #2791
pplulee
started this conversation in
Feature suggestions
Replies: 2 comments 3 replies
-
This is the solution with fail2ban i'm using to prevent bot spamming looking for open relays. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Recently my logs have been showing a large number of machine scripts accessing the SMTP port that don't authenticate and try to send mail, taking up a lot of resources.
I've tried using fail2ban for protection(#1255), but the situation is different to failed authentication attempts(#1182), currently the log context needs to be analysed to get the attacker's IP address.
Is there any solution to prevent this kind of attack, or is it possible to improve the error log display to fit the simple regex?
Beta Was this translation helpful? Give feedback.
All reactions