aboutsummaryrefslogtreecommitdiffstats
path: root/testing/opendkim/opendkim.pre-install
diff options
context:
space:
mode:
Diffstat (limited to 'testing/opendkim/opendkim.pre-install')
-rw-r--r--testing/opendkim/opendkim.pre-install7
1 files changed, 7 insertions, 0 deletions
diff --git a/testing/opendkim/opendkim.pre-install b/testing/opendkim/opendkim.pre-install
new file mode 100644
index 0000000000..25d3fd7538
--- /dev/null
+++ b/testing/opendkim/opendkim.pre-install
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+addgroup -S opendkim 2>/dev/null
+adduser -S -D -H -s /bin/false -G opendkim -g opendkim opendkim 2>/dev/null
+
+exit 0
+