AbstractConfigurableAsyncServer should not depend on DNSService ---------------------------------------------------------------
Key: JAMES-1278 URL: https://issues.apache.org/jira/browse/JAMES-1278 Project: JAMES Server Issue Type: Improvement Components: IMAPServer, POP3Server, SMTPServer Reporter: Norman Maurer In AbstractConfigurableAsyncServer we depend on the DNSService to lookup the hostname of the server. This will then be used as helloname if none was specified. For such a "simple" task we should better not depend on the DNSService and just use InetAddress.getLocalHost(). This will give us one less dependency for the implementations -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org For additional commands, e-mail: server-dev-h...@james.apache.org