aboutsummaryrefslogtreecommitdiffstats
path: root/testing/postfwd/postfwd.confd
diff options
context:
space:
mode:
authorSimon Frankenberger <simon@fraho.eu>2019-04-12 06:56:56 +0200
committerKevin Daudt <kdaudt@alpinelinux.org>2019-04-14 21:31:46 +0000
commit37447de8c4957b1b90b9b38bf8377de6dd5c92eb (patch)
tree702a88bf0db95f798b23a109c08101d5933a826f /testing/postfwd/postfwd.confd
parent0383b528c3a5a5da2a528c8b27903e352eb643e2 (diff)
downloadaports-37447de8c4957b1b90b9b38bf8377de6dd5c92eb.tar.bz2
aports-37447de8c4957b1b90b9b38bf8377de6dd5c92eb.tar.xz
testing/postfwd: Upgrade to 2.01
Diffstat (limited to 'testing/postfwd/postfwd.confd')
-rw-r--r--testing/postfwd/postfwd.confd19
1 files changed, 19 insertions, 0 deletions
diff --git a/testing/postfwd/postfwd.confd b/testing/postfwd/postfwd.confd
new file mode 100644
index 0000000000..6aab8788cb
--- /dev/null
+++ b/testing/postfwd/postfwd.confd
@@ -0,0 +1,19 @@
+# /etc/conf.d/postfwd.conf
+
+# User and group to execute postfwd as
+POSTFWD_USER="postfwd"
+POSTFWD_GROUP="postfwd"
+
+# Configuration file to use
+POSTFWD_CONFIG="/etc/postfwd/postfwd.cf"
+
+# The IP address postfwd will listen on
+# WARNING: You _really_ want this to be localhost for security!
+POSTFWD_LISTEN="127.0.0.1"
+
+# The port postfwd will listen on
+POSTFWD_PORT="10040"
+
+# Additional options to pass to postfwd
+POSTFWD_OPTS=""
+