gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-anastasis-www] branch master updated: e-mail autoconfig


From: gnunet
Subject: [taler-anastasis-www] branch master updated: e-mail autoconfig
Date: Sun, 16 May 2021 20:51:42 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository anastasis-www.

The following commit(s) were added to refs/heads/master by this push:
     new 8c28f8e  e-mail autoconfig
8c28f8e is described below

commit 8c28f8e27eaa608b56b205165c03089c949244be
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sun May 16 20:51:40 2021 +0200

    e-mail autoconfig
---
 static/.well-known/autoconfig/mail/config-v1.1.xml | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/static/.well-known/autoconfig/mail/config-v1.1.xml 
b/static/.well-known/autoconfig/mail/config-v1.1.xml
new file mode 100644
index 0000000..641e7bd
--- /dev/null
+++ b/static/.well-known/autoconfig/mail/config-v1.1.xml
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<clientConfig version="1.1">
+  <emailProvider id="anastasis.lu">
+    <domain>anastasis.lu</domain>
+    <displayName>Anastasis Mail</displayName>
+    <displayShortName>Anastasis</displayShortName>
+    <incomingServer type="imap">
+      <hostname>imap.anastasis.lu</hostname>
+      <port>993</port>
+      <socketType>SSL</socketType>
+      <authentication>password-encrypted</authentication>
+      <username>%EMAILADDRESS%</username>
+    </incomingServer>
+    <outgoingServer type="smtp">
+      <hostname>smtp.anastasis.lu</hostname>
+      <port>587</port>
+      <socketType>STARTTLS</socketType>
+      <authentication>password-encrypted</authentication>
+      <username>%EMAILADDRESS%</username>
+    </outgoingServer>
+  </emailProvider>
+</clientConfig>

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]