| Package | Description |
|---|---|
| org.apache.james.protocols.smtp.core | |
| org.apache.james.protocols.smtp.core.fastfail | |
| org.apache.james.protocols.smtp.hook |
| Modifier and Type | Class and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
protected Class<RcptHook> |
RcptCmdHandler.getHookInterface() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Class and Description |
|---|---|
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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleHook
|
Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.