From 9ab8da7bf675f3c6cb270f66738ec1875e73aa57 Mon Sep 17 00:00:00 2001 From: Mikhail Gusarov Date: Sun, 23 Feb 2014 09:33:05 +0100 Subject: Use _rspamd as a system user in Debian --- debian/postinst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/postinst') diff --git a/debian/postinst b/debian/postinst index 78c280568..4c39b569a 100644 --- a/debian/postinst +++ b/debian/postinst @@ -7,7 +7,7 @@ case "$1" in configure) SERVER_HOME=/var/lib/rspamd SERVER_LOG=/var/log/rspamd - SERVER_USER=rspamd + SERVER_USER=_rspamd SERVER_NAME="Rspamd spam filtering system" adduser --quiet \ -- cgit v1.2.3