Such as this one?
Jul 06 08:10:03 www postfix/smtpd[6155]: disconnect from unknown[45.125.65.52]
ehlo=1 auth=0/1 quit=1 commands=⅔
So I have anyway written this to find them
sudo grep unknown /var/log/postfix.log | grep -E -o
"([0-9]{1,3}[\.]){3}[0-9]{1,3}" | sort -n | uniq > output.txt
Take out my own network and localhost etc, and put them into pfct’s badguys
works nicely.
thanks
robert
> On 6 Jul 2020, at 14:28, Wietse Venema <[email protected]> wrote:
>
> auth=
- Can I further block dodgy attempts at passwording Robert Chalmers (Author)
- Re: Can I further block dodgy attempts at pa... Wietse Venema
- Re: Can I further block dodgy attempts a... Robert Chalmers (Author)
- Re: Can I further block dodgy attemp... Benny Pedersen
- Re: Can I further block dodgy attemp... Wietse Venema
- Re: Can I further block dodgy at... Jerry
- Re: Can I further block dod... Robert Chalmers
- Re: Can I further block dod... Robert Chalmers (Author)
- Re: Can I further block... Matus UHLAR - fantomas
- Re: Can I further block dod... Benny Pedersen
- Re: Can I further block... Jerry
- Re: Can I further b... Robert Chalmers
- Re: Can I further b... Bill Cole
