diff options
author | Will Andrews <will@FreeBSD.org> | 2004-09-23 02:07:36 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2004-09-23 02:07:36 +0000 |
commit | 942f1d54f01187fbcb5f7724b2170a9199612b03 (patch) | |
tree | 665a511952b7a1ad668d34bc838f7d056b791d7e /mail/postgrey | |
parent | 5a1e6a8f8fb25f631c5c1d445a2a913a64ac9fc6 (diff) | |
download | ports-942f1d54f01187fbcb5f7724b2170a9199612b03.tar.gz ports-942f1d54f01187fbcb5f7724b2170a9199612b03.zip |
Notes
Diffstat (limited to 'mail/postgrey')
-rw-r--r-- | mail/postgrey/Makefile | 2 | ||||
-rw-r--r-- | mail/postgrey/distinfo | 4 | ||||
-rw-r--r-- | mail/postgrey/files/postgrey.sh | 2 |
3 files changed, 5 insertions, 3 deletions
diff --git a/mail/postgrey/Makefile b/mail/postgrey/Makefile index 5e5ad9dbcd5c..cdb0fd7f50c3 100644 --- a/mail/postgrey/Makefile +++ b/mail/postgrey/Makefile @@ -6,7 +6,7 @@ # PORTNAME= postgrey -PORTVERSION= 1.15 +PORTVERSION= 1.16 CATEGORIES= mail MASTER_SITES= http://isg.ee.ethz.ch/tools/postgrey/pub/ diff --git a/mail/postgrey/distinfo b/mail/postgrey/distinfo index 0c4426270832..f2750869e099 100644 --- a/mail/postgrey/distinfo +++ b/mail/postgrey/distinfo @@ -1,2 +1,2 @@ -MD5 (postgrey-1.15.tar.gz) = 656e2b0992c95bad51e9bb0e5004bee1 -SIZE (postgrey-1.15.tar.gz) = 23382 +MD5 (postgrey-1.16.tar.gz) = f9f0636ee3df680423b0ad7ace1edeec +SIZE (postgrey-1.16.tar.gz) = 23579 diff --git a/mail/postgrey/files/postgrey.sh b/mail/postgrey/files/postgrey.sh index 9c6ae060f2a7..34e485594da0 100644 --- a/mail/postgrey/files/postgrey.sh +++ b/mail/postgrey/files/postgrey.sh @@ -23,6 +23,7 @@ rcvar=`set_rcvar` command=%%PREFIX%%/sbin/postgrey command_interpreter=/usr/bin/perl required_dirs=/var/db/postgrey +extra_commands=reload stop_postcmd=stop_postcmd @@ -38,6 +39,7 @@ postgrey_pidfile=${postgrey_pidfile:-"/var/run/postgrey.pid"} postgrey_flags=${postgrey_flags:-"--pidfile=${postgrey_pidfile} \ --inet=10023 -d --user=postgrey --dbdir=/var/db/postgrey \ --whitelist-clients=%%PREFIX%%/etc/postfix/postgrey_whitelist_clients \ + --whitelist-clients=%%PREFIX%%/etc/postfix/postgrey_whitelist_clients.local \ --whitelist-recipients=%%PREFIX%%/etc/postfix/postgrey_whitelist_recipients"} pidfile="${postgrey_pidfile}" |