aboutsummaryrefslogtreecommitdiffstats
path: root/testing/spampd/spampd.pre-install
diff options
context:
space:
mode:
authorChloe Kudryavtsev <toast@toastin.space>2018-11-06 22:26:52 -0500
committerLeonardo Arena <rnalrd@alpinelinux.org>2018-11-09 14:07:56 +0000
commit3f245c5b7148f7b6539b06fc5be84a4eaa2e0263 (patch)
treee7ed4fb35465005561be4b737bd9bc485de4e4da /testing/spampd/spampd.pre-install
parent36ca9fb10d266810a80cd08b6c36ab442f46f679 (diff)
downloadaports-3f245c5b7148f7b6539b06fc5be84a4eaa2e0263.tar.bz2
aports-3f245c5b7148f7b6539b06fc5be84a4eaa2e0263.tar.xz
testing/spampd: new aport
https://www.worlddesign.com/index.cfm/page/software/open-source/spampd.htm An SMTP / LMTP proxy that uses spamassassin to mark spam. Similar to amavisd-new, but lets spamassassin modify headers directly, and significantly simpler to use/configure.
Diffstat (limited to 'testing/spampd/spampd.pre-install')
-rw-r--r--testing/spampd/spampd.pre-install6
1 files changed, 6 insertions, 0 deletions
diff --git a/testing/spampd/spampd.pre-install b/testing/spampd/spampd.pre-install
new file mode 100644
index 0000000000..40d8a8c82c
--- /dev/null
+++ b/testing/spampd/spampd.pre-install
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+addgroup -S spampd 2>/dev/null
+adduser -S -D -H -s /sbin/nologin -G spampd -g spampd spampd 2>/dev/null
+
+exit 0