diff options
author | Guilhem Moulin <guilhem.moulin@fripost.org> | 2015-06-06 20:18:52 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem.moulin@fripost.org> | 2015-06-06 20:18:52 +0200 |
commit | 44d81ebaa9ad62e92588a8e00513a431c29c6840 (patch) | |
tree | a71d50a8d43078160fce76fada951eebcce4c89d | |
parent | eec3df1652b37734f6d6cdd559e11ab700eb9761 (diff) |
Use ansible instead for Thunderbird autoconfiguration.
-rw-r--r-- | website/.well-known/autoconfig/mail/config-v1.1.xml | 39 |
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> |