Skip to content

Commit

Permalink
Add Migadu (#308)
Browse files Browse the repository at this point in the history
Port 587 is not in https://autoconfig.migadu.com/mail/config-v1.1.xml but it is documented in https://www.migadu.com/guides/outlook_android/ and works, so adding to the provider database will allow the client to also use STARTTLS over 587 if 465 does not work.
  • Loading branch information
link2xt authored Sep 10, 2024
1 parent cfcf9a8 commit da8f744
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions _providers/migadu.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
name: Migadu
status: OK
domains:
- migadu.com
server:
- type: imap
socket: SSL
hostname: imap.migadu.com
port: 993
username_pattern: EMAIL
- type: smtp
socket: SSL
hostname: smtp.migadu.com
port: 465
username_pattern: EMAIL
- type: smtp
socket: STARTTLS
hostname: smtp.migadu.com
port: 587
username_pattern: EMAIL
last_checked: 2024-09
website: https://www.migadu.com/
---

0 comments on commit da8f744

Please sign in to comment.