From 3f245c5b7148f7b6539b06fc5be84a4eaa2e0263 Mon Sep 17 00:00:00 2001 From: Chloe Kudryavtsev Date: Tue, 6 Nov 2018 22:26:52 -0500 Subject: 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. --- testing/spampd/spampd.pre-install | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 testing/spampd/spampd.pre-install (limited to 'testing/spampd/spampd.pre-install') 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 -- cgit v1.2.3