Re: MxSorter and changes to DNSServer.java

2004-04-09 Thread Soren Hilmer
Hi Noel, My concern on this is that InetAddress caches successfull DNS lookups forever (at least on default) and this strategy is not very sound for a mailserver, as I happened to discover :-( A possible (not optimal) solution is to set the security property networkaddress.cache.ttl to

[jira] Created: (JAMES-251) ClassCastException

2004-04-09 Thread jira
Message: A new issue has been created in JIRA. - View the issue: http://issues.apache.org/jira/browse/JAMES-251 Here is an overview of the issue: -

RE: MxSorter and changes to DNSServer.java

2004-04-09 Thread Noel J. Bergman
My concern on this is that InetAddress caches successfull DNS lookups forever (at least on default) and this strategy is not very sound for a mailserver Good point, Søren. And that happens in InetAddress, but through contamination with sun.* classes. It isn't pluggable. The is a comment in