Postpals is a simple policy daemon for Postfix. It keeps a database of outgoing mail, specifically recipients and relays associated to them. The main goal is to whitelist mail coming back from those senders and relays early in the postfix restriction chain, so it doesn't get hit with any client UCE checks you are using (RBL, helo, PTR, greylisting etc). WWW: http://mailfud.org/postpals/ * NOTE * This port requires an update to ports/UIDs and ports/GIDs; I will submit another PR for that and submit a follow-up here accordingly.
Responsible Changed From-To: freebsd-ports-bugs->itetcu itetcu@ wants his PRs (via the GNATS Auto Assign Tool)
Please see ports/144541 for the patch vs. ports/UIDs and ports/GIDs. -- Sahil Tandon <sahil@tandon.net>
This slightly adjusted version utilizes @dirrmtry in pkg-plist and instead of "procname", sets the appropriate "command_interpreter" in the two rc scripts. -- Sahil Tandon <sahil@tandon.net>
itetcu 2010-04-03 09:43:50 UTC FreeBSD ports repository Modified files: mail Makefile Added files: mail/postpals Makefile distinfo pkg-descr pkg-plist mail/postpals/files pkg-message.in postpals-taillog.in postpals.in Log: Postpals is a simple policy daemon for Postfix. It keeps a database of outgoing mail, specifically recipients and relays associated to them. The main goal is to whitelist mail coming back from those senders and relays early in the postfix restriction chain, so it doesn't get hit with any client UCE checks you are using (RBL, helo, PTR, greylisting etc). WWW: http://mailfud.org/postpals/ PR: ports/144540 Submitted by: Sahil Tandon <sahil at tandon.net> Revision Changes Path 1.1016 +1 -0 ports/mail/Makefile 1.1 +38 -0 ports/mail/postpals/Makefile (new) 1.1 +6 -0 ports/mail/postpals/distinfo (new) 1.1 +20 -0 ports/mail/postpals/files/pkg-message.in (new) 1.1 +37 -0 ports/mail/postpals/files/postpals-taillog.in (new) 1.1 +45 -0 ports/mail/postpals/files/postpals.in (new) 1.1 +7 -0 ports/mail/postpals/pkg-descr (new) 1.1 +4 -0 ports/mail/postpals/pkg-plist (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed New port added. Thanks!