[Rspamd-Users] [ext] Re: Announce: updated usage policies

Stefan Bauer cubewerk at gmail.com
Thu Mar 26 11:27:13 UTC 2020


our approach (also for many other RBLs) is to monitor the dns logs for
remote queries. Here is our approach for unbound dns:

total queries today:
egrep 'server stats for' /var/log/syslog | grep queries | tail -n1 | grep
queries | awk ' { print $13} '

answers from dns-cache today:
egrep 'server stats for' /var/log/syslog | grep queries | tail -n1 | grep
queries | awk ' { print $15} '

then we do the math:

[image: grafik.png]


Am Do., 26. März 2020 um 12:05 Uhr schrieb Ralf Hildebrandt <
Ralf.Hildebrandt at charite.de>:

> * Duncan Bellamy <a.16bit.sysop at gmail.com>:
>
> > If you run postfix you can run pflogsumm as a cron job which can email
> you a breakdown of all your emails every day/night
>
> I know. I'm the guy who wrote the Postfix book :*
>
> Ralf Hildebrandt
> Charité - Universitätsmedizin Berlin
> Geschäftsbereich IT | Abteilung Netzwerk
>
> Campus Benjamin Franklin (CBF)
> Haus I | 1. OG | Raum 105
> Hindenburgdamm 30 | D-12203 Berlin
>
> Tel. +49 30 450 570 155
> ralf.hildebrandt at charite.de
> https://www.charite.de
> --
> Users mailing list
> Users at lists.rspamd.com
> https://lists.rspamd.com/mailman/listinfo/users
>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: grafik.png
Type: image/png
Size: 20166 bytes
Desc: not available
URL: <https://lists.rspamd.com/pipermail/users/attachments/20200326/ea2ae3ff/attachment.png>


More information about the Users mailing list