diff options
Diffstat (limited to 'debian/postinst')
-rw-r--r-- | debian/postinst | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ |