Stalwart Mail Server
I spent some time configuring Stalwart.
I can get dashboard to work but some other things like SMTP and IMAP is not working.
I don't know how to get TLS certificate for a service without a domain.
Please could anyone help?
6 Replies
I tried define entryPoints in
traefik.yml
but no luckJust sharing my 2cent: Not sure about your hosting provider, but in my case I used to wasted 3 hours of tinkering around until I found out they blocked the port 25 and 465 by default and we have to submit a support ticket to open it.
it's fine for ports:
we don't need to add something in TLS, correct?

Have you solved?
Have you tried creating a self signed certificate and checking if the server responds?
https://sashagoncharov19.github.io/dokploy-template-docs/mail-server
I have currently opened a pull request in https://github.com/Dokploy/website/pull/2#issuecomment-2505199994 , but i'm now in hospital and can't finish it at all.
You can use docker-mail server. Some exmaples you can see here: https://github.com/Dokploy/dokploy/issues/408#issuecomment-2337174099
Mail Server Pre-Install Setup | Dokploy Templates Docs
A Dokploy templates documentation.
GitHub
Add a mail server template. · Issue #408 · Dokploy/dokploy
What problem will this feature address? I face TLS certificate issues with the docker mail server application Describe the solution you'd like I'm requesting to dokploy developer to create ...