Our own deployment of the mail server we set up for clients: a Docker-based mail stack with SOGo webmail at mail.kaiross.in, on its own server, with the DNS and TLS that make it deliverable.
Want one on your domain? Get this as a template
Verified on the live host · 10 Sep 2026
Kaiross is the client here. The studio wanted email on its own domain that did not bill per seat and did not sit in somebody else's data centre, and it wanted the mail server to live on its own machine, apart from the server that runs the apps.
The result is mail.kaiross.in, and the same build is what we now offer as the custom mail server template.
Six parts, each one answering on the live host today
The mail services run as containers on their own server, separate from the app server.
Groupware at /SOGo: mail, calendar and contacts in the browser. /webmail and /login answer too.
A web UI at /admin for mailboxes, aliases and domains.
Terminates HTTPS and serves the webmail, the admin panel and the autoconfig file.
Certificate issued 4 Sep 2026; plain HTTP redirects to HTTPS.
Served at /.well-known/autoconfig/mail/config-v1.1.xml so Thunderbird and Outlook set themselves up.
Three records published for kaiross.in, plus the DMARC policy that reports on them. This is the part that keeps a self-hosted server out of the spam folder.
kaiross.in → mail.kaiross.in, priority 5Where mail for the domain is delivered.v=spf1 mx a:mail.kaiross.in ~allWhich hosts may send as kaiross.in.selector mail · RSA · sha256A signature on every outgoing message, verifiable from DNS.p=noneMonitoring mode: reports first, enforcement later.SOGo answers at /SOGo: mail, calendar and contacts in one browser tab, behind the same login. The page title is simply “Kaiross Mail”. Anyone who would rather use a desktop or phone app points it at the host and the autoconfig file fills in the ports.
nginx sits in front of it all with a Let's Encrypt certificate, and plain HTTP is redirected to HTTPS, so there is no unencrypted path to the mailbox.
A mail server is three things: a stack that stores and moves mail, a front door people can log in to, and the DNS that persuades everyone else to accept what it sends. Skip the third and the first two are a very private diary.
Everything on this page is available as a template: we set it up on your domain and your server, publish the DNS, and hand over the admin panel.