A few days ago, the U.S. government sanctioned A/I for supporting “extreme far-left antifa terrorists”. If you didn’t know, A/I is an antifascist and anticapitalist group based in Italy, and they host a lot of services (like email, website hosting, etc.) run through donations. Their policy states that they are against racism, sexism, militarism, homophobia, and transphobia, and you have to agree to those principles to use their services. Their website and mailing server has been taken down, and unfortunately, that also means my email no longer works. It’s kind of insane how quickly the American government can take down internet services they don’t like. A/I has denied all of the allegations by the Trump admin, and rightfully so, they’re just a digital services provider who respect your privacy and are against fascism and bigotry.

relevant link if you want to read more about this: https://cavallette.noblogs.org/2026/08/10076

I still need to use email, so what’s a good alternative email provider that doesn’t profit off of my data? I have used Disroot in the past and had good experiences with their services, so they are currently my fallback. I have ruled out Proton and Tuta, as neither support IMAP properly.

  • Dæmon S.@catodon.rocks
    link
    fedilink
    arrow-up
    10
    ·
    13 hours ago

    If the domain name gets taken down, (hopefully) there’s still a server listening from an IP address somewhere. In this case, it’s possible to do the following (using the IP address as the domain for the URL, accompanied by a custom Host HTTP header pointing to autistici.org, noblogs.org and subdomains; notice this will require ignoring SSL certificate errors as the A/I certificates don’t contain the IP addresses as valid SANs). This way, A/I can even migrate their hosting to a VPS somewhere unreachable by USA and they don’t even need the Domain name, given, of course, the nginx configuration stays the same (i.e. using the subdomain aliases to point to all the different blogs hosted thereby) as well as the technical requirement from users to inject a custom Host header into a direct IP URL.

    The IP address from the screenshot is both from my dig noblogs.org through my local Brazilian ISP, and also from the status page from kuma.accol.li. If anyone still got working DNS resolutions for Autistici/Inventati servers, write down the IP address (use, for example, dig or even curl to get the IP address for their domains) before said domains stop being solved by the DNS server you use.

    [email protected]

    Screenshot of my terminal showing a command line in which curl does a request to a URL containing a direct IP address while passing a custom Host HTTP header pointing to autistici.org. curl did manage to connect and receive a valid response from Autistici/Inventati web servers despite autistici.org being unsolvable through DNS servers.