Compare commits
8 Commits
6a7291faea
...
2f15996b91
Author | SHA1 | Date |
---|---|---|
Alex 'AdUser' Z | 2f15996b91 | 3 years ago |
Alex 'AdUser' Z | 2c586f099c | 3 years ago |
Alex 'AdUser' Z | da86aa48f3 | 3 years ago |
Alex 'AdUser' Z | d30a22ef3f | 3 years ago |
Alex 'AdUser' Z | b69e4de590 | 3 years ago |
Alex 'AdUser' Z | 99bce2308f | 3 years ago |
Alex 'AdUser' Z | edba9483c5 | 3 years ago |
Alex 'AdUser' Z | ff7be39ab4 | 4 years ago |
8 changed files with 72 additions and 36 deletions
@ -1,2 +1,6 @@ |
|||||||
<HOST>#[0-9]+ .* query \(cache\) '[0-9.]+.in-addr.arpa/PTR/IN' denied |
# set: defscore=10 |
||||||
<HOST>#[0-9]+ .* query \(cache\) './ANY/IN' denied |
<HOST>#[0-9]+ .* query \(cache\) '[0-9.]+.in-addr.arpa/(PTR|SOA)/IN' denied |
||||||
|
# requests to '.' or top-level domains |
||||||
|
<HOST>#[0-9]+ .* query \(cache\) '[a-z.]+/ANY/IN' denied |
||||||
|
# set: defscore=1 |
||||||
|
<HOST>#[0-9]+ .* query \(cache\) '[0-9a-z.-]+/RRSIG/IN' denied |
||||||
|
@ -1,8 +1,11 @@ |
|||||||
|
# set: defscore=10 |
||||||
NOQUEUE: reject: RCPT from [[:print:]]+\[<HOST>\]: 450 4\.7\.1 Client host rejected |
NOQUEUE: reject: RCPT from [[:print:]]+\[<HOST>\]: 450 4\.7\.1 Client host rejected |
||||||
NOQUEUE: reject: RCPT from [[:print:]]+\[<HOST>\]: 454 4\.7\.1 Service unavailable; Client host \[[[:print:]]+\] blocked |
NOQUEUE: reject: RCPT from [[:print:]]+\[<HOST>\]: 454 4\.7\.1 Service unavailable; Client host \[[[:print:]]+\] blocked |
||||||
NOQUEUE: reject: RCPT from [[:print:]]+\[<HOST>\]: 450 4\.7\.1 <[[:print:]]+>: Helo command rejected: Host not found |
|
||||||
NOQUEUE: reject: RCPT from [[:print:]]+\[<HOST>\]: 454 4\.7\.1 <[[:print:]]+>: Relay access denied |
NOQUEUE: reject: RCPT from [[:print:]]+\[<HOST>\]: 454 4\.7\.1 <[[:print:]]+>: Relay access denied |
||||||
NOQUEUE: reject: RCPT from [[:print:]]+\[<HOST>\]: 504 5\.5\.2 <[[:print:]]+>: Helo command rejected: need fully-qualified hostname |
|
||||||
NOQUEUE: reject: RCPT from [[:print:]]+\[<HOST>\]: 554 5\.7\.1 <[[:print:]]+>: Relay access denied |
NOQUEUE: reject: RCPT from [[:print:]]+\[<HOST>\]: 554 5\.7\.1 <[[:print:]]+>: Relay access denied |
||||||
|
NOQUEUE: reject: RCPT from [[:print:]]+\[<HOST>\]: 550 5\.1\.1 <[[:print:]]+>: Recipient address rejected: undeliverable address |
||||||
warning: [[:print:]]+\[<HOST>\]: SASL [A-Z0-9-]+ authentication failed |
warning: [[:print:]]+\[<HOST>\]: SASL [A-Z0-9-]+ authentication failed |
||||||
|
# set: defscore=5 |
||||||
|
NOQUEUE: reject: RCPT from [[:print:]]+\[<HOST>\]: 450 4\.7\.1 <[[:print:]]+>: Helo command rejected: Host not found |
||||||
|
NOQUEUE: reject: RCPT from [[:print:]]+\[<HOST>\]: 504 5\.5\.2 <[[:print:]]+>: Helo command rejected: need fully-qualified hostname |
||||||
lost connection after AUTH from [[:print:]]+\[<HOST>\] |
lost connection after AUTH from [[:print:]]+\[<HOST>\] |
||||||
|
Loading…
Reference in new issue