Commit graph

20 commits

Author SHA1 Message Date
Shaun Amott
43c6765362 Update distinfo: vendor rerolled distfile.
PR:		ports/99587
Submitted by:	Xavier Beaudouin <kiwi@oav.net> (maintainer)
Approved by:	ahze (mentor, implicit)
2006-07-01 02:19:03 +00:00
Erwin Lansing
39d8313eef Update to 1.78
PR:		99450
Submitted by:	Xavier Beaudouin <kiwi@oav.net> (maintainer)
2006-06-25 13:08:35 +00:00
Erwin Lansing
6733101d07 Update to 1.77
PR:		98836
Submitted by:	Xavier Beaudouin <kiwi@oav.net> (maintainer)
2006-06-12 09:25:58 +00:00
Marcus Alves Grando
90bfec8008 - Update distfile. Updated Makefile to fix make -jX
PR:		95252
Submitted by:	"Marcin Jessa" <yazzy___yazzy.org>
Approved by:	maintainer
2006-04-08 18:47:53 +00:00
Kris Kennaway
579cd98592 BROKEN: Size mismatch 2006-03-25 21:22:53 +00:00
Marcus Alves Grando
315a352770 - Update to 1.73 and fix fetch [1].
[1]
http://pointyhat.freebsd.org/errorlogs/ia64-errorlogs/e.7.2005100603/postfix-policyd-sf-1.71.log

PR:		94391
Submitted by:	maintainer
Approved by:	portmgr (marcus)
2006-03-13 00:53:32 +00:00
Doug Barton
c49d1a3273 Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.
We have not checked for this KEYWORD for a long time now, so this
is a complete noop, and thus no PORTREVISION bump. Removing it at
this point is mostly for pedantic reasons, and partly to avoid
perpetuating this anachronism by copy and paste to future scripts.
2006-02-20 20:47:50 +00:00
Vanilla I. Shu
d1110499cf Upgrade to 1.72.
PR:		ports/92837
Submitted by:	maintainer
2006-02-05 13:39:24 +00:00
Edwin Groothuis
3b5981766e SHA256ify
Approved by:	krion@
2006-01-30 12:42:14 +00:00
Steve Price
7ffb55a6e7 Remove PORTREVISION from REALNAME as well. Doing so unbreaks
stopping and restarting the daemon from policyd.sh.

Approved by:	maintainer
2006-01-05 16:22:13 +00:00
Edwin Groothuis
0614d0e773 :r /tmp/cvsJEiyM1
[MAINTAINER] mail/postfix-policyd-sf: 1.71 Released

	1.71 is finaly released (current 1.71 was development version)

	Changelog :

	Dec 23  2005]
	Changes from v1.70 -> v1.71 (new functionality+bug fixes)

	 *      mysql.c: you can now compress or encrypt policyd->mysql connections.
	 *      mysql.c: removed mysql_ping(). connections are now restablished.
	 *    policyd.c: added -v option to Policyd to show version information.
	 * throttle_*.c: fix throttle inconsistancy. spotted by John Beaver.
	 * throttle_*.c: fix throttle inconsistancy. spotted by SanthuBhai.
	 * throttle_*.c: add thresholds/percentage display for throttle modules.
	 * throttle_r.c: rcpt_total did not increment.
	 *       cidr.c: added cidr network acls. patch supplied by dan.
	 *  blacklist.c: new module that allows dns based blacklists (you can now
			 blacklist, eg: %dsl%.rr.com to just block the RR.com
			 adsl range, but you can still whitelist smtp.rr.com
			 so they have to use their isp relay.) patch by Alain Fauconnet.

	  (NB!!) if you are upgrading from <= v1.70 then please add to policyd.conf:

	    # ip addresses/networks of hosts connecting to Policyd
	    CONN_ACL="127.0.0.1 192.168.0.0/24"
	    BLACKLISTDNSNAME=0
	    MYSQLOPT=""
	      or if you want to compress the connection from policyd -> mysql:
	    MYSQLOPT="CLIENT_COMPRESS"

	 And in MySQL>

	   CREATE TABLE blacklist_dnsname (
	     _blacklist   char(60) NOT NULL default '',
	     _description char(60) NOT NULL default '',
	     _expire      int(10) unsigned NOT NULL default '0',
	     UNIQUE KEY _blacklist (_blacklist),
	     KEY _expire (_expire)
	   ) TYPE=MyISAM;

PR:		ports/90853
Submitted by:	Xavier Beaudouin <kiwi@oav.net>
2005-12-25 23:38:11 +00:00
Erwin Lansing
e3afdd7ee8 Mark BROKEN. Distfile was rerolled with some huge changes of which I
cannot judge the impact. Someone should contact the author and very this
and/or review the changes.

Submitted by:	pointyhat (kris)
2005-12-25 14:28:53 +00:00
Erwin Lansing
d12a46054e Add extra mastersite
PR:		90596
Submitted by:	Xavier Beaudouin <kiwi@oav.net> (maintainer)
2005-12-18 12:46:08 +00:00
Marcus Alves Grando
a61a2b2fec Update to 1.71
PR:		89130
Submitted by:	Xavier Beaudouin <kiwi@oav.net> (maintainer)
2005-11-16 14:45:23 +00:00
Marcus Alves Grando
0d31e178e6 Update to 1.70
Add SHA256

PR:		88672
Submitted by:	maintainer
2005-11-08 21:09:55 +00:00
Renato Botelho
950ce70068 - Fix distinfo, tarball was rerolled because README file was incorrect.
PR:		ports/87971
Submitted by:	maintainer
2005-10-25 11:38:11 +00:00
Marcus Alves Grando
169759055f Update to 1.69
PR:		87915
Submitted by:	Xavier Beaudouin <kiwi@oav.net> (maintainer)
2005-10-24 19:40:04 +00:00
Renato Botelho
828d733316 - Update to 1.67
Changes from v1.66 -> v1.67 (new functionality)

 *    generic.c: AUTO_BLACK_LISTING was not being initialized which means
                 it couldnt of been working. patch by Benny Pedersen.
 *          *.c: records were taking twice as long to expire as what they
                 should be. Thanks to Sune Foldager for spotting this.
 *     contrib/: added debian startup/init file by Dietmar Braun.
 *       helo.c: used wrong variable for _expire. patch by Benny Pedersen.
 * policyd.spec: new rpm spec file. submitted by Catalin Muresan

- Fix missing documentation
- Fix startup script to not use '-' in rc variables.
- Fix pid filename in default configuration pid filename.
- Added postfix-policyd-stats to gather stats using syslog

PR:		ports/85868
Submitted by:	maintainer
2005-09-08 17:56:17 +00:00
Renato Botelho
6bca94c0f5 - Fix MAINTAINER wrong mail 2005-09-05 18:05:55 +00:00
Renato Botelho
0968fe26d7 Add postfix-policyd-sf 1.66, anti-spam plugin for Postfix (written in
C).

PR:		ports/85396
Submitted by:	Xavier Beaudouin <kiwi@oav.net>
2005-09-05 16:46:06 +00:00