From 4530a2f80e5ca062226830e7b2ca7c0662605f4a Mon Sep 17 00:00:00 2001 From: Andreas Knuth Date: Tue, 27 Jan 2026 14:09:36 -0600 Subject: [PATCH] fixed loginname --- caddy/email_autodiscover | 58 +++++++++++++++++++++------------------- 1 file changed, 30 insertions(+), 28 deletions(-) diff --git a/caddy/email_autodiscover b/caddy/email_autodiscover index e9d9b3a..94133cd 100644 --- a/caddy/email_autodiscover +++ b/caddy/email_autodiscover @@ -2,34 +2,36 @@ (email_settings) { # 1. Autodiscover für Outlook (POST Request) - route /autodiscover/autodiscover.xml { - header Content-Type "application/xml" - respond ` - - - - email - settings - - IMAP - mail.email-srvr.com - 993 - on - on - off - - - SMTP - mail.email-srvr.com - 465 - on - on - off - - - -` 200 - } + route /autodiscover/autodiscover.xml { + header Content-Type "application/xml" + respond ` + + + + email + settings + + IMAP + mail.email-srvr.com + 993 + on + support@bizmatch.net off + on + on + + + SMTP + mail.email-srvr.com + 465 + on + support@bizmatch.net off + on + on + + + + ` 200 + } # 2. JSON Autodiscover (Modern Outlook) route /autodiscover/autodiscover.json {