Methods Summary |
---|
public java.lang.String | getHelloName()Returns the service wide hello name
|
public org.apache.james.services.MailServer | getMailServer()Returns the MailServer interface for this service.
|
public long | getMaxMessageSize()Returns the service wide maximum message size in bytes.
|
public int | getResetLength()Returns the service wide reset length in bytes.
|
public org.apache.james.services.UsersRepository | getUsersRepository()Returns the UsersRepository for this service.
|
public boolean | isAuthRequired(java.lang.String remoteIP)Returns whether SMTP AUTH is active for this server, and
necessary for the IP address passed.
|
public boolean | isAuthRequired()Returns whether SMTP auth is active for this server.
|
public boolean | isRelayingAllowed(java.lang.String remoteIP)Returns whether relaying is allowed for the IP address passed.
|
public boolean | isVerifyIdentity()Returns whether the service validates the identity
of its senders.
|
public boolean | useHeloEhloEnforcement()Returns whether the remote server needs to send a HELO/EHLO
of its senders.
|