Skip to content

Commit

Permalink
Fixed Text to match new remote bad asn check
Browse files Browse the repository at this point in the history
  • Loading branch information
DerLinkman committed Jul 28, 2023
1 parent 35ff9e6 commit 43c478c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions content/posts/2023/spamhaus-dnsblocklist/index.de.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,7 @@ Denn ab sofort ist es (um weiterhin von den Spamhaus DNS Blocklisten gebrauch zu

mailcow kümmert sich dann um die konfiguration der neuen DQS Blocklisten, welche technisch genauso wie die ohne Account funktionieren.

Wir haben dafür eine Möglichkeit in das update und generate_config Skript implementiert, welche eure öffentliche IP Adresse einem AS (Autonomen System) zuordnet und gegen einen Dienst von uns (fuzzy.mailcow.email/bad_asn.txt) prüft ob ihr betroffen seit oder nicht. Falls ja, meldet mailcow dies.

Dafür wird das whois Paket auf dem Host System benötigt. Wir prüfen aber derweil eine andere Möglichkeit um auf besagtes lokales Paket verzichten zu können.
Wir haben dafür eine Möglichkeit in das update und generate_config Skript implementiert, welche eure öffentliche IP Adresse einem AS (Autonomen System) zuordnet und gegen einen Dienst von uns (asn-check.mailcow.email) prüft ob ihr betroffen seit oder nicht. Falls ja, meldet mailcow dies.

#### Warum ändert sich das und bin ich betroffen?

Expand Down
4 changes: 1 addition & 3 deletions content/posts/2023/spamhaus-dnsblocklist/index.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,7 @@ From now on, if you want to continue using the Spamhaus DNS blocklists, you'll n

mailcow will take care of configuring the new DQS blocklists, which technically function the same way as the ones without an account.

We've implemented a solution in the update and generate_config scripts that associates your public IP address with an Autonomous System (AS) and checks against a service we provide (fuzzy.mailcow.email/bad_asn.txt) to see if you're affected. If you are, mailcow will notify you.

To perform this, the whois package is required on the host system. However, we're also exploring other possibilities to avoid relying on this specific local package.
We've implemented a solution in the update and generate_config scripts that associates your public IP address with an Autonomous System (AS) and checks against a service we provide (asn-check.mailcow.email) to see if you're affected. If you are, mailcow will notify you.

#### Why is this change happening, and am I affected?
Spamhaus explains it as follows:
Expand Down

0 comments on commit 43c478c

Please sign in to comment.