summaryrefslogtreecommitdiff
path: root/mail/postfix-gps/files
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-09-01 21:25:59 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-09-01 21:25:59 +0000
commit8003ba152f15aa82aaadd76fcd6b669cc0cc9981 (patch)
tree7842527232644d8f0fc76639a38e9596a910d381 /mail/postfix-gps/files
parentConvert to USES=libtool and add INSTALL_TARGET=install-strip (diff)
Remove non staged ports without pending PR from ma*
Notes
Notes: svn path=/head/; revision=366959
Diffstat (limited to 'mail/postfix-gps/files')
-rw-r--r--mail/postfix-gps/files/patch-configure.in12
-rw-r--r--mail/postfix-gps/files/patch-src__pmatcher.h10
-rw-r--r--mail/postfix-gps/files/pkg-message.in30
3 files changed, 0 insertions, 52 deletions
diff --git a/mail/postfix-gps/files/patch-configure.in b/mail/postfix-gps/files/patch-configure.in
deleted file mode 100644
index 3acc301971c1..000000000000
--- a/mail/postfix-gps/files/patch-configure.in
+++ /dev/null
@@ -1,12 +0,0 @@
---- ./configure.in.orig 2007-04-25 05:08:13.000000000 -0700
-+++ ./configure.in 2008-01-27 23:50:41.970446154 -0800
-@@ -20,9 +20,6 @@
-
- AC_LANG_CPLUSPLUS
- AC_PROG_CXX
--AM_PROG_LIBTOOL
--AC_PROG_LD
--AM_PROG_LD
- dnl AC_CHECK_LIB(dbi, libdbi)
-
- dnl freebsd compile requires AF_INET from sys/sockets.h
diff --git a/mail/postfix-gps/files/patch-src__pmatcher.h b/mail/postfix-gps/files/patch-src__pmatcher.h
deleted file mode 100644
index 4f51f97f4227..000000000000
--- a/mail/postfix-gps/files/patch-src__pmatcher.h
+++ /dev/null
@@ -1,10 +0,0 @@
---- ./src/pmatcher.h.orig 2007-04-25 05:08:10.000000000 -0700
-+++ ./src/pmatcher.h 2008-01-27 23:50:41.973446276 -0800
-@@ -24,6 +24,7 @@
- #include <string>
- //getnameinfo
- #include <netdb.h>
-+#include <sys/socket.h>
- //
- #include "regexcpp.h"
- #include "triplet.h"
diff --git a/mail/postfix-gps/files/pkg-message.in b/mail/postfix-gps/files/pkg-message.in
deleted file mode 100644
index 1e61bd1e1225..000000000000
--- a/mail/postfix-gps/files/pkg-message.in
+++ /dev/null
@@ -1,30 +0,0 @@
-========================================================================
-Configuration Instructions
-
-You should now create a database for gps, and grant a dedicated database
-user appropriate privilege to access it. Please copy gps.conf-dist found
-in your local etc directory to gps.conf and do some changes to reflect
-the database and user. gps will automatically create the tables that
-is needed for greylisting.
-
-After you have all these done, modify the postfix master.cf and include
-gps as policy server. We recommend that you use Unix domain socket
-since this can be used even within a jail(8) environment. An example
-entry is:
-
-policy unix - n n - - spawn
- user=nobody argv=%%PREFIX%%/libexec/gps -v %%PREFIX%%/etc/gps.conf
-
-In order to make policy server effect on your postfix installation,
-you should add something like:
-
- check_policy_service unix:private/policy
-
-Into your smtpd_sender_restrictions configuration in postfix's main.cf.
-
-Also, you may want to include the following line into your crontab so
-system will automatically do daily cleanup of the greylist table:
-
-27 * * * * %%PREFIX%%/libexec/gps-maintain.pl -delete -eq 0 -age 86400 %%PREFIX%%/etc/gps.conf
-55 3 * * * %%PREFIX%%/libexec/gps-maintain.pl -delete -age 3110400 %%PREFIX%%/etc/gps.conf
-========================================================================