Skip to content

Commit

Permalink
riseup.net: include domain into the username
Browse files Browse the repository at this point in the history
I have checked by configuring testing account
manually with username being a full email
instead of just the local part.

This is how it is specified in
<https://autoconfig.riseup.net/mail/config-v1.1.xml>

I also tested manually with openssl-s_client
that IMAP server at mail.riseup.net:993 accepts username
both with and without the domain name.
Domain name is however not ignored,
it is impossible to login as "user@example.org"
if your email address is "user@riseup.net",
but using just "user" is fine.
  • Loading branch information
link2xt committed Aug 1, 2024
1 parent bc69186 commit 956475a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions _providers/riseup.net.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ server:
socket: SSL
hostname: mail.riseup.net
port: 993
username_pattern: EMAILLOCALPART
username_pattern: EMAIL
- type: smtp
socket: SSL
hostname: mail.riseup.net
port: 465
username_pattern: EMAILLOCALPART
last_checked: 2017-12
username_pattern: EMAIL
last_checked: 2024-08
website: https://riseup.net/
---

0 comments on commit 956475a

Please sign in to comment.