From 6d3d82e534ddd974769ac574f53f2930f4011838 Mon Sep 17 00:00:00 2001 From: Cameron Little Date: Tue, 17 Feb 2026 11:52:03 -0700 Subject: [PATCH] Change IMAP SRV record port to 143 Updated IMAP SRV record port from 110 to 143. 110 is pop, and 143 is IMAP. --- docs/install/dns.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install/dns.md b/docs/install/dns.md index 62e650a..2dd50b0 100644 --- a/docs/install/dns.md +++ b/docs/install/dns.md @@ -77,7 +77,7 @@ This record tells sending servers where to report TLS issues, helping you monito SRV records guide email clients like Thunderbird, Outlook, or mobile apps to the correct server and port for various services. ``` -SRV _imap._tcp.example.org. 0 1 110 mail.example.org. +SRV _imap._tcp.example.org. 0 1 143 mail.example.org. SRV _imaps._tcp.example.org. 0 1 993 mail.example.org. SRV _submissions._tcp.example.org. 0 1 465 mail.example.org. SRV _submission._tcp.example.org. 0 1 587 mail.example.org.