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 "Joerg Buchberger (JIRA)" <se...@james.apache.org> on 2006/10/09 18:26:19 UTC

[jira] Created: (JAMES-657) fetchmail cannot complete processing, because of problem with dnsjava and firewall/dns

fetchmail cannot complete processing, because of problem with dnsjava and firewall/dns
--------------------------------------------------------------------------------------

                 Key: JAMES-657
                 URL: http://issues.apache.org/jira/browse/JAMES-657
             Project: James
          Issue Type: Bug
          Components: DNSServer
    Affects Versions: 2.3.0rc4, 2.2.0, 2.3.0rc5
            Reporter: Joerg Buchberger
            Priority: Minor


mail from external hosts cannot be fetched. The fetchmail log contains this:
Rejected mail with an invalid Received: header at index 1.

possible Workaround (tested):

replace org.xbill.DNS.Address.getByName(allowIPLiteral(host)) calls by InetAddress.getByName(host)
in methods getByName() and getAllByName() of DNSServer class

-- 
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
-
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-657) fetchmail cannot complete processing, because of problem with dnsjava and firewall/dns

Posted by "Joerg Buchberger (JIRA)" <se...@james.apache.org>.
     [ http://issues.apache.org/jira/browse/JAMES-657?page=all ]

Joerg Buchberger resolved JAMES-657.
------------------------------------

    Fix Version/s: Trunk
       Resolution: Fixed

apparently fixed in Revisions 471758 and 472716

> fetchmail cannot complete processing, because of problem with dnsjava and firewall/dns
> --------------------------------------------------------------------------------------
>
>                 Key: JAMES-657
>                 URL: http://issues.apache.org/jira/browse/JAMES-657
>             Project: James
>          Issue Type: Bug
>          Components: DNSServer
>    Affects Versions: 2.2.0, 2.3.0rc5, 2.3.0rc4
>            Reporter: Joerg Buchberger
>            Priority: Minor
>             Fix For: Trunk
>
>
> mail from external hosts cannot be fetched. The fetchmail log contains this:
> Rejected mail with an invalid Received: header at index 1.
> possible Workaround (tested):
> replace org.xbill.DNS.Address.getByName(allowIPLiteral(host)) calls by InetAddress.getByName(host)
> in methods getByName() and getAllByName() of DNSServer class

-- 
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
-
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] Issue Comment Edited: (JAMES-657) fetchmail cannot complete processing, because of problem with dnsjava and firewall/dns

Posted by "Joerg Buchberger (JIRA)" <se...@james.apache.org>.
    [ https://issues.apache.org/jira/browse/JAMES-657?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12454304 ] 

Joerg Buchberger edited comment on JAMES-657 at 6/11/07 2:49 AM:
-----------------------------------------------------------------

apparently fixed in Revisions <a href="http://svn.apache.org/viewvc?view=rev&revision=471758">471758</a> and <a href="http://svn.apache.org/viewvc?view=rev&revision=472716">472716</a>


 was:
apparently fixed in Revisions 471758 and 472716

> fetchmail cannot complete processing, because of problem with dnsjava and firewall/dns
> --------------------------------------------------------------------------------------
>
>                 Key: JAMES-657
>                 URL: https://issues.apache.org/jira/browse/JAMES-657
>             Project: James
>          Issue Type: Bug
>          Components: DNSServer
>    Affects Versions: 2.2.0, 2.3.0
>            Reporter: Joerg Buchberger
>            Priority: Minor
>             Fix For: Trunk
>
>
> mail from external hosts cannot be fetched. The fetchmail log contains this:
> Rejected mail with an invalid Received: header at index 1.
> possible Workaround (tested):
> replace org.xbill.DNS.Address.getByName(allowIPLiteral(host)) calls by InetAddress.getByName(host)
> in methods getByName() and getAllByName() of DNSServer class

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org


[jira] Issue Comment Edited: (JAMES-657) fetchmail cannot complete processing, because of problem with dnsjava and firewall/dns

Posted by "Joerg Buchberger (JIRA)" <se...@james.apache.org>.
    [ https://issues.apache.org/jira/browse/JAMES-657?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12454304 ] 

Joerg Buchberger edited comment on JAMES-657 at 6/11/07 2:50 AM:
-----------------------------------------------------------------

apparently fixed in Revisions http://svn.apache.org/viewvc?view=rev&revision=471758 and http://svn.apache.org/viewvc?view=rev&revision=472716


 was:
apparently fixed in Revisions <a href="http://svn.apache.org/viewvc?view=rev&revision=471758">471758</a> and <a href="http://svn.apache.org/viewvc?view=rev&revision=472716">472716</a>

> fetchmail cannot complete processing, because of problem with dnsjava and firewall/dns
> --------------------------------------------------------------------------------------
>
>                 Key: JAMES-657
>                 URL: https://issues.apache.org/jira/browse/JAMES-657
>             Project: James
>          Issue Type: Bug
>          Components: DNSServer
>    Affects Versions: 2.2.0, 2.3.0
>            Reporter: Joerg Buchberger
>            Priority: Minor
>             Fix For: Trunk
>
>
> mail from external hosts cannot be fetched. The fetchmail log contains this:
> Rejected mail with an invalid Received: header at index 1.
> possible Workaround (tested):
> replace org.xbill.DNS.Address.getByName(allowIPLiteral(host)) calls by InetAddress.getByName(host)
> in methods getByName() and getAllByName() of DNSServer class

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org