From 83025e6de72168a4cb4a7372a07cd12bb2f7ad22 Mon Sep 17 00:00:00 2001
From: Jelle van der Waa <jelle@archlinux.org>
Date: Wed, 1 Dec 2021 13:17:03 +0100
Subject: [PATCH] docs: document passwd -d for mail.archlinux.org

---
 docs/email.md | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/docs/email.md b/docs/email.md
index 1c42ca2e1..0a17552b3 100644
--- a/docs/email.md
+++ b/docs/email.md
@@ -16,6 +16,13 @@ If the user wants to forward email, either enter the destination directly in
 the /etc/postfix/users file or enter a username and then put the destination
 into `~username/.forward` so that they can edit it themselves.
 
+If the user is a new onboarded user the password has to be made empty, so the
+user can login and set a password:
+
+```
+passwd -d $username
+```
+
 # SMTP Architecture
 
 All hosts should be relaying outbound SMTP traffic via our primary MX server
-- 
GitLab