aboutsummaryrefslogtreecommitdiff
path: root/mail/postfix-postfwd
Commit message (Collapse)AuthorAgeFilesLines
* 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-141-1/+2
| | | | | | | | | - convert USE_GMAKE to Uses Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=327311
* - Update to 1.35Sahil Tandon2013-09-022-4/+3
| | | | Notes: svn path=/head/; revision=326061
* - Remove SITE_PERL from *_DEPENDSAndrej Zverev2012-06-291-4/+4
| | | | | | | Approved by: portmgr@ (bapt@) Notes: svn path=/head/; revision=300222
* - Add OPTION to install postfwd v2 rather than v1 andSahil Tandon2012-06-102-32/+56
| | | | | | | | | | | | | | | convert to new options framework. - Revise the rc.d script[1] with style and functionality improvements, one of which works around an upstream issue that obstructed operation of 'status' and other functions. Because this affects the default package, bump PORTREVISION. Reviewed by: dougb [1] Notes: svn path=/head/; revision=298971
* - Update to 1.32Sahil Tandon2012-05-232-3/+4
| | | | | | | | PR: ports/167835 Submitted by: Thomas Vogt <thomas@bsdunix.ch> Notes: svn path=/head/; revision=297252
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-141-1/+1
| | | | | | | | | | | | | | 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
* - Update to 1.31Sahil Tandon2011-10-182-3/+3
| | | | Notes: svn path=/head/; revision=283727
* - Update to 1.30Sahil Tandon2011-09-072-7/+11
| | | | Notes: svn path=/head/; revision=281406
* - Update to 1.22Sahil Tandon2011-08-142-6/+6
| | | | Notes: svn path=/head/; revision=279730
* - Update to 1.20Sahil Tandon2010-11-152-3/+3
| | | | Notes: svn path=/head/; revision=264594
* - Update to 1.19Sahil Tandon2010-11-082-4/+5
| | | | | | | - Define LICENSE Notes: svn path=/head/; revision=264219
* - Update to 1.18Sahil Tandon2010-05-052-5/+4
| | | | | | | Approved by: itetcu@ (mentor) Notes: svn path=/head/; revision=253800
* - Update RUN_DEPENDS [1]Sahil Tandon2010-04-141-2/+3
| | | | | | | | | | | - Bump PORTREVISION for dependency change - Change my email to sahil@FreeBSD.org Reported by: Ziaya Syed Hasan <ziaya@sipradi.com.np> [1] Approved by: itetcu (mentor) Notes: svn path=/head/; revision=252698
* - Update to 1.17Ion-Mihai Tetcu2010-04-032-4/+4
| | | | | | | | PR: 144949 Submitted by: Sahil Tandon (maintainer) Notes: svn path=/head/; revision=252111
* Begin the process of deprecating sysutils/rc_subr byDoug Barton2010-03-271-1/+1
| | | | | | | s#. %%RC_SUBR%%#. /etc/rc.subr# Notes: svn path=/head/; revision=251553
* - Drop some empty filesMartin Wilke2010-02-021-0/+0
| | | | | | | | PR: 142990 Submitted by: Ulrich Spoerlein <uqs@spoerlein.net> Notes: svn path=/head/; revision=249138
* - Update to 1.16Martin Wilke2009-09-193-65/+4
| | | | | | | | | | | | Changelog: http://nopaste.unixfreunde.de/3840 PR: 138520 Submitted by: Sahil Tandon <sahil@tandon.net> (maintainer) Feature safe: yes Notes: svn path=/head/; revision=241742
* - Update to 1.14Martin Wilke2009-08-144-6/+67
| | | | | | | | PR: 136730 Submitted by: Sahil Tandon <sahil@tandon.net> (maintainer) Notes: svn path=/head/; revision=239550
* - update underlying software to 1.13Ion-Mihai Tetcu2009-07-063-15/+14
| | | | | | | | | | - misc. refinements in Makefile and files/pkg-message.in PR: 135906 Submitted by: Sahil Tandon (maintainer) Notes: svn path=/head/; revision=237275
* - Update to 1.10pre8bBeech Rintoul2008-10-183-12/+10
| | | | | | | | PR: ports/128019 Submitted by: Sahil Tandon <sahil@tandon.net> (maintainer) Notes: svn path=/head/; revision=221728
* - New port: mail/postfix-postfwd A postfix firewall policy daemonBeech Rintoul2008-05-215-0/+136
The program uses the postfix policy delegation protocol to control access to the mail system before a message has been accepted (please visit http://www.postfix.org/SMTPD_POLICY_README.html for more information). It allows you to choose an action (e.g. reject, dunno) for a combination of several smtp parameters (like sender and recipient address, size or the client's TLS fingerprint). PR: ports/123544 Submitted by: Sahil Tandon <sahil at tandon.net> Notes: svn path=/head/; revision=213433