mirror of
https://github.com/optim-enterprises-bv/Mailu.git
synced 2025-11-02 19:18:07 +00:00
use example.com
This commit is contained in:
@@ -28,6 +28,6 @@ entryPoint = "http"
|
|||||||
|
|
||||||
# This should include all of your mail domains, and main= should be your $TRAEFIK_DOMAIN
|
# This should include all of your mail domains, and main= should be your $TRAEFIK_DOMAIN
|
||||||
[[acme.domains]]
|
[[acme.domains]]
|
||||||
main = "mail.your.doma.in"
|
main = "mail.example.com"
|
||||||
sans = ["web.mail.your.doma.in", "smtp.mail.doma.in", "imap.mail.doma.in"]
|
sans = ["web.mail.example.com", "smtp.mail.example.com", "imap.mail.example.com"]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user