Date: Sat, 29 Nov 2008 20:18:40 +0000 (UTC) From: Martin Wilke <miwi@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail Makefile ports/mail/py-ppolicy Makefile distinfo pkg-descr pkg-plist ports/mail/py-ppolicy/files patch-ppolicy.tap pkg-message.in ppolicyd.sh.in Message-ID: <200811292018.mATKIebS091943@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
miwi 2008-11-29 20:18:40 UTC FreeBSD ports repository Modified files: mail Makefile Added files: mail/py-ppolicy Makefile distinfo pkg-descr pkg-plist mail/py-ppolicy/files patch-ppolicy.tap pkg-message.in ppolicyd.sh.in Log: Modular Python Postfix Policy Server Modular Python Postfix Policy Server is tool for extending Postfix checking capabilities. It uses Postfix access policy delegation (http://www.postfix.org/SMTPD_POLICY_README.html) to check incoming SMTP request and accept or reject it according provided data. It can reduce mailserver load with rejecting incorrect mail during SMTP connection. It was made with stress to height reliability and performance by providing caching of required data and results. WWW: http://bimbo.fjfi.cvut.cz/ppolicy PR: ports/129256 Submitted by: Chifeng QU <chifeng at gmail.com> Revision Changes Path 1.933 +1 -0 ports/mail/Makefile 1.1 +59 -0 ports/mail/py-ppolicy/Makefile (new) 1.1 +3 -0 ports/mail/py-ppolicy/distinfo (new) 1.1 +11 -0 ports/mail/py-ppolicy/files/patch-ppolicy.tap (new) 1.1 +8 -0 ports/mail/py-ppolicy/files/pkg-message.in (new) 1.1 +35 -0 ports/mail/py-ppolicy/files/ppolicyd.sh.in (new) 1.1 +11 -0 ports/mail/py-ppolicy/pkg-descr (new) 1.1 +113 -0 ports/mail/py-ppolicy/pkg-plist (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200811292018.mATKIebS091943>