public abstract class LMTPConfiguration extends ProtocolConfigurationImpl implements SMTPConfiguration
ProtocolConfigurationImpl which is used in the context of LMTP| Constructor and Description |
|---|
LMTPConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isAuthRequired(String remoteIP)
Return
false |
boolean |
isRelayingAllowed(String remoteIP)
Return
false |
boolean |
useAddressBracketsEnforcement()
Return
false |
boolean |
useHeloEhloEnforcement()
Return
false |
getGreeting, getHelloName, getSoftwareName, setGreeting, setHelloName, setSoftwareNameclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetMaxMessageSizegetGreeting, getHelloName, getSoftwareNamepublic boolean isRelayingAllowed(String remoteIP)
falseisRelayingAllowed in interface SMTPConfigurationremoteIP - the remote IP address in String formpublic boolean isAuthRequired(String remoteIP)
falseisAuthRequired in interface SMTPConfigurationremoteIP - the remote IP address in String formpublic boolean useHeloEhloEnforcement()
falseuseHeloEhloEnforcement in interface SMTPConfigurationpublic boolean useAddressBracketsEnforcement()
falseuseAddressBracketsEnforcement in interface SMTPConfigurationCopyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.