summaryrefslogtreecommitdiffstats
path: root/website
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem.moulin@fripost.org>2015-06-06 20:18:52 +0200
committerGuilhem Moulin <guilhem.moulin@fripost.org>2015-06-06 20:18:52 +0200
commit44d81ebaa9ad62e92588a8e00513a431c29c6840 (patch)
treea71d50a8d43078160fce76fada951eebcce4c89d /website
parenteec3df1652b37734f6d6cdd559e11ab700eb9761 (diff)
Use ansible instead for Thunderbird autoconfiguration.
Diffstat (limited to 'website')
-rw-r--r--website/.well-known/autoconfig/mail/config-v1.1.xml39
1 files changed, 0 insertions, 39 deletions
diff --git a/website/.well-known/autoconfig/mail/config-v1.1.xml b/website/.well-known/autoconfig/mail/config-v1.1.xml
deleted file mode 100644
index e70b0be..0000000
--- a/website/.well-known/autoconfig/mail/config-v1.1.xml
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<clientConfig version="1.1">
- <emailProvider id="fripost.org">
- <domain>fripost.org</domain>
-
- <displayName>Fripost &endash; demokratisk e-post</displayName>
- <displayShortName>Fripost</displayShortName>
-
- <incomingServer type="imap">
- <hostname>imap.fripost.org</hostname>
- <port>993</port>
- <socketType>SSL</socketType>
- <username>%EMAILADDRESS%</username>
- <authentication>password-cleartext</authentication>
- </incomingServer>
-
- <outgoingServer type="smtp">
- <hostname>smtp.fripost.org</hostname>
- <port>587</port>
- <socketType>STARTTLS</socketType>
- <username>%EMAILADDRESS%</username>
- <authentication>password-cleartext</authentication>
- </outgoingServer>
-
- <documentation url="http://wiki.fripost.org/konfigurera/">
- <descr lang="en">Configure your email client for Fripost</descr>
- <descr lang="sv">Konfigurerar din e-postklient för Fripost</descr>
- </documentation>
- </emailProvider>
-
- <webMail>
- <loginPage url="https://mail.fripost.org/" />
- <loginPageInfo url="https://mail.fripost.org/">
- <username>%EMAILADDRESS%</username>
- <usernameField id="rcmloginuser" name="_user" />
- <passwordField id="rcmloginpwd" name="_pass" />
- </loginPageInfo>
- </webMail>
-</clientConfig>