Skip to content

Commit

Permalink
update blog post
Browse files Browse the repository at this point in the history
  • Loading branch information
zvasilev committed Jan 4, 2025
1 parent 4a0acde commit f386e86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/content/blog/autodiscovery.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ Mailtemi uses a dual-flow approach to email configuration, focusing on both prot

#### **Protocol Discovery**

1. **JMAP First:** Mailtemi checks for JMAP (JSON Meta Application Protocol) support. This cutting-edge protocol simplifies email synchronization and configuration.
1. **JMAP First:** Mailtemi checks for JMAP (JSON Meta Application Protocol) support. This new protocol simplifies email synchronization and configuration.
2. **Parallel Searches for IMAP/SMTP Settings:** Mailtemi simultaneously attempts discovery via:
- DNS SRV records for both IMAP and SMTP
- HTTP auto-configuration files
- Mozilla Thunderbird ISP Database (ISPDB)
- MX DNS SRV records
- MX DNS record, to obtain real domain name
3. **Fuzzy Search:** If none of the above methods yield definite settings, Mailtemi employs fuzzy logic to guess server configurations based on common patterns.

### 2. **JMAP First: The Modern Protocol**
Expand Down

0 comments on commit f386e86

Please sign in to comment.