diff options
author | miwi <miwi@FreeBSD.org> | 2008-11-30 05:02:39 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-11-30 05:02:39 +0800 |
commit | 867bbd8e691d6c29484d767e3ecb666a6b581f69 (patch) | |
tree | aeabce518dcadff95a9310c394f18b5960bb624c /mail/Makefile | |
parent | c2e866d79747160fae837d1881e8340c1837df38 (diff) | |
download | freebsd-ports-gnome-867bbd8e691d6c29484d767e3ecb666a6b581f69.tar.gz freebsd-ports-gnome-867bbd8e691d6c29484d767e3ecb666a6b581f69.tar.zst freebsd-ports-gnome-867bbd8e691d6c29484d767e3ecb666a6b581f69.zip |
ACL Policy Daemon is a program that communicates with the Postfix MTA using the
Policy Delegation Protocol implementing an ACL (Access Control List) system,
making very easy to improve and create nice controls on your e-mail traffic.
You can use it to verify SPF records too.
WWW: http://www.apolicy.org
PR: ports/129162
Submitted by: Chifeng QU <chifeng at gmail.com>
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 b612a473af2b..69dbe767d65a 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -494,6 +494,7 @@ SUBDIR += prom-wl SUBDIR += pronto SUBDIR += proxsmtp + SUBDIR += py-apolicy SUBDIR += py-cyruslib SUBDIR += py-email SUBDIR += py-libgmail |