aboutsummaryrefslogtreecommitdiffstats
path: root/testing/amavisd-new/amavisd-new.post-install
diff options
context:
space:
mode:
Diffstat (limited to 'testing/amavisd-new/amavisd-new.post-install')
-rwxr-xr-xtesting/amavisd-new/amavisd-new.post-install14
1 files changed, 0 insertions, 14 deletions
diff --git a/testing/amavisd-new/amavisd-new.post-install b/testing/amavisd-new/amavisd-new.post-install
deleted file mode 100755
index 56cad39f52..0000000000
--- a/testing/amavisd-new/amavisd-new.post-install
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/bin/sh
-
-HOME=/var/amavis
-QUARANTINE=$HOME/quarantine
-USER=amavis
-GROUP=amavis
-DIRS="$HOME $HOME/tmp $HOME/var $HOME/db $HOME/home $QUARANTINE"
-CONFIG=/etc/amavisd.conf
-
-addgroup $USER
-adduser -h $HOME -s /bin/false -G $GROUP -D $USER
-chown -R $USER:$GROUP $HOME
-chmod -R 750 $HOME
-chown root:$GROUP $CONFIG