[ https://issues.apache.org/jira/browse/JAMES-3920?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17851677#comment-17851677 ]
Benoit Tellier commented on JAMES-3920: --------------------------------------- This is fixed on JSPF side. I propose myself to shoot a JSPF release and then update James accordingly atop the future JSPF release. > 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: 2h > 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...@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-unsubscr...@james.apache.org For additional commands, e-mail: server-dev-h...@james.apache.org