From bbcfeb720698834a76d93e27761fb8812a8eeaae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Deckert?= Date: Thu, 30 Mar 2023 13:30:22 +0200 Subject: [PATCH] =?UTF-8?q?=E2=80=9EBasic=20Installation=E2=80=9C=20=C3=A4?= =?UTF-8?q?ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Basic-Installation.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Basic-Installation.md b/Basic-Installation.md index 868512c..da7cdf0 100644 --- a/Basic-Installation.md +++ b/Basic-Installation.md @@ -98,7 +98,8 @@ - Login as user "admin" - become root: `sudo -i` -- add two users (example names): +- add two users without mail spool (example names): + `echo "CREATE_MAIL_SPOOL no" >> /etc/default/useradd` `useradd -m -G users,wheel -s /bin/bash --uid 2001 --user-group --comment "Unitas Network admin" un-jdeckert` `useradd -m -G users,wheel -s /bin/bash --uid 2002 --user-group --comment "Unitas Network admin" un-iwetzel` - Add SSH keys: