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 "Benoit Tellier (Jira)" <se...@james.apache.org> on 2023/07/03 17:33:00 UTC

[jira] [Commented] (JAMES-3920) SPF record: not found for host

    [ https://issues.apache.org/jira/browse/JAMES-3920?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17739699#comment-17739699 ] 

Benoit Tellier commented on JAMES-3920:
---------------------------------------

Hello,

I contributed the temporary fix mentioned above as well as a full fledge integration test to avoid regressions.

Work needs to be done to fix AsynchronousSPFExecutor modified in DNS JAVA upgrade.

> SPF record: not found for host
> ------------------------------
>
>                 Key: JAMES-3920
>                 URL: https://issues.apache.org/jira/browse/JAMES-3920
>             Project: James Server
>          Issue Type: Bug
>            Reporter: Günter Paul
>            Priority: Major
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> I tested "apache-jspf-resolver-1.0.3.jar" with newest source code.
> Here an output:
> {{Received-SPF: none (spfCheck: 209.85.217.49 is neither permitted nor denied by domain of googlemail.com) client-ip=209.85.217.49; envelope-from=xx.yyyy.ab@googlemail.com; helo=googlemail.com;}}
> I tested it with other mailserver to, the same problem.
> After I changed the class "org.apache.james.jspf.impl.SPF".  In the constructor I changed the "executor" form "AsynchronousSPFExecutor" to "SynchronousSPFExecutor" and the problem was solved.
> this.executor = new SynchronousSPFExecutor(dnsProbe);
> {{It'a a workaround, not a solution.}}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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