de.malowa
Class PostfixService

java.lang.Object
  extended by de.malowa.PostfixService

public class PostfixService
extends java.lang.Object

The PostfixService is the main program which is used to implement a greylisting algorithm for the Postfix Mail System. It has an unique way to determine delay times based on a flexible extensible rule set. Other rules can be used to offer two rule based whitelists and a rule based blacklist. Additionally it offers an internal whitelist and also has access to the DNS based whitelist of http://www.dnswl.org/.

Author:
Marcel Lohmann

Constructor Summary
PostfixService()
          Constructs the Postfix service
 
Method Summary
static void main(java.lang.String[] args)
          Starts the program.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PostfixService

public PostfixService()
Constructs the Postfix service

Method Detail

main

public static void main(java.lang.String[] args)
Starts the program.

Parameters:
args - command line arguments