Package | Description |
---|---|
mireka.filter.local |
Contains filters which decide if a recipient is local and determine the
necessary actions.
|
mireka.filter.local.table |
Provides classes for configuring which recipients are local and what to
do with mails addressed to them.
|
mireka.list |
Provides a simple mailing list, which can be used for small, closed,
internal mailing lists, if a full mailing list manager software is not
available.
|
mireka.login |
Contains classes for the configuration and verification of login
credentials.
|
Modifier and Type | Method and Description |
---|---|
RecipientDestinationMapper |
LookupDestinationFilter.getRecipientDestinationMapper() |
Modifier and Type | Method and Description |
---|---|
void |
LookupDestinationFilter.setRecipientDestinationMapper(RecipientDestinationMapper recipientDestinationMapper) |
Modifier and Type | Class and Description |
---|---|
class |
AliasMapper
AliasMapper is a convenience class used in configuration files to create an
alias.
|
class |
LocalRecipientTable
LocalRecipientTable contains recipient-destination mappings like
RecipientTable , but it never matches a recipient whose domain is not
included in the specified domain list. |
class |
PostmasterAliasMapper
PostmasterAliasMapper is a convenience class used in configuration files to
assign a Postmaster alias.
|
class |
RecipientDestinationPair
RecipientDestinationPair is a configuration helper object which assigns a
destination to a mailbox address which is supplied in text form.
|
class |
RecipientSpecificationDestinationPair
RecipientSpecificationDestinationPair assigns a
Destination to one or
more RecipientSpecification , it is used to configure what to do with
mail sent to the matching mail addresses. |
class |
RecipientTable
RecipientTable contains a list of other
RecipientDestinationMapper
instances, and search each element of the list to lookup the destination
assigned to a recipient. |
Modifier and Type | Method and Description |
---|---|
void |
RecipientTable.addMapper(RecipientDestinationMapper mapper) |
Modifier and Type | Method and Description |
---|---|
void |
RecipientTable.setMappers(java.util.List<RecipientDestinationMapper> mappers) |
Modifier and Type | Class and Description |
---|---|
class |
ListMapper
ListMapper is a configuration helper, which maps the canonical address of the
list (in case-insensitive mode) to the list.
|
Modifier and Type | Class and Description |
---|---|
class |
GlobalUsersMaildropDestinationMapper
This class assigns a
MaildropDestination to a GlobalUsers
user. |