Class 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 an AliasDestination.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Destination lookup​(Recipient recipient)
      Returns the destination of mails sent to this user; or null if it does not know the recipient.
      void setCanonical​(String mailbox)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PostmasterAliasMapper

        public PostmasterAliasMapper()