Policy Daemon snapshot-200806021908 (2.x (Cluebringer) branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Policy Daemon snapshot-200806021908 (2.x (Cluebringer) branch)
# 1  
Old 07-02-2008
Policy Daemon snapshot-200806021908 (2.x (Cluebringer) branch)

Image Policyd v2 (codenamed "cluebringer") is a multi-platform policy server for popular MTAs. This policy daemon is designed mostly for large scale mail hosting environments. The main goal is to implement as many spam combating and email compliance features as possible while at the same time maintaining portability, stability, and performance. Its features include detailed policy and group specification, access control, helo/ehlo checks (helo randomization prevention and RFC compliance), SPF checks, Greylisting, Quotas, and Amavisd-new integration. License: GNU General Public License (GPL) Changes:
Better support for newer versions of Cache-FastMmap. Handling of the Postfix policy delegation protocol has been fixed. The table charset has been set to Latin1 for MySQL so that the MySQL index length limitation is not exceeded. Rogue commas in SQL have been fixed. CREATE INDEX has been added instead of INDEX() for better cross-database support. Indexing has been re-added to SQLite. Typos have been fixed and there are better error messages. Support for broken browsers has been fixed.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
POLICY-TEST(8)						User Contributed Perl Documentation					    POLICY-TEST(8)

NAME
policy-test - Postfix Policy Daemon Testing Tool SYNOPSIS
policy-test [options...] unix:/file/path policy-test [options...] inet:hostname:port -h, --help display this help and exit --version output version information and exit -v, --verbose increase verbosity level DESCRIPTION
policy-test is a script that converts Postfix log entries on the standard input into requests to the Postfix policy daemon given as the first argument. It can be used for: Testing the performance of a policy daemon Pre-seeding a Greylist policy daemon with data from the logs Note that this program is still in its very early stages of development and does only support a small subset of the normal attributes used in the Postfix policy delegation protocol. It basically supports the bare minimum to make it work with Postgrey. Also note that a non-standard attribute is being generated: policy_test_time contains the Unix timestamp of when the client connected. COPYRIGHT
Copyright (c) 2007 by Open Systems AG. All rights reserved. LICENSE
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. AUTHOR
David Schweikert <david@schweikert.ch> perl v5.14.2 2007-08-29 POLICY-TEST(8)