diff options
author | Chloe Kudryavtsev <toast@toastin.space> | 2018-11-03 21:22:59 -0400 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2018-11-09 14:06:06 +0000 |
commit | a5a124a7baec9eddae08acd6f72ce8fc71f68a21 (patch) | |
tree | 490673e8c93845d43973f06e6f17ccf6815ee250 /testing/spampd/spampd.pre-install | |
parent | 95911a5ea48744c72dd4a3ec0d3b0ca5568fddd9 (diff) | |
download | aports-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-install | 6 |
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 |