From 208a533910d633b4f272a98f22cfc6dfa793c1aa Mon Sep 17 00:00:00 2001
From: Kristian Klausen <kristian@klausen.dk>
Date: Fri, 30 Jul 2021 15:47:47 +0200
Subject: [PATCH] Remove reference to disabled STARTTLS Submission (port 587)

Disabled in:
0ae67c4a ("postfix: Disable STARTTLS Submission (port 587)")
---
 docs/email.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/email.md b/docs/email.md
index 0333ae0ce..1c42ca2e1 100644
--- a/docs/email.md
+++ b/docs/email.md
@@ -1,7 +1,7 @@
 # Configuration for users
 
 SMTP/IMAP server: mail.archlinux.org
-SMTP port: 465 (TLS), [deprecated: 587 STARTTLS]
+SMTP port: 465 (TLS)
 IMAP port: 993 (TLS)
 
 username: the system account name
-- 
GitLab