You've already forked Mailu
mirror of
https://github.com/Mailu/Mailu.git
synced 2025-11-23 22:04:47 +02: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