summaryrefslogtreecommitdiff
path: root/puppet/modules/postfwd/files/postfwd_default
blob: 83742e4051610fe0d3bfae638693d5b1bd4238a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
### This file managed by Puppet
# Global options for postfwd(8).

# Set to '1' to enable startup (daemon mode)
STARTUP=1

# Config file
CONF=/etc/postfix/postfwd.cf
# IP where listen to
INET=127.0.0.1
# Port where listen to
PORT=10040
# run as user postfwd
RUNAS="postfw"
# Arguments passed on start (--daemon implied)
# disable summary and cache-no-size
#ARGS="--summary=600 --cache=600 --cache-rdomain-only --cache-no-size"
ARGS="--cache=600 --cache-rdomain-only --no-rulestats"