diff options
author | jylefort <jylefort@FreeBSD.org> | 2005-04-26 00:54:05 +0800 |
---|---|---|
committer | jylefort <jylefort@FreeBSD.org> | 2005-04-26 00:54:05 +0800 |
commit | 97d8dd6f113f6b5d745a90aac92f11d69609b49f (patch) | |
tree | 149a332f5dfcb4a6f359e1266ae76f10d391bbc9 /mail/Makefile | |
parent | 8df22a5d447a79a04100abc1d18bf251c8b1448e (diff) | |
download | freebsd-ports-gnome-97d8dd6f113f6b5d745a90aac92f11d69609b49f.tar.gz freebsd-ports-gnome-97d8dd6f113f6b5d745a90aac92f11d69609b49f.tar.zst freebsd-ports-gnome-97d8dd6f113f6b5d745a90aac92f11d69609b49f.zip |
Policyd-weight is (as the name says) a weighted policyd for Postfix.
It uses HELO, MAIL FROM and the MTA IP address for scoring their
correctness. It also uses definable DNSBLs in a scored fashion.
WWW: http://robtone.mine.nu/postfix/
PR: ports/80329
Submitted by: Robert Felber <robtone@ek-muc.de>
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 b12ccadd55da..4082192fd67a 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -358,6 +358,7 @@ SUBDIR += postfix-current SUBDIR += postfix-gps SUBDIR += postfix-policyd-spf + SUBDIR += postfix-policyd-weight SUBDIR += postfix1 SUBDIR += postfix21 SUBDIR += postfixadmin |