summaryrefslogtreecommitdiffstats
path: root/testing/dspam/dspam.pre-install
diff options
context:
space:
mode:
Diffstat (limited to 'testing/dspam/dspam.pre-install')
-rw-r--r--testing/dspam/dspam.pre-install6
1 files changed, 6 insertions, 0 deletions
diff --git a/testing/dspam/dspam.pre-install b/testing/dspam/dspam.pre-install
new file mode 100644
index 00000000..9a6cc6f1
--- /dev/null
+++ b/testing/dspam/dspam.pre-install
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+adduser -h /var/lib/dspam -s /bin/false -D dspam 2>/dev/null
+chown dspam:dspam /var/lib/dspam
+exit 0
+