diff options
author | nemoliu <nemoliu@FreeBSD.org> | 2010-01-12 01:31:25 +0800 |
---|---|---|
committer | nemoliu <nemoliu@FreeBSD.org> | 2010-01-12 01:31:25 +0800 |
commit | a0000efe2945bc12194668c2cd70fd698949ad9e (patch) | |
tree | 58d042f9538b4147a05b7d775d3c05e6ccdbfcce /mail/Makefile | |
parent | 20dc8ddb655f3efa229698cb960f591e9efff76b (diff) | |
download | freebsd-ports-gnome-a0000efe2945bc12194668c2cd70fd698949ad9e.tar.gz freebsd-ports-gnome-a0000efe2945bc12194668c2cd70fd698949ad9e.tar.zst freebsd-ports-gnome-a0000efe2945bc12194668c2cd70fd698949ad9e.zip |
python-policyd-spf is a Postfix SMTPd policy engine for SPF checking. It is
implemented in pure Python and uses the python-spf module.
WWW: http://www.openspf.org/Software
Giel van Schijndel <me@mortis.eu>
PR: ports/142508
Submitted by: Giel van Schijndel <me at mortis.eu>
Diffstat (limited to 'mail/Makefile')
-rw-r--r-- | mail/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/Makefile b/mail/Makefile index 93c929c324c7..e421c3518c9b 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -498,6 +498,7 @@ SUBDIR += postfix-policyd-sf SUBDIR += postfix-policyd-spf SUBDIR += postfix-policyd-spf-perl + SUBDIR += postfix-policyd-spf-python SUBDIR += postfix-policyd-weight SUBDIR += postfix-postfwd SUBDIR += postfix23 |