Compare commits
No commits in common. '6a7291faea8ccf2c81e32ee75d6ba76040dcebdf' and 'cbb2c88e860108ce7f5aa3c1451269d88d221379' have entirely different histories.
6a7291faea
...
cbb2c88e86
7 changed files with 40 additions and 53 deletions
@ -1,10 +1,11 @@
|
||||
# set: defscore=10 |
||||
SMTP protocol synchronization error \(input sent without waiting for greeting\): rejected connection from .*\[<HOST>\] |
||||
SMTP protocol synchronization error \(next input sent too soon: pipelining was not advertised\): rejected .*\[<HOST>\] |
||||
rejected [HE][EH]HLO from \[<HOST>\]: syntactically invalid argument |
||||
\[<HOST>\] .* host is listed in .+ |
||||
rejected EHLO from \[<HOST>\]: syntactically invalid argument |
||||
rejected HELO from \[<HOST>\]: syntactically invalid argument |
||||
Connection from \[<HOST>\] refused: too many connections from that IP address |
||||
\[<HOST>\] .* host is listed in zen.spamhaus.org |
||||
\[<HOST>\] .* host is listed in bl.spamcop.net |
||||
\[<HOST>\] .* relay not permitted |
||||
\[<HOST>\] .* rejected after DATA: This message was detected as possible malware |
||||
# set: defscore=5 |
||||
\[<HOST>\] .* too many connections from that IP address |
||||
\[<HOST>\] .* rejected after DATA: This message was detected as possible malware |
||||
\[<HOST>\] .* temporarily rejected RCPT \<\S+\>: lowest numbered MX record points to local host |
||||
|
@ -1,17 +1,15 @@
|
||||
# set: defscore=15 |
||||
User [[:print:]]+ from <HOST> not allowed because listed in DenyUsers |
||||
User [[:print:]]+ from <HOST> not allowed because a group is listed in DenyGroups |
||||
# set: defscore=10 |
||||
User [[:print:]]+ from <HOST> not allowed because not listed in AllowUsers |
||||
User [[:print:]]+ from <HOST> not allowed because not in any group |
||||
User [[:print:]]+ from <HOST> not allowed because none of user's groups are listed in AllowGroups |
||||
[Aa]uthentication failure for .* from <HOST>( via [[:print:]]*)? |
||||
[Aa]uthentication error for .* from <HOST>( via [[:print:]]*)? |
||||
Failed password for .* from <HOST> |
||||
# set: defscore=5 |
||||
User not known to the underlying authentication module for .* from <HOST> |
||||
Invalid user [[:print:]]+ from <HOST> |
||||
# set: defscore=3 |
||||
Failed password for .* from <HOST> |
||||
refused connect from [[:print:]]+ \(<HOST>\) |
||||
Received disconnect from <HOST>: [0-9]*: [[:print:]]+: Auth fail |
||||
Did not receive identification string from <HOST> |
||||
Invalid user [[:print:]]+ from <HOST> |
||||
Connection closed by <HOST>( port [0-9]+)? \[preauth\] |
||||
Postponed keyboard-interactive for invalid user [[:print:]]+ from <HOST> port [0-9]+ |
||||
User [[:print:]]+ from <HOST> not allowed because not listed in AllowUsers |
||||
User [[:print:]]+ from <HOST> not allowed because listed in DenyUsers |
||||
User [[:print:]]+ from <HOST> not allowed because not in any group |
||||
User [[:print:]]+ from <HOST> not allowed because a group is listed in DenyGroups |
||||
User [[:print:]]+ from <HOST> not allowed because none of user's groups are listed in AllowGroups |
||||
|
Loading…
Reference in new issue