Re: SPF record: not found for host

2023-06-23 Thread Günter Paul
Hi,

I test the "apache-jspf-resolver-1.0.3.jar" with newest source code and had the 
same problem. After some time I fund a solution.

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);]

Best wishes

Günter

-- 
Günter Paul
Hirschbachstraße 4a
53506 Ahrbrück
Tel.: +4926436747
Mobile: +491759140889

-
To unsubscribe, e-mail: server-user-unsubscr...@james.apache.org
For additional commands, e-mail: server-user-h...@james.apache.org



Re: SPF record: not found for host

2023-06-21 Thread David Matthews
hi Gunter

>And yes, by other domains all works fine.

Google sucks :-)

--
David Matthews
m...@dmatthews.org


-
To unsubscribe, e-mail: server-user-unsubscr...@james.apache.org
For additional commands, e-mail: server-user-h...@james.apache.org



Re: SPF record: not found for host

2023-06-21 Thread Günter Paul
Hi,

> And yes, by other domains all works fine.

sorry, after wrote, the next problem with "myfritz.net":

DNS: v=spf1 ip4:212.42.244.0/24 ip6:2001:bf0:244::/48  -all

I think it's a james-problem.

The problems is with incoming mails, I recieve the mails an can read it without 
problems.

Best wishes

Günter

-
To unsubscribe, e-mail: server-user-unsubscr...@james.apache.org
For additional commands, e-mail: server-user-h...@james.apache.org



Re: SPF record: not found for host

2023-06-21 Thread Günter Paul
Hi David,

That's ironic: because of a hint from my provider to set up SPF to be on the 
safe side (because of Google!), I dealt with the topic. 

And now, of all people, should Google not be configured properly? It would be 
possible.

The warning isn't really a problem, I can receive and send emails from Google. 
But I have to evaluateare this warnings. 

And yes, by other domains all works fine.

Best wishes

Günter

> Obvious things first - does your setup deal with SPF records for other 
> domains without problem?
> 
> If so join the gmail sucks club.
> 
> I use gmail as a test sender/recipient for my mail server. I go back a couple 
> of years now - I noticed that gmail was failing my SPF record, despite it 
> definitely being correct. Since it was still delivering my test mails to 
> Inbox rather than junk, I just left it. 
> 
> Then it started to put mail in junk folders - good job I noticed.
> 
> It did not like my SPFv6 record, despite it being correct, despite mxtoolbox 
> saying it was correct, despite the authoritative DNS server saying it was 
> correct and every other DNS server I thought to check. Even the gmail DNS 
> servers thought it was correct. Go figure that one :-)
> 
> Since I have a /64, I pragmatically brought up the v6 address gmail thought I 
> should have and adjusted my records - just to make gmail happy and stop 
> binning test mails and email to friends unfortunate enough to be relying on 
> gmail.
> 
> It has solved the problem, but you seem to have a different one. To complete 
> my story, it's likely that the record gmail wanted to see (and now does) had 
> been in use before. For most people DNS changes update in lets say 24 hours, 
> but for gmail it seems to take a couple of years :-)
> 
> --
> David Matthews
> m...@dmatthews.org
> 
> 
> -
> To unsubscribe, e-mail: server-user-unsubscr...@james.apache.org
> For additional commands, e-mail: server-user-h...@james.apache.org

-
To unsubscribe, e-mail: server-user-unsubscr...@james.apache.org
For additional commands, e-mail: server-user-h...@james.apache.org



Re: SPF record: not found for host

2023-06-21 Thread Günter Paul
Hi David,

That's ironic: because of a hint from my provider to set up SPF to be on the 
safe side (because of Google!), I dealt with the topic. 

And now, of all people, should Google not be configured properly? It would be 
possible.

The warning isn't really a problem, I can receive and send emails from Google. 
But I have to evaluateare this warnings. 

And yes, by other domains all works fine.

Best wishes

Günter

> Obvious things first - does your setup deal with SPF records for other 
> domains without problem?
> 
> If so join the gmail sucks club.
> 
> I use gmail as a test sender/recipient for my mail server. I go back a couple 
> of years now - I noticed that gmail was failing my SPF record, despite it 
> definitely being correct. Since it was still delivering my test mails to 
> Inbox rather than junk, I just left it. 
> 
> Then it started to put mail in junk folders - good job I noticed.
> 
> It did not like my SPFv6 record, despite it being correct, despite mxtoolbox 
> saying it was correct, despite the authoritative DNS server saying it was 
> correct and every other DNS server I thought to check. Even the gmail DNS 
> servers thought it was correct. Go figure that one :-)
> 
> Since I have a /64, I pragmatically brought up the v6 address gmail thought I 
> should have and adjusted my records - just to make gmail happy and stop 
> binning test mails and email to friends unfortunate enough to be relying on 
> gmail.
> 
> It has solved the problem, but you seem to have a different one. To complete 
> my story, it's likely that the record gmail wanted to see (and now does) had 
> been in use before. For most people DNS changes update in lets say 24 hours, 
> but for gmail it seems to take a couple of years :-)
> 
> --
> David Matthews
> m...@dmatthews.org
> 
> 
> -
> To unsubscribe, e-mail: server-user-unsubscr...@james.apache.org
> For additional commands, e-mail: server-user-h...@james.apache.org

-
To unsubscribe, e-mail: server-user-unsubscr...@james.apache.org
For additional commands, e-mail: server-user-h...@james.apache.org



Re: SPF record: not found for host

2023-06-21 Thread David Matthews
>I'm using the spf-mailet now and test it. I found this warning in the log file:
>"No SPF record found for host: googlemail.com"
>
>So I checked "googlemail.com" by mxtoolbox.com
>DNS-Record: v=spf1 redirect=_spf.google.com

Obvious things first - does your setup deal with SPF records for other domains 
without problem?

If so join the gmail sucks club.

I use gmail as a test sender/recipient for my mail server. I go back a couple 
of years now - I noticed that gmail was failing my SPF record, despite it 
definitely being correct. Since it was still delivering my test mails to Inbox 
rather than junk, I just left it. 

Then it started to put mail in junk folders - good job I noticed.

It did not like my SPFv6 record, despite it being correct, despite mxtoolbox 
saying it was correct, despite the authoritative DNS server saying it was 
correct and every other DNS server I thought to check. Even the gmail DNS 
servers thought it was correct. Go figure that one :-)

Since I have a /64, I pragmatically brought up the v6 address gmail thought I 
should have and adjusted my records - just to make gmail happy and stop binning 
test mails and email to friends unfortunate enough to be relying on gmail.

It has solved the problem, but you seem to have a different one. To complete my 
story, it's likely that the record gmail wanted to see (and now does) had been 
in use before. For most people DNS changes update in lets say 24 hours, but for 
gmail it seems to take a couple of years :-)

--
David Matthews
m...@dmatthews.org


-
To unsubscribe, e-mail: server-user-unsubscr...@james.apache.org
For additional commands, e-mail: server-user-h...@james.apache.org