From 6e86014633f5c824341d88e9d116988c2e059e4d Mon Sep 17 00:00:00 2001 From: Anders Nordby Date: Sun, 20 Mar 2005 21:35:13 +0000 Subject: Add smtptrapd, a tool/trap to keep spammers who try to abuse MX with the highest PRI away. --- mail/smtptrapd/pkg-install | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 mail/smtptrapd/pkg-install (limited to 'mail/smtptrapd/pkg-install') diff --git a/mail/smtptrapd/pkg-install b/mail/smtptrapd/pkg-install new file mode 100644 index 000000000000..7de34583ea65 --- /dev/null +++ b/mail/smtptrapd/pkg-install @@ -0,0 +1,14 @@ +#!/bin/sh + +case $2 in + PRE-INSTALL) + ;; + POST-INSTALL) + install -d -m 0755 /var/run/smtptrapd-root + ;; + *) + echo "Unexpected Argument $2." + exit 1 + ;; +esac +exit 0 -- cgit v1.2.3