summaryrefslogtreecommitdiff
path: root/mail/postgrey
AgeCommit message (Collapse)AuthorFilesLines
2013-05-31Bump all packages for perl-5.18, thatwiz1-2/+2
a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
2012-10-08Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.asau1-3/+1
2012-10-03Bump all packages that use perl, or depend on a p5-* package, orwiz1-2/+2
are called p5-*. I hope that's all of them.
2012-03-09Bump PKGREVISIONfhajny1-2/+2
2012-03-09Missing dependency for security/p5-Digest-SHA1 added.fhajny1-1/+2
2012-01-18Revbump after db5 updateadam1-2/+2
2011-02-16PR/34742 -- support "reload" command, remove pidfile after stoppingshattered2-3/+5
2010-09-16Revbump after updating databases/db5adam1-1/+2
2010-06-02Changes 1.33:adam2-11/+10
* fix warning with IPv6 address * added --x-greylist-header option * contrib/postgrey.init: new LSB-compliant init script by Adrian von Bidder * contrib/postgreyreport: fix POD error * contrib/postgreyreport: added --tab and --show_time options * updated whitelist Changes 1.32: * fixed recipients whitelisting * added --syslog-facility option * add support for BATV * updated whitelist
2009-06-14Remove @dirrm entries from PLISTsjoerg1-3/+1
2008-09-06Recursive PKGREVISION/ABI-depends bump for db4 4.6->4.7 update (shlibwiz1-2/+2
name change).
2008-03-04Mechanical changes to add DESTDIR support to packages that installjlam1-4/+6
their files via a custom do-install target.
2008-01-20Update to 1.31:xtraeme2-10/+8
* 2007-09-06: version 1.31 - support CIDR-style addresses in the client whitelist (Claudio Strizzolo) - improve logging of unresolveable hosts (Adrian von Bidder, Heiko Schlichting) - updated whitelist - fix unix socket permission issues (Martin F Krafft, Adrian von Bidder, Leos Bitto, Debian bug #376910) - fix regexps for matching hosts in whitelists (Antonello Nocchi) - do maintenance after the current request and not before (Clifton Royston)
2008-01-12db4 update related revision bumpadam1-1/+2
2007-08-31Updated mail/postgrey to 1.30martti2-7/+7
* 2007-08-02: version 1.30 - implemented --listen-queue-size option (you usually don't need to set it except for big sites). - small fix to the 'native' syslogging implemented in 1.29 * 2007-07-23: version 1.29 - workaround for a possible crash with Sys::Syslog < 0.15 when syslog messages were generated during syslog file rotation - use the 'native' logging socket with Sys::Syslog >= 0.15 (Philipp Koller) * 2007-06-21: version 1.28 - improved logging (postgrey is now more verbose, use the new --quiet option if that bothers you) - improved Exim support (see Debian bug #380257) - workaround for a bug in Exchange dealing with temporary failures (use DSN code 4.2.0 instead of the default 4.7.1) - added 'policy-test' script for testing postgrey's performance or pre-seeding the database - fix logging of delayed, unresolveable clients in syslog (Andreas Metzler) - more descriptive error message on DB failure (Adrian von Bidder) - updated whitelist - new homepage: http://postgrey.schweikert.ch/
2007-07-04Make it easier to build and install packages "unprivileged", wherejlam1-2/+4
the owner of all installed files is a non-root user. This change affects most packages that require special users or groups by making them use the specified unprivileged user and group instead. (1) Add two new variables PKG_GROUPS_VARS and PKG_USERS_VARS to unprivileged.mk. These two variables are lists of other bmake variables that define package-specific users and groups. Packages that have user-settable variables for users and groups, e.g. apache and APACHE_{USER,GROUP}, courier-mta and COURIER_{USER,GROUP}, etc., should list these variables in PKG_USERS_VARS and PKG_GROUPS_VARS so that unprivileged.mk can know to set them to ${UNPRIVILEGED_USER} and ${UNPRIVILEGED_GROUP}. (2) Modify packages to use PKG_GROUPS_VARS and PKG_USERS_VARS.
2007-06-08PKGREVISION bump for db4 shlib name change.wiz1-2/+2
2007-04-03Revert empty do-build target and remove NO_BUILD.taca1-2/+4
Reported by Martti Kuparinen <martti@>. Bump PKGREVISION.
2007-04-02Update postgrey to 1.27.taca2-11/+10
pkgsrc change: - add BUILD_DEFS. - use INSTALL_DATA_DIR and NO_BUILD. Chages from 1.24: * 2006-07-17: version 1.27 - fix socket permissions with Net::Server >= 0.94 (Leos Bitto) * 2006-07-12: version 1.26 - added support for Exim (Guy Antony Halse) - greatly improve cleanup speed with explicit transactions (Maeda Atusi) * 2006-06-29: version 1.25 - updated whitelist - bugfix: --privacy was not working - change default greylist-text not to include the number of seconds left, since it seems that spammers are misusing it. - added --hostname option (Maarten de Vries)
2006-06-18Removed an empty line to make the SUBST block appear in a singlerillig1-2/+1
paragraph.
2006-04-23Modify packages that set PKG_USERS and PKG_GROUPS to follow the newjlam1-2/+4
syntax as specified in pkgsrc/mk/install/bsd.pkginstall.mk:1.47.
2006-03-30Uprade to postgres 1.24. Running for several weeks at my home that way.is2-7/+6
2006-02-19Simplify PLIST handling. PLIST_SUBST isn't necessary for static paths.wiz2-14/+12
Remove OWN_DIRS to fix CHECK_FILES build. Some pkglint cleanup while here.
2006-01-06DEPENDS and PKGREVISION bumps because db4's library name changed.wiz1-1/+2
2005-12-29Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mkjlam1-2/+1
automatically detects whether we want the pkginstall machinery to be used by the package Makefile.
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-5/+4
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-08-23The real user name in PKG_USERS does not need to be escaped with doublerillig1-2/+2
backslashes anymore. A single backslash is enough. Changed the definition in all affected packages. For those that are not caught, an additional check is placed into bsd.pkginstall.mk.
2005-07-16Get rid of USE_PERL5. The new way to express needing the Perl executablejlam1-2/+2
around at either build-time or at run-time is: USE_TOOLS+= perl # build-time USE_TOOLS+= perl:run # run-time Also remove some places where perl5/buildlink3.mk was being included by a package Makefile, but all that the package wanted was the Perl executable.
2005-06-16Create directories before installing files into them.jlam1-1/+3
2005-05-02RCD_SCRIPTS_EXAMPLEDIR is no longer customizable.reed1-1/+2
And always is defined as share/examples/rc.d which was the default before. This rc.d scripts are not automatically added to PLISTs now also. So add to each corresponding PLIST as required. This was discussed on tech-pkg in late January and late April. Todo: remove the RCD_SCRIPTS_EXAMPLEDIR uses in MESSAGES and elsewhere and remove the RCD_SCRIPTS_EXAMPLEDIR itself.
2005-04-17Remove duplicate settings.kim1-3/+2
2005-04-17delint.salo1-10/+8
2005-04-17Upgrade to 1.21: fix for denial-of-service vulnerability in syslogkim2-7/+7
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-24Add RMD160 digests.agc1-1/+2
2004-12-28The default location of the pkgsrc-installed rc.d scripts is nowreed1-1/+2
under share/examples/rc.d. The variable name already was named RCD_SCRIPTS_EXAMPLEDIR. This is from ideas from Greg Woods and others. Also bumped PKGREVISION for all packages using RCD_SCRIPTS mechanism (as requested by wiz).
2004-12-22Postgrey is a Postfix policy server implementing greylisting developedkim5-0/+133
by David Schweikert. Compared to greylist.pl included with Postfix (2.1.1), Postgrey has the following additional features: - Safer database handling: Postgrey does use the logging and transaction features of BerkeleyDB to maximize reliability. - Automatical cleaning of the database: Entries that were last seen more than a defined amount of time get removed automatically.