
Deep Dive
407 episodes — Page 1 of 9
Today's Deep-Dive: Modoboa
Today's Deep-Dive: dovel
Today's Deep-Dive: Logto
Today's Deep-Dive: OpenPCC
Today's Deep-Dive: ngircd
Today's Deep-Dive: Ergo IRC
Today's Deep-Dive: Maddy Mail Server
Today's Deep-Dive: Cypht
Today's Deep-Dive: Mailman
Today's Deep-Dive: Sympa
Today's Deep-Dive: Super Productivity
Today's Deep-Dive: Mail-in-a-Box
Today's Deep-Dive: schleuder
Today's Deep-Dive: Mox
Today's Deep-Dive: Keila
Today's Deep-Dive: Docker Mailserver
Today's Deep-Dive: OpenRefine
Today's Deep-Dive: Haraka
Today's Deep-Dive: invoicely
Today's Deep-Dive: nixos-mailserver
Today's Deep-Dive: SuperTokens
Today's Deep-Dive: SquirrelMail
Today's Deep-Dive: OpenTrashmail
Today's Deep-Dive: Cyrus IMAP
Today's Deep-Dive: Rachoon
Today's Deep-Dive: phpList

Ep 381Today's Deep-Dive: dma - DragonFly Mail Agent
In this episode, we explore what it really means to take control of your own email infrastructure by diving into DragonFly Mail Agent (DMA), a lightweight open-source mail transfer agent built for home and office use. Starting with the basics of how email actually moves across the internet, we unpack the difference between mail clients and mail transport agents, explain why DMA is intentionally outbound-only, and show how that design dramatically reduces complexity and security risk. Along the way, we look at how DMA balances simplicity with modern security through TLS, SMTP authentication, and a small, auditable C codebase that follows the classic UNIX philosophy of doing one thing well. The conversation also expands into the bigger picture: how open-source tools like DMA lower the barrier to self-hosting, reduce dependence on expensive proprietary ecosystems, and give organizations more control over privacy, compliance, and data sovereignty. More than a technical deep dive, this episode is about rethinking digital infrastructure and asking where a simpler, more focused tool might serve us better than today’s bloated black-box platforms. https://github.com/corecode/dma https://www.safeserver.de Gain digital sovereignty now and save costs Let’s have a look at your digital challenges together. What tools are you currently using? Are your processes optimal? How is the state of backups and security updates? Digital Souvereignty is easily achived with Open Source software (which usually cost way less, too). Our division Safeserver offers hosting, operation and maintenance for countless Free and Open Source tools. Try it now!

Ep 380Today's Deep-Dive: Courier Mail Server
In this episode, we take a deep dive into the Courier mail server and explore what really happens when you hit “send.” What seems like everyday digital magic is actually a complex system of protocols, safeguards, and design choices built to move messages reliably across the internet. Using Courier as our guide, we unpack the role of the mail transfer agent, explain why Courier’s integrated approach stands out, and show how its Maildir-based architecture prioritizes speed, stability, and data safety over convenience. Along the way, we look at Courier’s famously strict philosophy on security and standards, from rejecting malformed email and broken MX records to making open relays nearly impossible by default. We also explore the practical side of running your own mail infrastructure, including community-built admin tools, spam mitigation, rate limiting, large-scale proxying, and even Courier’s surprising fax gateway. More than a technical story, this episode is about digital ownership: what it means to control your own communication systems in a world dominated by convenient black-box platforms like Gmail and Outlook. https://www.courier-mta.org/ https://www.safeserver.de Gain digital sovereignty now and save costs Let’s have a look at your digital challenges together. What tools are you currently using? Are your processes optimal? How is the state of backups and security updates? Digital Souvereignty is easily achived with Open Source software (which usually cost way less, too). Our division Safeserver offers hosting, operation and maintenance for countless Free and Open Source tools. Try it now!

Ep 379Today's Deep-Dive: Dovecot
What happens when one of the internet’s most critical communication systems is powered by software most people have never heard of? In this episode, we dive into Dovecot, the open-source IMAP server that quietly serves as the backbone of email for some of the world’s largest telecommunications providers, ISPs, and hosting companies. Dovecot is built for one thing: fast, reliable, secure access to email at massive scale. Written primarily in C for maximum performance, it is optimized to handle huge numbers of simultaneous users while supporting standard mailbox formats like mbox and maildir. But speed alone is not what makes it remarkable. Dovecot uses self-optimizing indexes that adapt to user behavior, making common mailbox operations faster while keeping memory usage lean. One of the platform’s standout strengths is its self-healing architecture. Instead of crashing when an index is corrupted or a storage glitch occurs, Dovecot can automatically rebuild damaged indexes in the background while keeping the service online. That design dramatically reduces downtime and turns system administrators from late-night emergency responders into proactive infrastructure managers. We also explore how Dovecot balances strict standards compliance with practical flexibility, acting as a translation layer for buggy email clients while maintaining a clean internal architecture. Its support for SMTP authentication, plugins, Lua scripting, clustered file systems, and large-scale shared storage makes it adaptable for organizations with demanding operational and compliance needs. At a deeper level, this episode is about the hidden strength of open-source infrastructure: software refined by a global community, trusted by major providers, and powerful enough to replace expensive proprietary systems without sacrificing performance or control. https://dovecot.org/ https://www.safeserver.de Gain digital sovereignty now and save costs Let’s have a look at your digital challenges together. What tools are you currently using? Are your processes optimal? How is the state of backups and security updates? Digital Souvereignty is easily achived with Open Source software (which usually cost way less, too). Our division Safeserver offers hosting, operation and maintenance for countless Free and Open Source tools. Try it now!

Ep 378Today's Deep-Dive: Postfix
In this episode, we dive into Postfix, the mail server software quietly powering email delivery across the internet, and unpack why its design was such a major leap forward from the fragile, insecure systems that came before it. Starting with the late-1990s problems of Sendmail, we explore how Postfix creator Wietse Venema rethought mail infrastructure around speed, easier administration, and above all, security through modular design and defense in depth. From there, we trace how Postfix has continued to evolve for the modern era, adapting to containers, cloud-native logging, JSON-based automation, modern databases, stronger encryption, and global email standards like SMTPUTF8. Along the way, the episode highlights the software’s obsession with reliability, from blocking botnets and trickle attacks to its near-paranoid insistence on true disk writes so messages are never lost. More than just a technical story, this is a look at the invisible infrastructure behind every sent email and a reminder that some of the internet’s most important software is built not to move fast and break things, but to endure. https://www.postfix.org/ https://www.safeserver.de Gain digital sovereignty now and save costs Let’s have a look at your digital challenges together. What tools are you currently using? Are your processes optimal? How is the state of backups and security updates? Digital Souvereignty is easily achived with Open Source software (which usually cost way less, too). Our division Safeserver offers hosting, operation and maintenance for countless Free and Open Source tools. Try it now!

Ep 377Today's Deep-Dive: chasquid
Running your own email server has long felt like one of the most intimidating tasks in IT—fragile, overcomplicated, and dangerously easy to misconfigure. In this episode, we explore Chasquid, an open-source mail transfer agent built to challenge that reputation by making secure self-hosted email practical for individuals and small organizations. Chasquid takes a radically different approach from older mail servers like Sendmail, Postfix, or Exim. Instead of decades of layered complexity, it is built in Go with a philosophy of security through simplicity. Its developers intentionally narrowed the scope so it can serve small teams well, while eliminating many of the configuration traps that have historically made email hosting such a nightmare. We break down the key guardrails that make this possible: hard-coded protection against open relays, mandatory encrypted authentication, built-in TLS support with Let’s Encrypt, and defenses against downgrade attacks by tracking per-domain encryption history. We also look at native support for standards like SPF and DKIM, which help prove your mail is legitimate and protect your domain’s reputation. Beyond security, Chasquid includes practical features that make it genuinely usable: support for multiple domains, internationalized email addresses, suffix dropping for tagged inboxes, and extensibility through hooks for spam filtering, antivirus, and greylisting. Its built-in tracing and monitoring tools also make troubleshooting far more transparent than with traditional mail servers. This deep dive shows how Chasquid transforms self-hosted email from a fragile legacy nightmare into a modern, approachable system—one that gives smaller organizations a realistic path toward independent, secure communication infrastructure. https://blitiri.com.ar/p/chasquid/ https://www.safeserver.de Gain digital sovereignty now and save costs Let’s have a look at your digital challenges together. What tools are you currently using? Are your processes optimal? How is the state of backups and security updates? Digital Souvereignty is easily achived with Open Source software (which usually cost way less, too). Our division Safeserver offers hosting, operation and maintenance for countless Free and Open Source tools. Try it now!

Ep 376Today's Deep-Dive: OpenSMTPD
What if one of the most critical systems in your organization is still running on decades-old complexity nobody wants to touch? In this episode, we dive into OpenSMTPD, a modern open-source implementation of the server-side SMTP protocol that shows how email infrastructure can be rebuilt with simplicity, security, and transparency at its core. OpenSMTPD was created out of frustration with older mail servers that had become bloated, difficult to configure, and increasingly hard to secure. Developed within the OpenBSD ecosystem, it reflects that community’s philosophy of clean code, proactive security, and minimal design. Instead of treating complexity as unavoidable, OpenSMTPD rethinks mail routing as something that should be understandable and manageable. A major focus of the episode is the software’s security architecture. Built primarily in C, OpenSMTPD addresses the risks of low-level system programming through privilege separation - splitting the public-facing and sensitive internal components into separate operating system users. This design assumes software can fail and contains the damage if it does, dramatically improving security for a network-facing service. We also explore why OpenSMTPD lowers the barrier to entry for self-hosting. It supports a wide range of Unix-like systems, can be installed through standard package managers, and replaces the chaos of legacy mail server configuration with one plain-text configuration file and a single unified control tool. Its compatibility features even allow older scripts written for legacy tools like Sendmail to keep working without modification. This episode is about more than mail servers. It is about what happens when developers reject decades of accumulated bloat and prove that even foundational internet infrastructure can be rebuilt in a cleaner, safer, and more transparent way. https://opensmtpd.org/ https://www.safeserver.de Gain digital sovereignty now and save costs Let’s have a look at your digital challenges together. What tools are you currently using? Are your processes optimal? How is the state of backups and security updates? Digital Souvereignty is easily achived with Open Source software (which usually cost way less, too). Our division Safeserver offers hosting, operation and maintenance for countless Free and Open Source tools. Try it now!

Ep 375Today's Deep-Dive: Piler
What happens when a regulator, auditor, or opposing counsel demands a specific email from years ago - and your organization cannot produce it? In this episode, we dive into Piler, an open-source email archiving platform designed to turn chaotic corporate email history into a secure, searchable, and legally reliable system of record. Piler tackles two massive enterprise problems at once: storage bloat and retrieval speed. Through deduplication and compression, it dramatically reduces archive size by storing identical attachments only once and indexing the rest with lightweight references. At the same time, its full-text search engine makes it possible to locate specific messages - or even phrases buried deep inside attachments - in seconds rather than hours. But archiving is not just about storage. It is about trust. That is why Piler includes tamper-evident protection through cryptographic hashing, ensuring that archived emails cannot be altered without detection. Combined with retention policies, legal hold features, encryption at rest, TLS in transit, access controls, two-factor authentication, and full audit logging, the platform is built to satisfy the strict demands of compliance, litigation, and data governance. We also explore how Piler integrates quietly into existing environments, supporting SMTP capture, IMAP and POP3, Office 365, Google Apps, Active Directory, LDAP, and single sign-on. That means organizations can gain a hardened archive without disrupting the day-to-day workflow of employees. If email is the memory of an organization, this deep dive shows why archiving is no longer optional - and how open-source infrastructure like Piler can make that memory secure, searchable, and legally defensible. https://www.mailpiler.org/ https://www.safeserver.de Gain digital sovereignty now and save costs Let’s have a look at your digital challenges together. What tools are you currently using? Are your processes optimal? How is the state of backups and security updates? Digital Souvereignty is easily achived with Open Source software (which usually cost way less, too). Our division Safeserver offers hosting, operation and maintenance for countless Free and Open Source tools. Try it now!

Ep 374Today's Deep-Dive: Wildduck Mail Server
What if your company’s email system didn’t have to be a fragile stack of legacy software and single points of failure? In this episode, we dive into WildDuck, an open-source mail server that radically rethinks email infrastructure for large-scale organizations. WildDuck is an opinionated email platform, meaning its developers made strong architectural choices up fron - largely inspired by how Gmail handles scale. Instead of relying on traditional file-based storage and fragile server configurations, WildDuck stores email in a distributed MongoDB cluster, uses stateless application servers behind a load balancer, and is built specifically for horizontal scaling and no single point of failure. We explore how that architecture changes everything. By separating message text from heavy attachments, WildDuck can keep inbox searches fast on SSDs while storing large files on cheaper disks, dramatically reducing infrastructure costs. Its API-first design replaces old-school configuration files with modern web-based control, making large-scale automation and management far more flexible. Security is another major focus. Built in Node.js, WildDuck benefits from memory-safe architecture and avoids many of the file-system and shell-level attack surfaces that plague traditional mail servers. It also supports application passwords, multi-factor authentication, GPG-based message encryption, rate limiting, and modern Unicode support, making it both globally capable and enterprise-ready. This episode shows how open-source infrastructure like WildDuck is making it possible for organizations to reclaim their communications stack - with the performance, resilience, and control once reserved for tech giants. https://docs.wildduck.email/ https://www.safeserver.de Gain digital sovereignty now and save costs Let’s have a look at your digital challenges together. What tools are you currently using? Are your processes optimal? How is the state of backups and security updates? Digital Souvereignty is easily achived with Open Source software (which usually cost way less, too). Our division Safeserver offers hosting, operation and maintenance for countless Free and Open Source tools. Try it now!

Ep 373Today's Deep-Dive: Exim Internet Mailer
Sending an email feels instant and effortless - but behind that simple click is a vast layer of open-source infrastructure that quietly keeps the internet running. In this episode, we dive into Exim, one of the world’s most important mail transfer agents, and explore the invisible machinery that routes, filters, and secures email at global scale. Exim operates behind the scenes as a message transfer agent (MTA), the software responsible for moving email from server to server across the internet. Originally developed at the University of Cambridge, it became a major alternative to Sendmail by offering greater flexibility, extensive routing options, and powerful controls for checking incoming mail. Today, it remains a foundational part of internet communication - even if most users never see its name. We unpack the architectural realities of running software like this: a codebase written primarily in C, optimized for speed and low-level system control, but demanding constant vigilance because of the security risks that come with manual memory management. That tension becomes especially clear in the episode’s discussion of a recent remote heap corruption vulnerability, and why the Exim team takes such a hard line on obsolete versions. But this deep dive is about more than software internals. We also explore Exim’s recent decision to leave GitHub and move to a self-hosted Forgejo instance, a major act of digital independence that reflects a broader concern in open source: foundational internet infrastructure should not depend on centralized corporate platforms. Combined with self-hosted bug tracking and traditional mailing lists, Exim’s development workflow reflects a deep commitment to open, independent systems. At its core, this episode is about the hidden communities that maintain the internet’s essential infrastructure—and the urgent question of what happens when those communities must hand that responsibility to the next generation. If you’ve ever wondered what really happens after you press “send,” this deep dive into Exim reveals the open-source systems - and the people - quietly making global communication possible. https://www.exim.org/ https://www.safeserver.de Gain digital sovereignty now and save costs Let’s have a look at your digital challenges together. What tools are you currently using? Are your processes optimal? How is the state of backups and security updates? Digital Souvereignty is easily achived with Open Source software (which usually cost way less, too). Our division Safeserver offers hosting, operation and maintenance for countless Free and Open Source tools. Try it now!

Ep 372Today's Deep-Dive: E-MailRelay
What happens when legacy hardware can no longer send email because modern cloud providers have tightened security? In this episode, we dive into Email Relay, a lightweight open-source mail proxy that helps old devices like scanners, switches, and monitoring systems continue to send alerts securely in a modern infrastructure. Email Relay acts as a local middleman between legacy equipment and strict upstream providers such as Microsoft 365 or Google Workspace. Older devices can send simple, unauthenticated messages to Email Relay on the local network, and it then upgrades those messages with modern authentication, encryption, and routing before forwarding them onward. This makes it possible to preserve expensive hardware investments without replacing perfectly functional equipment just because email standards have changed. We explore how Email Relay achieves this with a remarkably efficient architecture. Built in C++ and using a non-blocking I/O model, it can handle large volumes of mail traffic with minimal system resources - making it practical even on modest hardware. Its policy-free design also gives administrators full control over routing and filtering logic, rather than forcing them to work around hard-coded assumptions. The episode also examines the platform’s flexible filter system, built-in tools for routing and splitting traffic, and integrations with SpamAssassin and address verifiers to protect against spam and abuse. Security features like TLS encryption, PAM authentication, and optional proxy or Tor routing make it suitable even for sensitive environments. Finally, we look at real-world user reports that validate its stability and scale - including deployments that have run for years without crashing and others that process hundreds of thousands of emails per day. If you’ve ever wondered whether a small, open-source tool can replace bloated proprietary mail infrastructure, this deep dive into Email Relay shows just how powerful a focused, efficient design can be. https://emailrelay.sourceforge.net/ https://www.safeserver.de Gain digital sovereignty now and save costs Let’s have a look at your digital challenges together. What tools are you currently using? Are your processes optimal? How is the state of backups and security updates? Digital Souvereignty is easily achived with Open Source software (which usually cost way less, too). Our division Safeserver offers hosting, operation and maintenance for countless Free and Open Source tools. Try it now!

Ep 371Today's Deep-Dive: BookWyrm
What if tracking your reading didn’t mean handing your habits, reviews, and recommendations over to a giant corporate platform? In this episode, we explore BookWyrm, an open-source, federated social reading platform that offers a community-driven alternative to services like Goodreads. BookWyrm lets readers track books, log progress, write reviews, set reading goals, and share updates - but with a fundamentally different philosophy. Instead of feeding algorithms and ad systems, it is designed for high-trust communities, where recommendations come from real people and users control who can see their posts through granular privacy settings. A major part of BookWyrm’s power comes from federation. Built on the ActivityPub protocol, individual BookWyrm servers can communicate with one another while remaining independently owned and operated. That means a small private book club can still interact with readers on other servers - and even connect with people on platforms like Mastodon - without relying on one centralized corporation to control the network. We also dive into the technology behind it: a backend built with Python, Django, and PostgreSQL, asynchronous communication handled by Celery and Redis, and a deliberately lightweight front end using Django templates, Bulma, and minimal JavaScript. The result is a platform that prioritizes accessibility, resilience, and user control over trend-driven complexity. Most importantly, BookWyrm points toward a different future for online culture: one where communities own their infrastructure, preserve their conversations collectively, and build a shared literary record that isn’t dependent on the survival or policies of a single company. If you’ve ever wanted a social reading platform that feels more like a trusted local book community than a data-mining algorithm, this deep dive into BookWyrm shows what that future could look like. https://joinbookwyrm.com https://www.safeserver.de Gain digital sovereignty now and save costs Let’s have a look at your digital challenges together. What tools are you currently using? Are your processes optimal? How is the state of backups and security updates? Digital Souvereignty is easily achived with Open Source software (which usually cost way less, too). Our division Safeserver offers hosting, operation and maintenance for countless Free and Open Source tools. Try it now!

Ep 370Today's Deep-Dive: Stalwart
For years, self-hosting email meant stitching together a fragile patchwork of outdated tools - mail routing, storage, spam filtering, calendars, contacts - all running separately and barely cooperating. In this episode, we dive into Stalwart, a modern all-in-one mail and collaboration server that rethinks that entire model from the ground up. Stalwart replaces the traditional maze of disconnected components with a single unified system, managed through one configuration and built in Rust, a language designed for memory safety. That architectural choice matters: it eliminates entire classes of vulnerabilities that have plagued legacy mail infrastructure for decades, making the server both more stable and dramatically harder to exploit. We explore how Stalwart secures data at every level. Emails can be protected with OpenPGP or S/MIME encryption at rest, secure transport is maintained through automatically provisioned TLS certificates via ACME, and modern synchronization is handled through JMAP, a protocol that enables fast, real-time updates across devices without the constant polling overhead of older systems like IMAP. The episode also examines Stalwart’s advanced security stack for the modern threat landscape. Built-in support for SPF, DKIM, and DMARC helps verify sender authenticity, while LLM-assisted spam filtering, collaborative digest systems like Pyzor, and defenses against homograph attacks help detect phishing and malicious messages before they ever reach the user. Finally, we look at how Stalwart scales - from a small deployment using SQLite all the way to large enterprise environments backed by distributed databases like FoundationDB. The result is a platform that makes secure, sovereign, self-hosted communications far more practical than ever before. If you’ve ever assumed that controlling your own email infrastructure had to mean complexity, fragility, and pain, this deep dive into Stalwart shows why that assumption may no longer hold. https://stalw.art/ https://www.safeserver.de Gain digital sovereignty now and save costs Let’s have a look at your digital challenges together. What tools are you currently using? Are your processes optimal? How is the state of backups and security updates? Digital Souvereignty is easily achived with Open Source software (which usually cost way less, too). Our division Safeserver offers hosting, operation and maintenance for countless Free and Open Source tools. Try it now!

Ep 369Today's Deep-Dive: Healthchecks
Silent failures are one of the most dangerous risks in modern systems - when critical jobs stop running and no one notices until it’s too late. In this episode, we explore healthchecks.io, an elegant open-source solution that turns background tasks into actively monitored systems. At the core is the “ping model”: every scheduled job sends a simple HTTP request when it completes successfully. If that ping doesn’t arrive within an expected timeframe, the system assumes failure and triggers an alert. This shifts monitoring from reactive log-checking to proactive detection of missing signals. We break down how to configure effective monitoring using key concepts like period (expected run interval) and grace time (buffer for delays), and how these combine to prevent false alarms while still catching real failures. The system’s state model - up, late, and down - ensures alerts are meaningful and reduces notification fatigue. Beyond cron jobs, healthchecks.io can monitor a wide range of systems, from Kubernetes jobs and CI pipelines to IoT devices and simple server health checks. Its flexible integrations - Slack, PagerDuty, email, webhooks, and more - ensure alerts reach the right place at the right time. Finally, we explore the trade-offs between using the hosted service and self-hosting the open-source version, where greater control comes with added responsibility for security, maintenance, and infrastructure management. If you rely on scheduled tasks, this deep dive shows how a simple concept - monitoring by absence instead of presence - can eliminate one of the most costly and invisible failure modes in software systems. https://healthchecks.io/ https://www.safeserver.de Gain digital sovereignty now and save costs Let’s have a look at your digital challenges together. What tools are you currently using? Are your processes optimal? How is the state of backups and security updates? Digital Souvereignty is easily achived with Open Source software (which usually cost way less, too). Our division Safeserver offers hosting, operation and maintenance for countless Free and Open Source tools. Try it now!

Ep 368Today's Deep-Dive: Mailcow
Running your own email server has long been considered one of the most complex - and frustrating - tasks in IT. In this episode, we explore Mailcow: Dockerized, an open-source mail server suite that simplifies this challenge by packaging all essential components into a single, containerized system. Mailcow combines critical email infrastructure - Postfix (sending), Dovecot (receiving), Rspamd (spam filtering), ClamAV (antivirus), and SOGo (webmail and groupware) - into isolated Docker containers. This approach eliminates dependency conflicts, simplifies updates, and makes deployment far more accessible, even for those new to self-hosting. We break down how Docker enables this “all-in-one” architecture, allowing each service to run independently while working seamlessly together. Additional tools like Docker Compose orchestrate the system, while ACME integration automates SSL certificate management - ensuring secure communication without manual intervention. The episode also highlights Mailcow’s active development and strong security focus. From rapid vulnerability patches to modern standards like MTA-STS for enforced encryption, the project demonstrates a commitment to keeping self-hosted email both secure and up to date. Finally, we explore the broader lesson: modern infrastructure doesn’t have to be overwhelming. With the right containerized approach, even complex systems like email can become manageable, reliable, and accessible. If you’ve ever considered self-hosting email but were intimidated by the complexity, this deep dive shows how Mailcow transforms a notorious challenge into a practical, maintainable solution. https://mailcow.email/ https://www.safeserver.de Gain digital sovereignty now and save costs Let’s have a look at your digital challenges together. What tools are you currently using? Are your processes optimal? How is the state of backups and security updates? Digital Souvereignty is easily achived with Open Source software (which usually cost way less, too). Our division Safeserver offers hosting, operation and maintenance for countless Free and Open Source tools. Try it now!

Ep 367Today's Deep-Dive: Mixpost
Managing multiple social media accounts often means juggling platforms, rising subscription costs, and limited control over your own data. In this episode, we explore MixPost, a self-hosted, open-source social media management platform that offers a powerful alternative to tools like Buffer - without recurring fees or platform-imposed limits. MixPost centralizes content creation, scheduling, and analytics across 11 major platforms, including Facebook, Instagram, LinkedIn, TikTok, YouTube, and emerging networks like Mastodon and Bluesky. Its intuitive dashboard, calendar view, and automation tools help streamline workflows, while advanced features like post versions allow you to tailor content for each platform from a single interface. The key difference lies in ownership and control. By self-hosting MixPost, you keep your data on your own infrastructure, eliminate per-user or per-client pricing, and scale freely as your needs grow. Modern deployment tools like Docker make setup more accessible than ever, reducing the technical barrier traditionally associated with self-hosting. For agencies and teams, MixPost includes collaboration workspaces, approval workflows, and multilingual support, turning it into a full social media command center. Its centralized analytics provide cross-platform insights, helping you optimize performance without jumping between multiple dashboards. If you’re tired of subscription lock-in, rising costs, and limited flexibility, this deep dive shows how MixPost represents a strategic shift toward owning your marketing infrastructure - and unlocking its full potential. https://mixpost.app/ https://www.safeserver.de Gain digital sovereignty now and save costs Let’s have a look at your digital challenges together. What tools are you currently using? Are your processes optimal? How is the state of backups and security updates? Digital Souvereignty is easily achived with Open Source software (which usually cost way less, too). Our division Safeserver offers hosting, operation and maintenance for countless Free and Open Source tools. Try it now!

Ep 366Today's Deep-Dive: Sendmail
Email might feel simple - but behind every message lies a complex infrastructure designed to guarantee trust, authenticity, and reliability. In this episode, we dive into Sendmail, one of the most influential mail transfer agents (MTAs) in internet history, and explore how enterprise-grade messaging systems secure the backbone of global communication. We examine Sendmail Sentrion, the hardened enterprise platform used by organizations with massive messaging needs - from global banks to multinational corporations. These systems must process enormous volumes of email while maintaining strict security, reliability, and long-term infrastructure stability. The episode breaks down the cryptographic foundations that make this possible. PGP signing keys verify the integrity of the software itself, ensuring that administrators install authentic, untampered code. Meanwhile, DKIM (DomainKeys Identified Mail) secures individual messages by cryptographically signing emails so recipients can verify both the sender’s domain and the message’s integrity. Beyond technical safeguards, modern email security also focuses on the human factor. Tools designed to improve human resilience aim to reduce risks like phishing by analyzing behavior, measuring vulnerability, and helping organizations strengthen the weakest link in the security chain - the user. Finally, we explore the strict communication standards that still govern the email infrastructure community today: plaintext communication, strict adherence to RFC protocols, and encrypted vulnerability reporting. These seemingly old-fashioned practices reveal an important lesson - when the stakes are highest, stability and precision outweigh convenience. This deep dive uncovers the hidden layers of trust that keep email functioning as one of the internet’s most essential systems. https://www.proofpoint.com/us/products/email-protection/open-source-email-solution https://www.safeserver.de Gain digital sovereignty now and save costs Let’s have a look at your digital challenges together. What tools are you currently using? Are your processes optimal? How is the state of backups and security updates? Digital Souvereignty is easily achived with Open Source software (which usually cost way less, too). Our division Safeserver offers hosting, operation and maintenance for countless Free and Open Source tools. Try it now!

Ep 365Today's Deep-Dive: Known
Who really owns the content you post online? In this episode, we dive into Known, an open-source social publishing platform built around a simple but radical idea: you should be able to publish photos, notes, stories, and updates with the ease of social media—without giving up control of your data, your domain, or your digital identity. Known bridges the gap between the convenience of mainstream social platforms and the sovereignty of self-hosting. It offers a responsive, mobile-friendly publishing experience, supports multiple content types, and makes sharing easy with tools like bookmarklets, hashtags, rich text editing, and custom HTML. The result is a platform that feels modern and accessible while still giving users full ownership of their site and content. A major part of that ownership comes through custom domains, privacy controls, and multi-author support. Whether you want a private journal, a collaborative publication, or a public personal website, Known gives you the flexibility to decide how your content is shared and who can participate. It also supports multiple feed formats like RSS, JSON, XML, and KML, making your content portable and machine-readable rather than locked inside a proprietary app. We also explore Known’s connection to the IndieWeb movement, a broader effort to create a web where independently owned sites can interact directly with one another—much like email works today. Instead of depending on a central platform to mediate social interaction, Known helps turn your own website into the center of your online presence. If you’ve ever wondered whether social media convenience must always come at the cost of ownership, this deep dive into Known shows that there is another path: an open, decentralized social web where your content truly belongs to you. https://withknown.com/ https://www.safeserver.de Gain digital sovereignty now and save costs Let’s have a look at your digital challenges together. What tools are you currently using? Are your processes optimal? How is the state of backups and security updates? Digital Souvereignty is easily achived with Open Source software (which usually cost way less, too). Our division Safeserver offers hosting, operation and maintenance for countless Free and Open Source tools. Try it now!

Ep 364Today's Deep-Dive: Cua
What if AI didn’t just answer questions—but actually used your computer for you? In this episode, we explore Computer Use Agents (CUA), the emerging infrastructure that allows AI systems to interact with real desktop environments—clicking buttons, typing text, navigating applications, and completing complex workflows across multiple tools. CUA provides the crucial security and isolation layer that makes this possible. By running AI agents inside sandboxed virtual machines or containers, it allows them to safely control operating systems like macOS, Linux, or Windows without risking damage to the host machine. Think of it as “Docker for AI agents that control computers.” We break down the architecture behind this new paradigm: the containerized environments that isolate agents, the Computer SDK that provides a unified API for mouse and keyboard control, and the Agent SDK that connects large language models to these environments. Combined with tools like Gradio for human interaction, these components transform language models into fully functional digital operators. The episode also explores the evolving design patterns of modern AI agents—including composed agents, where specialized models handle perception (seeing the screen) while others handle reasoning and planning. Benchmarks, performance testing, and scalable deployment models reveal how this technology is transitioning from research experiments into production-ready automation. CUA represents a major shift in how humans interact with software: instead of manually navigating interfaces, we may soon collaborate with AI agents that operate computers on our behalf. https://cua.ai/ https://www.safeserver.de Gain digital sovereignty now and save costs Let’s have a look at your digital challenges together. What tools are you currently using? Are your processes optimal? How is the state of backups and security updates? Digital Souvereignty is easily achived with Open Source software (which usually cost way less, too). Our division Safeserver offers hosting, operation and maintenance for countless Free and Open Source tools. Try it now!

Ep 363Today's Deep-Dive: novu
Notifications power modern apps - but managing them across email, SMS, push, and chat can quickly become a complex web of APIs, vendors, and fragile integrations. In this episode, we explore Novu, an open-source notification infrastructure platform designed to centralize and simplify how applications communicate with users. Novu provides a unified API that orchestrates notifications across multiple channels - such as SendGrid for email, Twilio for SMS, Firebase for push notifications, and Slack or Discord for team alerts - without developers having to maintain separate integrations for each provider. By acting as a central control layer, it handles routing, user preferences, and fallback logic automatically. One of Novu’s standout features is its embeddable in-app notification inbox, a ready-to-use UI component that can be integrated with only a few lines of code. It includes built-in capabilities like real-time updates, read/unread states, user-controlled notification preferences, and snooze functionality, saving teams from building complex notification systems from scratch. Beyond delivery, Novu introduces intelligent notification workflows, including tools like a digest engine that groups multiple events into a single message to reduce notification spam. Combined with a modern React-based email template system, it enables both product teams and developers to manage communication more effectively. With strong open-source momentum - tens of thousands of GitHub stars and hundreds of contributors - Novu is emerging as a powerful solution for teams looking to streamline notification infrastructure while improving the user experience. This deep dive explores how centralizing notifications can transform them from noisy interruptions into thoughtful, context-aware communication systems. https://novu.co/ https://www.safeserver.de Gain digital sovereignty now and save costs Let’s have a look at your digital challenges together. What tools are you currently using? Are your processes optimal? How is the state of backups and security updates? Digital Souvereignty is easily achived with Open Source software (which usually cost way less, too). Our division Safeserver offers hosting, operation and maintenance for countless Free and Open Source tools. Try it now!

Ep 362Today's Deep-Dive: DavMail Gateway
What happens when open tools meet proprietary infrastructure? In this episode, we explore DavMail, an open-source gateway that allows standard email clients like Thunderbird to work seamlessly with Microsoft Exchange, a system built around closed protocols. DavMail acts as a translation layer, converting Exchange’s proprietary communication methods into open standards such as IMAP, SMTP, CalDAV, CardDAV, and LDAP. This allows users to access email, calendars, contacts, and corporate directories using the tools they prefer instead of being locked into Microsoft Outlook. By routing communication through Outlook Web Access (OWA), DavMail cleverly bridges the gap between open clients and Exchange servers. The project highlights a larger issue in modern IT: vendor lock-in. Organizations often rely on proprietary ecosystems that restrict software choice, making open alternatives difficult to use without translation layers like DavMail. Its importance is underscored by the fact that parts of the project - such as CardDAV contact synchronization - were supported by the French Ministry of Defense, which needed secure, auditable alternatives to closed systems. But the future of DavMail also reveals the constant tension between open source and proprietary platforms. Microsoft is deprecating Exchange Web Services (EWS), forcing the project to rebuild its backend around the Microsoft Graph API in version 7.0 just to maintain compatibility. This episode examines how DavMail preserves freedom of choice in a locked-down ecosystem, while also highlighting the ongoing technical race required to keep open-source interoperability alive. https://davmail.sourceforge.net/ https://www.safeserver.de Gain digital sovereignty now and save costs Let’s have a look at your digital challenges together. What tools are you currently using? Are your processes optimal? How is the state of backups and security updates? Digital Souvereignty is easily achived with Open Source software (which usually cost way less, too). Our division Safeserver offers hosting, operation and maintenance for countless Free and Open Source tools. Try it now!

Ep 361Today's Deep-Dive: Dagu
Managing automated workflows across servers, scripts, and services often turns into a fragile web of cron jobs, hidden dependencies, and scattered logs. In this episode, we dive into Dagu, a lightweight workflow orchestration tool designed to simplify complex automation without the heavy infrastructure required by traditional platforms. Dagu uses Directed Acyclic Graphs (DAGs) defined in simple YAML configuration files, allowing teams to clearly describe how tasks depend on one another. Instead of rewriting existing scripts or learning a new framework, Dagu orchestrates what you already have - whether it’s Python scripts, shell commands, remote SSH tasks, Docker containers, API calls, or even GitHub Actions. One of Dagu’s biggest advantages is its simplicity: it runs as a single binary with zero external dependencies, meaning no database, no complex setup, and no cloud infrastructure required. Workflows, logs, and execution history are stored in simple files, making deployment, backups, and troubleshooting dramatically easier. Despite its lightweight architecture, Dagu includes production-ready features like automatic retries with exponential backoff, distributed execution, queue management, nested workflows, conditional steps, timezone-aware scheduling, and modern authentication via OIDC. It’s designed for teams who want powerful orchestration while avoiding the operational overhead of heavier systems like Airflow. If you’re struggling with brittle cron setups or looking for a simple way to orchestrate complex automation pipelines, this deep dive into Dagu shows how declarative configuration and lightweight design can bring clarity to workflow chaos. https://dagu.cloud/ https://www.safeserver.de Gain digital sovereignty now and save costs Let’s have a look at your digital challenges together. What tools are you currently using? Are your processes optimal? How is the state of backups and security updates? Digital Souvereignty is easily achived with Open Source software (which usually cost way less, too). Our division Safeserver offers hosting, operation and maintenance for countless Free and Open Source tools. Try it now!

Ep 360Today's Deep-Dive: SAMA
Modern messaging apps look sleek on the surface—but many still rely on protocols designed decades ago. In this episode, we explore SAMA (Simple But Advanced Messaging Alternative), an open-source chat server project aiming to modernize the foundation of real-time communication. SAMA is built entirely in JavaScript and powered by the ultra-efficient uWebSockets.js engine, enabling high concurrency with minimal memory usage. The project positions itself as a modern alternative to XMPP, the long-standing open messaging protocol whose XML-based structure can introduce significant overhead, higher latency, and increased battery usage on mobile devices. Instead of relying on verbose XML and complex extension systems, SAMA focuses on a lean, performance-first protocol designed for modern messaging workloads. Core features - such as push notifications, conversations, and activity tracking - are built directly into dedicated APIs, simplifying development and integration for new messaging applications. The ecosystem already includes web and Flutter clients, making the platform accessible across mobile and desktop environments, along with a public demo that allows anyone to test the full stack without running their own server. With an open-source GPLv3 license, an active release cycle, and a growing community on GitHub and Discord, the project is positioning itself as a potential next-generation messaging backbone. If the future of messaging demands faster, lighter, and more efficient protocols, this deep dive into SAMA explores whether a modern alternative can challenge decades-old infrastructure- and what it might take for a new open standard to emerge. https://samacloud.io/ https://www.safeserver.de Gain digital sovereignty now and save costs Let’s have a look at your digital challenges together. What tools are you currently using? Are your processes optimal? How is the state of backups and security updates? Digital Souvereignty is easily achived with Open Source software (which usually cost way less, too). Our division Safeserver offers hosting, operation and maintenance for countless Free and Open Source tools. Try it now!

Ep 359Today's Deep-Dive: Digibunch
Your browser tabs are probably full of articles, resources, and links you meant to revisit - but never do. In this episode, we explore Digibunch, a lightweight open-source tool designed to turn scattered bookmarks into clean, curated collections called “bouquets of links.” Digibunch makes it easy to gather related resources into a single, well-structured page that can be shared with one simple URL. Whether you’re onboarding new team members, sharing research with students, or organizing your own knowledge, it replaces messy link dumps with clear, intentional collections. But Digibunch is about more than organizing links. Built with a simple and durable tech stack - PHP and SQLite - it’s easy to self-host and maintain, giving users full control over their data. Its GNU AGPLv3 license ensures that improvements remain part of the community, preventing companies from turning the project into proprietary software. We also dive into the philosophy behind the project: transparency, community-driven development, and hosting in the open-source ecosystem on Codeberg rather than corporate platforms. From its lightweight architecture to its community-supported funding model, Digibunch reflects a broader shift toward owning your digital knowledge instead of storing it inside proprietary silos. If you’ve ever felt overwhelmed by the chaos of bookmarks, tabs, and scattered resources, this deep dive explores how a simple, open-source tool can help you curate - and truly control your information. https://ladigitale.dev/digibunch/ https://www.safeserver.de Gain digital sovereignty now and save costs Let’s have a look at your digital challenges together. What tools are you currently using? Are your processes optimal? How is the state of backups and security updates? Digital Souvereignty is easily achived with Open Source software (which usually cost way less, too). Our division Safeserver offers hosting, operation and maintenance for countless Free and Open Source tools. Try it now!

Ep 358Today's Deep-Dive: ChitChatter
What would a chat app look like if you removed the servers entirely? In this episode, we dive into ChitChatter, a secure peer-to-peer messaging platform designed to eliminate centralized infrastructure, persistent chat logs, and the risks that come with them. ChitChatter uses a decentralized web mesh architecture built on WebRTC, allowing users to communicate directly through their browsers with end-to-end encryption. Messages are truly ephemeral—never stored on servers or written to disk—meaning conversations disappear the moment a session ends. By removing central databases and API servers, the platform eliminates common surveillance and data-breach targets while minimizing legal and commercial pressure points. We explore how the system works in practice: generating secure room links, establishing peer-to-peer connections, and falling back to relay servers only when direct connections fail. We also discuss the critical role users play in securely sharing room keys, and how a simple mistake during that initial handshake can undermine an otherwise secure system. Beyond text messaging, ChitChatter supports real-time video, audio, screen sharing, and direct file transfers of unlimited size, all happening directly between peers. With no analytics, telemetry, or tracking—and with fully open-source code available for public auditing—the project emphasizes transparency and user sovereignty over convenience. But decentralization comes with trade-offs. Self-hosting creates isolated communication islands, raising important questions about the balance between absolute control and global connectivity. If you’re concerned about the long-term privacy of your conversations—or curious how modern communication can function without centralized infrastructure—this deep dive into ChitChatter reveals what happens when you truly remove the servers. https://chitchatter.im/ https://www.safeserver.de Gain digital sovereignty now and save costs Let’s have a look at your digital challenges together. What tools are you currently using? Are your processes optimal? How is the state of backups and security updates? Digital Souvereignty is easily achived with Open Source software (which usually cost way less, too). Our division Safeserver offers hosting, operation and maintenance for countless Free and Open Source tools. Try it now!