You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by "Norman Maurer (JIRA)" <se...@james.apache.org> on 2011/06/22 20:51:47 UTC

[jira] [Created] (JAMES-1278) AbstractConfigurableAsyncServer should not depend on DNSService

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-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org


[jira] [Resolved] (JAMES-1278) AbstractConfigurableAsyncServer should not depend on DNSService

Posted by "Norman Maurer (JIRA)" <se...@james.apache.org>.
     [ https://issues.apache.org/jira/browse/JAMES-1278?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Norman Maurer resolved JAMES-1278.
----------------------------------

       Resolution: Fixed
    Fix Version/s: 3.0-beta1
         Assignee: Norman Maurer

> 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
>            Assignee: Norman Maurer
>             Fix For: 3.0-beta1
>
>
> 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-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org