Uses of Interface
org.apache.james.protocols.smtp.hook.RcptHook

Packages that use RcptHook
org.apache.james.protocols.smtp.core   
org.apache.james.protocols.smtp.core.fastfail   
 

Uses of RcptHook in org.apache.james.protocols.smtp.core
 

Classes in org.apache.james.protocols.smtp.core that implement RcptHook
 class AbstractAuthRequiredToRelayRcptHook
          Handler which check for authenticated users
 class AbstractSenderAuthIdentifyVerificationRcptHook
          Handler which check if the authenticated user is incorrect or correct
 class AcceptRecipientIfRelayingIsAllowed
          This hook will stop the hook chain if relaying is allowed
 class PostmasterAbuseRcptHook
          Handler which whitelist "postmaster" and "abuse" recipients.
 

Methods in org.apache.james.protocols.smtp.core that return types with arguments of type RcptHook
protected  java.lang.Class<RcptHook> RcptCmdHandler.getHookInterface()
           
 

Methods in org.apache.james.protocols.smtp.core with parameters of type RcptHook
protected  HookResult RcptCmdHandler.callHook(RcptHook rawHook, SMTPSession session, java.lang.String parameters)
           
 

Uses of RcptHook in org.apache.james.protocols.smtp.core.fastfail
 

Classes in org.apache.james.protocols.smtp.core.fastfail that implement RcptHook
 class AbstractGreylistHandler
          Abstract base class which implement GreyListing.
 class AbstractValidRcptHandler
          Handler which want todo an recipient check should extend this
 class DNSRBLHandler
          Connect handler for DNSRBL processing
 class MaxRcptHandler
           
 class ResolvableEhloHeloHandler
          This CommandHandler can be used to reject not resolvable EHLO/HELO
 class ReverseEqualsEhloHeloHandler
           
 class SpamTrapHandler
          This handler can be used for providing a spam trap.
 class SupressDuplicateRcptHandler
          This handler can be used to just ignore duplicated recipients.
 class TarpitHandler
          Add tarpit support to SMTPServer.
 



Copyright © 2010 The Apache Software Foundation. All Rights Reserved.