aboutsummaryrefslogtreecommitdiffstats
path: root/testing/spampd/spampd.pre-install
diff options
context:
space:
mode:
authorChloe Kudryavtsev <toast@toastin.space>2018-11-03 21:22:59 -0400
committerLeonardo Arena <rnalrd@alpinelinux.org>2018-11-09 14:06:06 +0000
commita5a124a7baec9eddae08acd6f72ce8fc71f68a21 (patch)
tree490673e8c93845d43973f06e6f17ccf6815ee250 /testing/spampd/spampd.pre-install
parent95911a5ea48744c72dd4a3ec0d3b0ca5568fddd9 (diff)
downloadaports-a5a124a7baec9eddae08acd6f72ce8fc71f68a21.tar.bz2
aports-a5a124a7baec9eddae08acd6f72ce8fc71f68a21.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