Package | Description |
---|---|
mireka.destination |
Contains Destination core classes; destinations represents the different ways
of delivering a mail received in an incoming mail transaction, e.g. putting
the mail into a POP3 maildrop or transmitting it to a remote domain.
|
mireka.filter.proxy |
Provides a filter which relays a mail transaction step
by step to a backend server in "real time".
|
mireka.forward |
Provides support for address expansion for multiple delivery.
|
Modifier and Type | Class and Description |
---|---|
class |
UnknownRecipientDestination
UnknownRecipientDestination is a special destination which rejects the
recipient in the
Session.recipient(RecipientContext) phase. |
Modifier and Type | Class and Description |
---|---|
class |
RelayDestination
RelayDestination relays each step of the mail transaction in "realtime" to a
gateway.
|
Modifier and Type | Class and Description |
---|---|
class |
SrsDestination
An SrsDestination assigned to a recipient indicates that the mail must be
forwarded to a remote address, which is specified in the Sender Rewriting
Scheme (SRS) compatible local part of the recipient address.
|