Skip to content

Instantly share code, notes, and snippets.

View WebLenn's full-sized avatar

Lennart van Ballegoij WebLenn

  • WebLenn
  • Zwolle, The Netherlands
View GitHub Profile
@scardonadev
scardonadev / posteio-dokploy-traefik-ssl-sync.md
Last active February 21, 2026 04:17
This guide was created to solve TLS certificate verification issues when installing Poste.io on Dokploy, using Traefik as the reverse proxy.

Fix TLS Certificate Issues when Installing Poste.io on Dokploy (Traefik)

This guide was created to solve TLS certificate verification issues when installing Poste.io on Dokploy, using Traefik as the reverse proxy.

The goal is to prevent conflicts between Traefik and Poste.io during certificate validation and ensure that all mail services (SMTP, IMAP, POP3) work correctly with valid TLS certificates — not just the web UI.

Credits & Acknowledgements

Before going any further, I want to be very clear: this solution is not originally mine.