Files
templates/blueprints/stalwart/template.toml
Ali AlNaghmousgh ae4cbe2fa1 feat: add Stalwart Mail Server (#146)
This commit introduces a new blueprint for the Stalwart Mail Server, including configuration templates, Docker Compose setup, and metadata updates. The blueprint enables self-hosted email solutions with support for JMAP, IMAP4, POP3, and SMTP protocols.
2025-05-24 17:53:11 -06:00

8 lines
133 B
TOML

[variables]
main_domain = "${domain}"
[config]
[[config.domains]]
serviceName = "stalwart-mail"
port = 8_080
host = "${main_domain}"