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 ji...@apache.org on 2004/04/08 03:34:43 UTC

[jira] Created: (JAMES-249) getSMTPHostAddresses doesn't resolve when MX RHS is CNAME

Message:

  A new issue has been created in JIRA.

---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/JAMES-249

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: JAMES-249
    Summary: getSMTPHostAddresses doesn't resolve when MX RHS is CNAME
       Type: Bug

     Status: Unassigned
   Priority: Major

    Project: James
 Components: 
             DNSServer
   Fix Fors:
             2.2.0a18
   Versions:
             2.2.0a17

   Assignee: 
   Reporter: Noel J. Bergman

    Created: Wed, 7 Apr 2004 6:32 PM
    Updated: Wed, 7 Apr 2004 6:32 PM

Description:
getSMTPHostAddresses uses direct DNS lookup for Type.A addresses, and does not resolving if a CNAME were used.  This was a change in behavior from 2.2.0a15.


---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report 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] Closed: (JAMES-249) getSMTPHostAddresses doesn't resolve when MX RHS is CNAME

Posted by ji...@apache.org.
Message:

   The following issue has been closed.

   Resolver: Noel J. Bergman
       Date: Wed, 7 Apr 2004 6:34 PM

Fixed in CVS by switching to using InetAddress to resolve addresses.  This is the same mechanism that had been used before 2.2.0a16.  This change continues to use the Iterator approach, and preserves support for multiple A records for a single host.
---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/JAMES-249

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: JAMES-249
    Summary: getSMTPHostAddresses doesn't resolve when MX RHS is CNAME
       Type: Bug

     Status: Closed
   Priority: Major
 Resolution: FIXED

    Project: James
 Components: 
             DNSServer
   Fix Fors:
             2.2.0a18
   Versions:
             2.2.0a17

   Assignee: 
   Reporter: Noel J. Bergman

    Created: Wed, 7 Apr 2004 6:32 PM
    Updated: Wed, 7 Apr 2004 6:34 PM

Description:
getSMTPHostAddresses uses direct DNS lookup for Type.A addresses, and does not resolving if a CNAME were used.  This was a change in behavior from 2.2.0a15.


---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report 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] Commented: (JAMES-249) getSMTPHostAddresses doesn't resolve when MX RHS is CNAME

Posted by ji...@apache.org.
The following comment has been added to this issue:

     Author: Noel J. Bergman
    Created: Tue, 13 Apr 2004 7:50 AM
       Body:
Changed InetAddress to org.xbill.DNS.Address, in response to Soren Hilmer pointing out that InetAddress has TTL cache problems.
---------------------------------------------------------------------
View this comment:
  http://issues.apache.org/jira/browse/JAMES-249?page=comments#action_34995

---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/JAMES-249

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: JAMES-249
    Summary: getSMTPHostAddresses doesn't resolve when MX RHS is CNAME
       Type: Bug

     Status: Closed
   Priority: Major
 Resolution: FIXED

    Project: James
 Components: 
             DNSServer
   Fix Fors:
             2.2.0a18
   Versions:
             2.2.0a17

   Assignee: 
   Reporter: Noel J. Bergman

    Created: Wed, 7 Apr 2004 6:32 PM
    Updated: Tue, 13 Apr 2004 7:50 AM

Description:
getSMTPHostAddresses uses direct DNS lookup for Type.A addresses, and does not resolving if a CNAME were used.  This was a change in behavior from 2.2.0a15.


---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report 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