View | Details | Raw Unified | Return to bug 162188 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (+1 lines)
Lines 7-12 Link Here
7
7
8
PORTNAME=	postgrey
8
PORTNAME=	postgrey
9
PORTVERSION=	1.34
9
PORTVERSION=	1.34
10
PORTREVISION=	1
10
CATEGORIES=	mail
11
CATEGORIES=	mail
11
MASTER_SITES=	http://postgrey.schweikert.ch/pub/ \
12
MASTER_SITES=	http://postgrey.schweikert.ch/pub/ \
12
		http://postgrey.schweikert.ch/pub/old/
13
		http://postgrey.schweikert.ch/pub/old/
(-)pkg-plist (-1 lines)
Lines 6-9 Link Here
6
etc/postfix/dist-postgrey_whitelist_recipients
6
etc/postfix/dist-postgrey_whitelist_recipients
7
etc/postfix/dist-postgrey_whitelist_clients
7
etc/postfix/dist-postgrey_whitelist_clients
8
@dirrmtry etc/postfix
8
@dirrmtry etc/postfix
9
@unexec rmdir /var/db/postgrey 2>/dev/null || true
(-)files/postgrey.in (-2 / +5 lines)
Lines 38-45 Link Here
38
postgrey_enable=${postgrey_enable:-"NO"}
38
postgrey_enable=${postgrey_enable:-"NO"}
39
postgrey_greylist_header=${postgrey_greylist_header:-"X-Greylist: delayed %t seconds by postgrey-%v at %h\; %d"}
39
postgrey_greylist_header=${postgrey_greylist_header:-"X-Greylist: delayed %t seconds by postgrey-%v at %h\; %d"}
40
postgrey_pidfile=${postgrey_pidfile:-"/var/run/postgrey.pid"}
40
postgrey_pidfile=${postgrey_pidfile:-"/var/run/postgrey.pid"}
41
postgrey_flags=${postgrey_flags:-"--pidfile=${postgrey_pidfile} \
41
postgrey_listen=${postgrey_listen:-"--inet=10023"}
42
	--inet=10023 -d --user=%%USER%% --group=%%GROUP%% --dbdir=/var/db/postgrey \
42
postgrey_privs=${postgrey_privs:-"--user=%%USER%% --group=%%GROUP%%"}
43
postgrey_dbdir=${postgrey_dbdir:"/var/db/postgrey"}
44
postgrey_flags=${postgrey_flags:-"-d --pidfile=${postgrey_pidfile} \
45
	${postgrey_listen} -d ${postgrey_privs} --dbdir=${postgrey_dbdir} \
43
	--x-greylist-header=${postgrey_greylist_header}"}
46
	--x-greylist-header=${postgrey_greylist_header}"}
44
47
45
pidfile="${postgrey_pidfile}"
48
pidfile="${postgrey_pidfile}"

Return to bug 162188