summaryrefslogtreecommitdiff
path: root/mail-filter/postfwd/files/postfwd.conf.3
blob: 578b0516171e5cfb3cfdda9e3373f0ca9277777e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# /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.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=""