prepare postfwd2 package
This commit is contained in:
parent
c45f811ae2
commit
c615938d8a
5 changed files with 227 additions and 0 deletions
15
debian/postfwd.default
vendored
Normal file
15
debian/postfwd.default
vendored
Normal file
|
@ -0,0 +1,15 @@
|
|||
# Global options for postfwd(8).
|
||||
|
||||
# Set to '1' to enable startup (daemon mode)
|
||||
STARTUP=0
|
||||
|
||||
# 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)
|
||||
ARGS="--summary=600 --cache=600 --cache-rdomain-only --cache-no-size"
|
Loading…
Add table
Add a link
Reference in a new issue