summaryrefslogtreecommitdiff
path: root/localaddpostmaster
diff options
context:
space:
mode:
Diffstat (limited to 'localaddpostmaster')
-rwxr-xr-xlocaladdpostmaster2
1 files changed, 1 insertions, 1 deletions
diff --git a/localaddpostmaster b/localaddpostmaster
index ff7bd9c..fd79264 100755
--- a/localaddpostmaster
+++ b/localaddpostmaster
@@ -19,7 +19,7 @@ if ! getent group "$postmastergroup"; then
addgroup --system "$postmastergroup"
fi
-adduser --system --no-create-home --group --shell /sbin/noshell "$postmaster"
+adduser --force-badname --system --no-create-home --group --shell /sbin/noshell "$postmaster"
adduser "$postmaster" "$postmastergroup"
password="$(gpw 1 14)"