aboutsummaryrefslogtreecommitdiff
path: root/mail/postpals
Commit message (Collapse)AuthorAgeFilesLines
* Hard-code /etc/rc.subr instead of %%RC_SUBR%% which is going away soonDoug Barton2010-04-032-2/+2
| | | | Notes: svn path=/head/; revision=252169
* - fix plist (deinstall)Ion-Mihai Tetcu2010-04-033-2/+3
| | | | | | | | | - fix rc script Submitted by: Sahil Tandon (maintainer) Notes: svn path=/head/; revision=252130
* Fix typo in pkg-plist.Ion-Mihai Tetcu2010-04-031-1/+1
| | | | | | | Submited by: QAT Notes: svn path=/head/; revision=252113
* Postpals is a simple policy daemon for Postfix. It keeps a database ofIon-Mihai Tetcu2010-04-037-0/+157
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> Notes: svn path=/head/; revision=252112