Uses of Interface
mireka.filter.local.table.RemotePartSpecification
-
Packages that use RemotePartSpecification 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.forward Provides support for address expansion for multiple delivery. -
-
Uses of RemotePartSpecification in mireka.filter.local
Methods in mireka.filter.local with parameters of type RemotePartSpecification Modifier and Type Method Description voidProhibitRelaying. addLocalDomainSpecification(RemotePartSpecification remotePartSpecification)Method parameters in mireka.filter.local with type arguments of type RemotePartSpecification Modifier and Type Method Description voidProhibitRelaying. setLocalDomainSpecifications(java.util.List<RemotePartSpecification> specifications) -
Uses of RemotePartSpecification in mireka.filter.local.table
Classes in mireka.filter.local.table that implement RemotePartSpecification Modifier and Type Class Description classAnyRemotePartAnyRemotePart matches any remote part.classInlineDomainRegistryInlineDomainRegistry is used to easily configure the list of domains and address literals which are considered local by the mail server.Methods in mireka.filter.local.table that return RemotePartSpecification Modifier and Type Method Description RemotePartSpecificationLocalPostmaster. getLocalDomains()RemotePartSpecificationLocalRecipientTable. getLocalDomains()RemotePartSpecificationSplitRecipientSpecification. getRemotePartSpecification()Methods in mireka.filter.local.table with parameters of type RemotePartSpecification Modifier and Type Method Description voidLocalPostmaster. setLocalDomains(RemotePartSpecification remotePartSpecification)voidLocalRecipientTable. setLocalDomains(RemotePartSpecification localDomains)voidSplitRecipientSpecification. setRemotePartSpecification(RemotePartSpecification remotePartSpecification) -
Uses of RemotePartSpecification in mireka.forward
Methods in mireka.forward that return RemotePartSpecification Modifier and Type Method Description RemotePartSpecificationSrs. getLocalDomains()Methods in mireka.forward with parameters of type RemotePartSpecification Modifier and Type Method Description voidSrs. setLocalDomains(RemotePartSpecification localDomains)Sets the domains which authorize this server to send mail in their name using the SPF DNS record.
-