aboutsummaryrefslogtreecommitdiff
path: root/.well-known/autoconfig
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2023-10-17 10:49:23 +0200
committerQuentin Dufour <quentin@deuxfleurs.fr>2023-10-17 10:49:23 +0200
commit8986e5b6b1e86d6122adf3e40d347dd00c32e579 (patch)
treeff772ae41c979f38885bea6bece33dbe40332108 /.well-known/autoconfig
parentccf14158a4516b17a40630446094c010f9842220 (diff)
downloadsite-8986e5b6b1e86d6122adf3e40d347dd00c32e579.tar.gz
site-8986e5b6b1e86d6122adf3e40d347dd00c32e579.zip
move well-known
Diffstat (limited to '.well-known/autoconfig')
-rw-r--r--.well-known/autoconfig/mail/config-v1.1.xml27
1 files changed, 0 insertions, 27 deletions
diff --git a/.well-known/autoconfig/mail/config-v1.1.xml b/.well-known/autoconfig/mail/config-v1.1.xml
deleted file mode 100644
index 6674526..0000000
--- a/.well-known/autoconfig/mail/config-v1.1.xml
+++ /dev/null
@@ -1,27 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<clientConfig version="1.1">
- <emailProvider id="deuxfleurs.fr">
- <domain>deuxfleurs.fr</domain>
- <displayName>Deuxfleurs Mail</displayName>
- <displayShortName>Deuxfleurs</displayShortName>
- <incomingServer type="imap">
- <hostname>imap.deuxfleurs.fr</hostname>
- <port>993</port>
- <socketType>SSL</socketType>
- <authentication>plain</authentication>
- <username>%EMAILADDRESS%</username>
- </incomingServer>
- <outgoingServer type="smtp">
- <hostname>smtp.deuxfleurs.fr</hostname>
- <port>465</port>
- <socketType>SSL</socketType>
- <authentication>plain</authentication>
- <username>%EMAILADDRESS%</username>
- </outgoingServer>
- <documentation url="https://deuxfleurs.fr/Guide/Email.html">
- <descr lang="fr">Documentation générique pour la configuration</descr>
- <descr lang="en">Generic settings page</descr>
- </documentation>
- </emailProvider>
-</clientConfig>
-