aboutsummaryrefslogtreecommitdiffstats
path: root/testing/postfwd2/postfwd2.confd
blob: 7f16ef108bd4016d8e5b5d47f6653a2018617efc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# /etc/conf.d/postfwd2.conf

# User and group to execute postfwd as
POSTFWD2_USER="postfwd2"
POSTFWD2_GROUP="postfwd2"

# Configuration file to use
POSTFWD2_CONFIG="/etc/postfwd2/postfwd.cf"

# The IP address postfwd will listen on
# WARNING: You _really_ want this to be localhost for security!
POSTFWD2_LISTEN="127.0.0.1"

# The port postfwd will listen on
POSTFWD2_PORT="10040"

# Additional options to pass to postfwd
POSTFWD2_OPTS=""