SMTP TLS Reporting, first data

The SMTP standard is just as ubiquitous as it is ossified and hard to change. Thus all newer RFCs follow similar patterns of a) adding optional extensions and b) providing feedback loops to detect usage, problems, and abuse of these extensions.

One more recent extension tries to enforce TLS transport between mailservers. This sounds very simple (and would be very simple if one could change the SMTP standard to require TLS), but is not trivial when compatibility is necessary and all TLS policies are “opt-in”.

SMTP TLS Report Chart
Read the rest of this entry »

Goodbye, soup.io

Soup.io wird abgeschaltet. Ich habe der Seite schon 2017 den Rücken gekehrt als nach einem Ausfall drei Jahre Daten verloren waren. Auch damals hat die Finanzierung durch quasi-Spenden von Nutzern schon nicht für einen sicheren Betrieb gereicht.
Und doch trifft mich die Nachricht jetzt wieder weil vorher noch viele Jahre vorhanden waren; aber wenn das nun ganz offline geht, dann stirbt ein Stück meiner persönlichen Internetgeschichte.
Read the rest of this entry »

Links 2020-06-13

On Open Source and AWS …

Links 2020-05-24

More on programming …

Links 2020-05-04

On programming …

Links 2020-05-02

On the Web and its tools …

Links 2020-04-21

On AWS …

Zabbix Data Collection Modes

I still like Zabbix as a simple allround monitoring solution. With its agent and UserParameter configuration it is very flexible and can be used (and abused) in many interesting ways. Here I want to show and compare three different patterns of collecting metrics from a service:

  1. simple item fetch
  2. fetch and send
  3. preprocessing

Read the rest of this entry »