postfwd page

News
New postfwd version 0.99o featuring macros/acls and date/time based rules is out!

Description
postfwd is written in PERL to combine complex postfix restrictions in a ruleset similar to those of the most firewalls. The program uses the postfix policy delegation protocol to control access to the mail system before a message has been accepted (please visit http://www.postfix.org/SMTPD_POLICY_README.html for more information). It allows you to choose an action (e.g. reject, dunno) for a combination of several smtp parameters (like sender and recipient address, size or the client's TLS fingerprint). The main intention is the application at multi-customer bastion systems but feel free to use it wherever you find it useful.

Features Get it Required PERL modules

To install them you may either run:

	perl -MCPAN -e shell
	install <Module>
	
or get them from CPAN archive and run:
	perl Makefile.pl
	make
	make test
	make install
	

IMPORTANT NOTICE: This software is still under development and therefore it has BETA status. Although it has been tested extensively, I won't give any warranties. Use it at your own risk. Please report problems to postfwd@jpkessler.de.