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.
|
Modifier and Type | Method and Description |
---|---|
void |
ProhibitRelaying.addLocalDomainSpecification(RemotePartSpecification remotePartSpecification) |
Modifier and Type | Method and Description |
---|---|
void |
ProhibitRelaying.setLocalDomainSpecifications(java.util.List<RemotePartSpecification> specifications) |
Modifier and Type | Class and Description |
---|---|
class |
AnyRemotePart
AnyRemotePart matches any remote part.
|
class |
InlineDomainRegistry
InlineDomainRegistry is used to easily configure the list of domains and
address literals which are considered local by the mail server.
|
Modifier and Type | Method and Description |
---|---|
RemotePartSpecification |
LocalPostmaster.getLocalDomains() |
RemotePartSpecification |
LocalRecipientTable.getLocalDomains() |
RemotePartSpecification |
SplitRecipientSpecification.getRemotePartSpecification() |
Modifier and Type | Method and Description |
---|---|
void |
LocalPostmaster.setLocalDomains(RemotePartSpecification remotePartSpecification) |
void |
LocalRecipientTable.setLocalDomains(RemotePartSpecification localDomains) |
void |
SplitRecipientSpecification.setRemotePartSpecification(RemotePartSpecification remotePartSpecification) |
Modifier and Type | Method and Description |
---|---|
RemotePartSpecification |
Srs.getLocalDomains() |
Modifier and Type | Method and Description |
---|---|
void |
Srs.setLocalDomains(RemotePartSpecification localDomains)
Sets the domains which authorize this server to send mail in their name
using the SPF DNS record.
|