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 {