23 lines
713 B
Caddyfile
23 lines
713 B
Caddyfile
{
|
|
email {env.CLOUDFLARE_EMAIL}
|
|
acme_dns cloudflare {env.CLOUDFLARE_API_TOKEN}
|
|
acme_ca https://acme-v02.api.letsencrypt.org/directory
|
|
debug
|
|
}
|
|
import mail_certs
|
|
import email_autodiscover
|
|
# ---------------------------------------------------------
|
|
# Block A: Die dedizierten Autodiscover Domains
|
|
# ---------------------------------------------------------
|
|
autodiscover.bayarea-cc.com, autodiscover.bizmatch.net,
|
|
autodiscover.ruehrgedoens.de, autoconfig.ruehrgedoens.de,
|
|
autoconfig.bayarea-cc.com, autoconfig.bizmatch.net {
|
|
|
|
# Hier rufen wir das Snippet auf
|
|
import email_settings
|
|
|
|
# Fallback für Aufrufe auf Root dieser Subdomains
|
|
respond "Autodiscover Service Online" 200
|
|
}
|
|
|