From 16172b28c274e4ff934dfccde8363af417e5ad47 Mon Sep 17 00:00:00 2001
From: Frederik Schwan <frederik.schwan@linux.com>
Date: Tue, 1 Dec 2020 16:47:53 +0100
Subject: [PATCH] update mail docs after recent migration to implicit TLS ports

---
 docs/email.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/email.md b/docs/email.md
index 3cf4238d0..b138cbdd5 100644
--- a/docs/email.md
+++ b/docs/email.md
@@ -1,8 +1,8 @@
 # Configuration for users
 
 SMTP/IMAP server: mail.archlinux.org
-SMTP port: 587 STARTTLS
-IMAP port: 143 (STARTTLS), 993 (TLS)
+SMTP port: 465 (TLS), [deprecated: 587 STARTTLS]
+IMAP port: 993 (TLS)
 
 username: the system account name
 password: set by each user themselves with `passwd` on mail.archlinux.org
-- 
GitLab