Please add riseup.net autoconfiguration to the ISPDB
Categories
(Webtools :: ISPDB Database Entries, enhancement)
Tracking
(Not tracked)
People
(Reporter: micah, Unassigned)
Details
User Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:70.0) Gecko/20100101 Firefox/70.0
Steps to reproduce:
Please add riseup.net to the ISPDB. Riseup does provide its own self-hosted entry at https://autoconfig.riseup.net/mail/config-v1.1.xml but riseup supports vanity domains so the autoconfig process won't find the self-hosted entry.
Expected results:
Here is the current config-v1.1.xml that is provided at autoconfig.riseup.net:
<?xml version="1.0"?>
<clientConfig version="1.1">
<emailProvider id="riseup.net">
<domain>riseup.net</domain>
<displayName>riseup.net</displayName>
<displayShortName>riseup.net</displayShortName>
<incomingServer type="imap">
<hostname>mail.riseup.net</hostname>
<port>993</port>
<socketType>SSL</socketType>
<username>%EMAILADDRESS%</username>
<authentication>plain</authentication>
</incomingServer>
<incomingServer type="pop3">
<hostname>mail.riseup.net</hostname>
<port>995</port>
<socketType>SSL</socketType>
<authentication>plain</authentication>
<username>%EMAILADDRESS%</username>
</incomingServer>
<outgoingServer type="smtp">
<hostname>mail.riseup.net</hostname>
<port>465</port>
<socketType>SSL</socketType>
<username>%EMAILADDRESS%</username>
<authentication>plain</authentication>
<addThisServer>true</addThisServer>
<useGlobalPreferredServer>false</useGlobalPreferredServer>
</outgoingServer>
</emailProvider>
<clientConfigUpdate url="https://autoconfig.riseup.net/mail/config-v1.1.xml?domain=riseup.net" />
</clientConfig>
Note https://bugzilla.mozilla.org/show_bug.cgi?id=1190162 requested this, but it was closed because of the vanity domain issue, but riseup does provide those and would like to be included here.
Additionally, riseup.net hosts more than 100k email accounts, so this would be very helpful to a large number of people
Description
•