Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
POLICY-TEST(1)	       User Contributed Perl Documentation	  POLICY-TEST(1)

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 argu-
     ment. 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 Post-
     fix 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: pol-
     icy_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 un-
     der 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 FIT-
     NESS 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.42.3			   2026-08-30			  POLICY-TEST(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=policy-test&sektion=1&manpath=FreeBSD+Ports+15.1.quarterly>

home | help