com.ericdaugherty.mail.server.services.smtp.support
Interface VerifyIP


public interface VerifyIP

The interface for verifyIP process classes

Author:
Andreas Kyrmegalos

Method Summary
 boolean blockIP(java.lang.String clientIP)
           
 void saveBegin(SMTPMessage message, boolean useAmavisSMTPDirectory)
           
 

Method Detail

blockIP

boolean blockIP(java.lang.String clientIP)

saveBegin

void saveBegin(SMTPMessage message,
               boolean useAmavisSMTPDirectory)
               throws java.io.IOException
Throws:
java.io.IOException