View | Details | Raw Unified | Return to bug 257108
Collapse All | Expand All

(-)b/mail/postfix-postfwd/Makefile (+1 lines)
Lines 2-7 Link Here
2
2
3
PORTNAME=	postfwd
3
PORTNAME=	postfwd
4
PORTVERSION=	2.03
4
PORTVERSION=	2.03
5
PORTREVISION=	1
5
DISTVERSIONPREFIX=	v
6
DISTVERSIONPREFIX=	v
6
CATEGORIES=	mail
7
CATEGORIES=	mail
7
PKGNAMEPREFIX=	postfix-
8
PKGNAMEPREFIX=	postfix-
(-)b/mail/postfix-postfwd/files/postfwd.in (-1 / +3 lines)
Lines 23-34 load_rc_config $name Link Here
23
23
24
: ${postfwd_enable:="NO"}
24
: ${postfwd_enable:="NO"}
25
: ${postfwd_flags="--shortlog --summary=600 --cache=600 --cache-rbl-timeout=3600 --cleanup-requests=1200 --cleanup-rbls=1800 --cleanup-rates=1200"}
25
: ${postfwd_flags="--shortlog --summary=600 --cache=600 --cache-rbl-timeout=3600 --cleanup-requests=1200 --cleanup-rbls=1800 --cleanup-rates=1200"}
26
: ${postfwd_interface="127.0.0.1"}
27
: ${postfwd_port="10040"}
26
28
27
pidfile=${postfwd_pidfile:="/var/run/${name}.pid"}
29
pidfile=${postfwd_pidfile:="/var/run/${name}.pid"}
28
required_files=${postfwd_config:="%%PREFIX%%/etc/${name}.conf"}
30
required_files=${postfwd_config:="%%PREFIX%%/etc/${name}.conf"}
29
31
30
command=%%PREFIX%%/bin/${name}
32
command=%%PREFIX%%/bin/${name}
31
command_args="--daemon --file=${required_files} --pidfile=${pidfile} --interface=127.0.0.1 --port=10040 --user=nobody --group=nobody"
33
command_args="--daemon --file=${required_files} --pidfile=${pidfile} --interface=${postfwd_interface} --port=${postfwd_port} --user=nobody --group=nobody"
32
34
33
start_precmd="${name}_check"
35
start_precmd="${name}_check"
34
status_cmd="${name}_status"
36
status_cmd="${name}_status"

Return to bug 257108