[Rspamd-Users] [ext] Re: got IO Timeout Server fuzzy1.rspamd.com

Michael Kliewe m.kliewe at team.mail.de
Wed Sep 25 18:30:34 UTC 2019


Am 25.09.2019 um 16:14 schrieb Ralf Hildebrandt:
> * kutz <hdkutz at hdkutz.de>:
>
>> If I understand right in max. 500.000 accesses are possible per day.
>> I find around 62.561 Error Messages for Access in todays Maillog - which is below 500.000.
>> <snip>
>> # grep retransmits maillog|grep "Sep 25" |wc -l
>> 62561
>> <snip>
> Maybe the 500.000 before that didn't cause a retransmit?
>
> Just kidding; looking at my logs for the week I'm seeing:
>
> /var/log/mail.log-20190918.xz:28180
> /var/log/mail.log-20190919.xz:40
> /var/log/mail.log-20190920.xz:18
> /var/log/mail.log-20190921.xz:18 (Weekend)
> /var/log/mail.log-20190922.xz:18 (Weekend)
> /var/log/mail.log-20190923.xz:53
> /var/log/mail.log-20190924:21
> /var/log/mail.log:4917
>
> Checking today:
>
> # egrep "fuzzy[12]\.rspamd\.com" /var/log/mail.log |awk '{print $3}' | awk -F: '{printf("%s:%s0-9\n",$1,int($2/10))}' | sort | uniq -c
>       22 11:00-9
>      676 14:00-9
>      831 14:10-9
>      683 14:20-9
>      638 14:30-9
>      599 14:40-9
>      487 14:50-9
>      580 15:00-9
>      403 15:10-9
>        1 16:00-9
>
> So, starting with 14:00 local time (GMT+2 -> 12:00 GMT) until 15:19 (13:19) I was seeing issues.

Hi,

I can see the exact same problems today between 14:00 and 15:19 (GMT+2).

# egrep "fuzzy[12]\.rspamd\.com" /var/log/rspamd/rspamd.log |awk '{print 
$2}' | awk -F: '{printf("%s:%s0-9\n",$1,int($2/10))}' | sort | uniq -c
       3 14:00-9
       1 14:20-9
       4 14:30-9
       5 14:40-9
       1 15:00-9
       4 15:10-9

The numbers are smaller, but the time range is the same.

Michael



More information about the Users mailing list