summaryrefslogtreecommitdiffstats
path: root/debian/account-autoconfig/riseup.net.xml
diff options
context:
space:
mode:
Diffstat (limited to 'debian/account-autoconfig/riseup.net.xml')
-rw-r--r--debian/account-autoconfig/riseup.net.xml45
1 files changed, 45 insertions, 0 deletions
diff --git a/debian/account-autoconfig/riseup.net.xml b/debian/account-autoconfig/riseup.net.xml
new file mode 100644
index 0000000000..75952efad1
--- /dev/null
+++ b/debian/account-autoconfig/riseup.net.xml
@@ -0,0 +1,45 @@
+<?xml version="1.0"?>
+<clientConfig version="1.1">
+ <emailProvider id="riseup.net">
+ <domain>riseup.net</domain>
+
+ <displayName>Riseup Networks Mail</displayName>
+ <displayShortName>Riseup</displayShortName>
+
+ <incomingServer type="imap">
+ <hostname>imap.riseup.net</hostname>
+ <port>993</port>
+ <socketType>SSL</socketType>
+ <username>%EMAILLOCALPART%</username>
+ <authentication>plain</authentication>
+ </incomingServer>
+
+ <incomingServer type="pop3">
+ <hostname>pop.riseup.net</hostname>
+ <port>995</port>
+ <socketType>SSL</socketType>
+ <authentication>plain</authentication>
+ <username>%EMAILLOCALPART%</username>
+ </incomingServer>
+
+ <outgoingServer type="smtp">
+ <hostname>mail.riseup.net</hostname>
+ <port>465</port>
+ <socketType>SSL</socketType>
+ <username>%EMAILLOCALPART%</username>
+ <authentication>plain</authentication>
+ <addThisServer>true</addThisServer>
+ <useGlobalPreferredServer>false</useGlobalPreferredServer>
+ </outgoingServer>
+
+ <identity>
+ <!-- FIXME: needed? -->
+ </identity>
+ <instructionsURL url="https://we.riseup.net/riseuphelp/thunderbird-imap"
+ descr-en="Configure Thunderbird for IMAP">
+ Configure Thunderbird for Riseup Mail</instructionsURL>
+ </emailProvider>
+
+ <clientConfigUpdate url="https://autoconfig.riseup.net/mail/config-v1.1.xml" />
+
+</clientConfig>