Uses of Interface
mireka.filter.local.table.RecipientDestinationMapper
-
Packages that use RecipientDestinationMapper 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. -
-
Uses of RecipientDestinationMapper in mireka.filter.local
Methods in mireka.filter.local that return RecipientDestinationMapper Modifier and Type Method Description RecipientDestinationMapperLookupDestinationFilter. getRecipientDestinationMapper()Methods in mireka.filter.local with parameters of type RecipientDestinationMapper Modifier and Type Method Description voidLookupDestinationFilter. setRecipientDestinationMapper(RecipientDestinationMapper recipientDestinationMapper) -
Uses of RecipientDestinationMapper in mireka.filter.local.table
Classes in mireka.filter.local.table that implement RecipientDestinationMapper Modifier and Type Class Description classAliasMapperAliasMapper is a convenience class used in configuration files to create an alias.classLocalRecipientTableLocalRecipientTable contains recipient-destination mappings likeRecipientTable, but it never matches a recipient whose domain is not included in the specified domain list.classPostmasterAliasMapperPostmasterAliasMapper is a convenience class used in configuration files to assign a Postmaster alias.classRecipientDestinationPairRecipientDestinationPair is a configuration helper object which assigns a destination to a mailbox address which is supplied in text form.classRecipientSpecificationDestinationPairRecipientSpecificationDestinationPair assigns aDestinationto one or moreRecipientSpecification, it is used to configure what to do with mail sent to the matching mail addresses.classRecipientTableRecipientTable contains a list of otherRecipientDestinationMapperinstances, and search each element of the list to lookup the destination assigned to a recipient.Methods in mireka.filter.local.table with parameters of type RecipientDestinationMapper Modifier and Type Method Description voidRecipientTable. addMapper(RecipientDestinationMapper mapper)Method parameters in mireka.filter.local.table with type arguments of type RecipientDestinationMapper Modifier and Type Method Description voidRecipientTable. setMappers(java.util.List<RecipientDestinationMapper> mappers) -
Uses of RecipientDestinationMapper in mireka.list
Classes in mireka.list that implement RecipientDestinationMapper Modifier and Type Class Description classListMapperListMapper is a configuration helper, which maps the canonical address of the list (in case-insensitive mode) to the list. -
Uses of RecipientDestinationMapper in mireka.login
Classes in mireka.login that implement RecipientDestinationMapper Modifier and Type Class Description classGlobalUsersMaildropDestinationMapperThis class assigns aMaildropDestinationto aGlobalUsersuser.
-