]> git.zndr.dk Git - zndr-11ty.git/commitdiff
Add autoconfig
authorJannik ZANDER <jzander@grundfos.com>
Fri, 12 Sep 2025 18:11:23 +0000 (20:11 +0200)
committerJannik ZANDER <jzander@grundfos.com>
Fri, 12 Sep 2025 18:11:23 +0000 (20:11 +0200)
site/public/.well-known/autoconfig/mail/config-v1.1.xml [new file with mode: 0644]

diff --git a/site/public/.well-known/autoconfig/mail/config-v1.1.xml b/site/public/.well-known/autoconfig/mail/config-v1.1.xml
new file mode 100644 (file)
index 0000000..64a7015
--- /dev/null
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<clientConfig version="1.1">
+  <emailProvider id="zndr.dk">
+    <domain>zndr.dk</domain>
+    <displayName>zndr.dk Mail</displayName>
+    <displayShortName>zndr.dk</displayShortName>
+
+    <incomingServer type="imap">
+      <hostname>mail.zndr.dk</hostname>
+      <port>993</port>
+      <socketType>SSL</socketType>
+      <authentication>password-cleartext</authentication>
+      <username>%EMAILLOCALPART%</username>
+    </incomingServer>
+
+    <outgoingServer type="smtp">
+      <hostname>mail.zndr.dk</hostname>
+      <port>587</port>
+      <socketType>STARTTLS</socketType>
+      <authentication>password-cleartext</authentication>
+      <username>%EMAILLOCALPART%</username>
+    </outgoingServer>
+  </emailProvider>
+</clientConfig>
+