aboutsummaryrefslogtreecommitdiff
path: root/mail/postpals
Commit message (Collapse)AuthorAgeFilesLines
* Remove non staged ports without pending PR from ma*Baptiste Daroussin2014-09-017-154/+0
| | | | Notes: svn path=/head/; revision=366959
* Resetting maintainership on ports that have not been staged and without anyBaptiste Daroussin2014-07-041-1/+1
| | | | | | | | | pending PR (related to stage) With hat: portmgr Notes: svn path=/head/; revision=360579
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | mail) Notes: svn path=/head/; revision=327742
* - convert to the new perl5 frameworkAndrej Zverev2013-09-041-1/+2
| | | | | | | Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=326271
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-142-2/+2
| | | | | | | | | | | | | | literal name_enable wherever possible, and ${name}_enable when it's not, to prepare for the demise of set_rcvar(). In cases where I had to hand-edit unusual instances also modify formatting slightly to be more uniform (and in some cases, correct). This includes adding some $FreeBSD$ tags, and most importantly moving rcvar= to right after name= so it's clear that one is derived from the other. Notes: svn path=/head/; revision=289156
* - remove MD5Olli Hauer2011-07-031-2/+0
| | | | Notes: svn path=/head/; revision=276989
* - Update my MAINTAINER address to sahil@FreeBSD.orgSahil Tandon2010-07-291-1/+1
| | | | Notes: svn path=/head/; revision=258413
* 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