|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RcptHook | |
|---|---|
| org.apache.james.protocols.smtp.core | |
| org.apache.james.protocols.smtp.core.fastfail | |
| org.apache.james.protocols.smtp.hook | |
| 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 the same as the one used as MAIL FROM |
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 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,
String parameters)
Must be implemented by hookable cmd handlers to make the effective call to an hook. |
| 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. |
| Uses of RcptHook in org.apache.james.protocols.smtp.hook |
|---|
| Classes in org.apache.james.protocols.smtp.hook that implement RcptHook | |
|---|---|
class |
SimpleHook
Simple Hook implementation which can be used as base class when writing simple Hook's
The SMTP-Server will just accept email with this Hook in place and discard it |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||