Package mireka.filter.local.table
Class PostmasterAliasMapper
- Object
-
- mireka.filter.local.table.PostmasterAliasMapper
-
- All Implemented Interfaces:
RecipientDestinationMapper
public class PostmasterAliasMapper extends Object implements RecipientDestinationMapper
PostmasterAliasMapper is a convenience class used in configuration files to assign a Postmaster alias. It maps the global postmaster and any domain specific postmaster addresses to anAliasDestination.
-
-
Constructor Summary
Constructors Constructor Description PostmasterAliasMapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Destinationlookup(Recipient recipient)Returns the destination of mails sent to this user; or null if it does not know the recipient.voidsetCanonical(String mailbox)
-
-
-
Method Detail
-
lookup
public Destination lookup(Recipient recipient)
Description copied from interface:RecipientDestinationMapperReturns the destination of mails sent to this user; or null if it does not know the recipient.- Specified by:
lookupin interfaceRecipientDestinationMapper
-
setCanonical
public void setCanonical(String mailbox)
- Category:
- GETSET
-
-