Commit graph

15 commits

Author SHA1 Message Date
Cheng-Lung Sung
28e5e22440 - Added some changes in startup script (patch from Zach) :
added mysql to the REQUIRE and postfix to the BEFORE.
  This should get the right startup order, i.e. mysql, policyd,
  postfix, for most cases.
- Update to 1.80, Changelog :
[10 Jul 2006]
Changes from v1.79 -> v1.80 (bug fixes)

 *    policyd.h: fix *bsd MSG_NOSIGNAL compiling issue. Patch by John Beaver.

[04 Jul 2006]
Changes from v1.78 -> v1.79 (bug fixes & new functionality)

 *      mysql.c: fix strncpy boundary issue. Patch by Stanislav Sinyagin.
 *    policyd.h: fix array boundary issue. Patch by Stanislav Sinyagin.
 *  throttle*.c: autoblacklist throttle abusers. Patch by Stanislav Sinyagin.
 *  redhat.init: redhat policyd spec file written by Tony Earnshaw.
 *          *.c: logging has changed and is more consistant when reporting.
 *    sockets.c: read()/write() is now non-blocking. Patch by Nigel Kukard.
 *      mysql.c: remove the use of alarm blocking when in bypass mode.
 *    generic.c: module failures now increment mysql failure counters.
 *    policyd.c: whitelisting modules requires WHITELISTING=1 to work.
 *    policyd.c: blacklisting modules requires BLACKLISTING=1 to work.
 *    policyd.c: CONN_ACL is hashed out untill i've resolved a bug thats causing
 		 Policyd to fail calls to select() under heavy loads.

PR:		ports/101583
Submitted by:	maintainer (Xavier Beaudouin)
2006-08-10 01:33:23 +00:00
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
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
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
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
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
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