Skip to content

Commit

Permalink
Prioritize port 443 for known chatmail servers
Browse files Browse the repository at this point in the history
  • Loading branch information
link2xt committed Aug 23, 2024
1 parent 05c1b20 commit 4b340ed
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 10 deletions.
10 changes: 10 additions & 0 deletions _providers/daleth.cafe.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ status: OK
domains:
- daleth.cafe
server:
- type: imap
socket: SSL
hostname: daleth.cafe
port: 443
username_pattern: EMAIL
- type: smtp
socket: SSL
hostname: daleth.cafe
port: 443
username_pattern: EMAIL
- type: imap
socket: SSL
hostname: daleth.cafe
Expand Down
10 changes: 10 additions & 0 deletions _providers/mehl.cloud.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ status: OK
domains:
- mehl.cloud
server:
- type: imap
socket: SSL
hostname: mehl.cloud
port: 443
username_pattern: EMAIL
- type: smtp
socket: SSL
hostname: mehl.cloud
port: 443
username_pattern: EMAIL
- type: imap
socket: SSL
hostname: mehl.cloud
Expand Down
20 changes: 10 additions & 10 deletions _providers/nine.testrun.org.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,32 +7,32 @@ server:
- type: imap
socket: SSL
hostname: nine.testrun.org
port: 993
port: 443
username_pattern: EMAIL
- type: smtp
socket: SSL
hostname: nine.testrun.org
port: 465
port: 443
username_pattern: EMAIL
- type: imap
socket: STARTTLS
socket: SSL
hostname: nine.testrun.org
port: 143
port: 993
username_pattern: EMAIL
- type: smtp
socket: STARTTLS
socket: SSL
hostname: nine.testrun.org
port: 587
port: 465
username_pattern: EMAIL
- type: imap
socket: SSL
socket: STARTTLS
hostname: nine.testrun.org
port: 443
port: 143
username_pattern: EMAIL
- type: smtp
socket: SSL
socket: STARTTLS
hostname: nine.testrun.org
port: 443
port: 587
username_pattern: EMAIL
last_checked: 2024-06
config_defaults:
Expand Down

0 comments on commit 4b340ed

Please sign in to comment.