My fight against Microsoft Outlook hotmail etc email blocking
-
exxos
- Site Admin

- Posts: 28355
- Joined: 16 Aug 2017 23:19
- Location: UK
Re: My fight against Microsoft Outlook hotmail etc email blocking
@stephen_usher So what exactly do you think I should have for CNAME for exxoshost and exxosforum ?
I assume exxoshost CNAME should be exxosforum ? And vice versa maybe ?
I assume exxoshost CNAME should be exxosforum ? And vice versa maybe ?
-
stephen_usher
- Site sponsor

- Posts: 7376
- Joined: 13 Nov 2017 19:19
- Location: Oxford, UK.
Re: My fight against Microsoft Outlook hotmail etc email blocking
The A record should be for the mail domain host with the MX record pointing to it. exxosforum should be a CNAME so that web browsers/servers etc. can find it and use it. A CNAME is basically an alias and normal users won't see any difference than an A record. It would mean, however, that if someone does a reverse look up of the numeric IP address they will always find that specific A record. If you have multiple A records pointing to the same numeric address the reverse look up will find a random one of those names, whatever was in the DNS server's database as the first entry.
Intro retro computers since before they were retro...
ZX81->Spectrum->Memotech MTX->Sinclair QL->520STM->BBC Micro->TT030->PCs & Sun Workstations.
Added code to the MiNT kernel (still there the last time I checked) + put together MiNTOS.
Collection now with added Macs, Amigas, Suns and Acorns.
ZX81->Spectrum->Memotech MTX->Sinclair QL->520STM->BBC Micro->TT030->PCs & Sun Workstations.
Added code to the MiNT kernel (still there the last time I checked) + put together MiNTOS.
Collection now with added Macs, Amigas, Suns and Acorns.
-
stween
- Site sponsor

- Posts: 282
- Joined: 08 Sep 2018 15:10
- Location: Brooklyn & Edinburgh
Re: My fight against Microsoft Outlook hotmail etc email blocking
Wading into a thread very late, but: is exxoshost.co.uk still the domain you're using for email? The most recent mail I have from your store (which is not super recent!) is from exxoshost.co.uk and the messages upthread suggest this is still the case. That's the domain that mail servers are paying attention to.
What the IP addresses for this domain map back to in the DNS are the important parts:
The reverse lookup doesn't get you back to the domain you started from.
Same, the reverse lookup doesn't get you the domain you started from.
Setting the PTR records for those IP addresses to "exxoshost.co.uk" will align that side of things. I don't think you're using exxosforum.co.uk for any mail?
Code: Select all
$ dig +short mx exxoshost.co.uk
10 exxoshost.co.uk.Code: Select all
$ dig +short aaaa exxoshost.co.uk.
2a00:d880:11::243
$ dig +short -x 2a00:d880:11::243
exxosforum.co.uk.Code: Select all
$ dig +short a exxoshost.co.uk.
185.52.2.172
$ dig +short -x 185.52.2.172
www.exxosforum.co.uk.Setting the PTR records for those IP addresses to "exxoshost.co.uk" will align that side of things. I don't think you're using exxosforum.co.uk for any mail?
-
burn
- Posts: 10
- Joined: 11 May 2023 12:49
- Location: Germany
Re: My fight against Microsoft Outlook hotmail etc email blocking
I have to chime in here.
The last mail I received from exxos contains the following in the header
The sending server is exxosforum.co.uk. This has nothing to do with the sender address noreply@exxoshost
What does not match, is the MX entry for exxoshost.co.uk
The MX entry for exxoshost.co.uk must also be exxosforum.co.uk.
This is because the receiving server checks which server the mail is coming from. Checks the MX of the domain of the sender address to see if it matches the sending server. And it doesn't do that here.
Unfortunately, there are a lot of little things that need to be done to ensure smooth mail server operation.
The last mail I received from exxos contains the following in the header
Code: Select all
Received: from exxosforum.co.uk (www.exxosforum.co.uk [185.52.2.172]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)What does not match, is the MX entry for exxoshost.co.uk
Code: Select all
C:\Users\n.huehn>nslookup -type=mx exxosforum.co.uk 8.8.8.8
Server: dns.google
Address: 8.8.8.8
Nicht autorisierende Antwort:
exxosforum.co.uk MX preference = 10, mail exchanger = exxosforum.co.uk
C:\Users\n.huehn>nslookup -type=mx exxoshost.co.uk 8.8.8.8
Server: dns.google
Address: 8.8.8.8
Nicht autorisierende Antwort:
exxoshost.co.uk MX preference = 10, mail exchanger = exxoshost.co.ukThis is because the receiving server checks which server the mail is coming from. Checks the MX of the domain of the sender address to see if it matches the sending server. And it doesn't do that here.
Unfortunately, there are a lot of little things that need to be done to ensure smooth mail server operation.
-
exxos
- Site Admin

- Posts: 28355
- Joined: 16 Aug 2017 23:19
- Location: UK
Re: My fight against Microsoft Outlook hotmail etc email blocking
The mail should be coming from exxosforum. But this will be only valid for store orders as the forum uses idnet mail server currently. Exxoshost accounts for the store receipts i changed for exxosforum accounts, but maybe I forgot to change the no reply address from exxoshost. But I didn't think it would matter anyway.
I find all the mx and cname stuff a bit puzzling. I've got 4 domains using the same mail server. Sometimes I send from a exxoshost email but i think I gave up with thunderbird and just used the servers IP rather than any domain names.
Maybe I can send the DNS records to one of you guys to tell me what I need to change with it all ?
I find all the mx and cname stuff a bit puzzling. I've got 4 domains using the same mail server. Sometimes I send from a exxoshost email but i think I gave up with thunderbird and just used the servers IP rather than any domain names.
Maybe I can send the DNS records to one of you guys to tell me what I need to change with it all ?
-
stween
- Site sponsor

- Posts: 282
- Joined: 08 Sep 2018 15:10
- Location: Brooklyn & Edinburgh
Re: My fight against Microsoft Outlook hotmail etc email blocking
Ah ok, if exxosforum.co.uk is the domain being used for mail, then:
^ change the PTR (reverse) record for 185.52.2.172 to 'exxosforum.co.uk.', i.e., not www
and:
^ this looks okay.
@burn is probably right also on setting the mx record for exxoshost.co.uk to "exxosforum.co.uk". Or, update the noreply address to noreply@exxosforum
If no email address you're using points to exxoshost.co.uk, doesn't originate from exxoshost.co.uk, etc, there's no need for anything to query for exxoshost.co.uk's MX record, you could just remove the MX record entirely.
Code: Select all
$ dig +short a exxosforum.co.uk.
185.52.2.172
$ dig +short -x 185.52.2.172
www.exxosforum.co.uk.
and:
Code: Select all
$ dig +short aaaa exxosforum.co.uk.
2a00:d880:11::243
$ dig +short -x 2a00:d880:11::243
exxosforum.co.uk.
@burn is probably right also on setting the mx record for exxoshost.co.uk to "exxosforum.co.uk". Or, update the noreply address to noreply@exxosforum
If no email address you're using points to exxoshost.co.uk, doesn't originate from exxoshost.co.uk, etc, there's no need for anything to query for exxoshost.co.uk's MX record, you could just remove the MX record entirely.
-
exxos
- Site Admin

- Posts: 28355
- Joined: 16 Aug 2017 23:19
- Location: UK
Re: My fight against Microsoft Outlook hotmail etc email blocking
Ok thanks I'll have a look when I get back home tomorrow.
I still have a lot of exxoshost email accounts in use, but they for my suppliers and such.. there's 2 or 3 other domains which may need tweaking also :roll:
I still have a lot of exxoshost email accounts in use, but they for my suppliers and such.. there's 2 or 3 other domains which may need tweaking also :roll:
-
exxos
- Site Admin

- Posts: 28355
- Joined: 16 Aug 2017 23:19
- Location: UK
Re: My fight against Microsoft Outlook hotmail etc email blocking
The only place www is in the CNAME, and it wants me to put something in that box. AAAA has @ not www. But apparently without www as an alises the domain www.exxoshost.co.uk would stop working.. So I don't get whats its supposed to be.stween wrote: 08 May 2024 15:39 ^ change the PTR (reverse) record for 185.52.2.172 to 'exxosforum.co.uk.', i.e., not www
I just envision if I use CNAME as exxosforum for all my domains, that me other domains will end up screwing up and doing to exxosforum also.. my 2 other domains are nothing to do with exxoshost or exxosforum, so I just see it all screwing up if I mess with it :(
The noreply address is already exxosforum it seems. So that likely changed some months ago.
EDIT:
On, it was in the server control panel. I've just changed that.
-
exxos
- Site Admin

- Posts: 28355
- Joined: 16 Aug 2017 23:19
- Location: UK
Re: My fight against Microsoft Outlook hotmail etc email blocking
I've changed all the MX records to exxosforum.burn wrote: 08 May 2024 12:28 The MX entry for exxoshost.co.uk must also be exxosforum.co.uk.
This is because the receiving server checks which server the mail is coming from. Checks the MX of the domain of the sender address to see if it matches the sending server. And it doesn't do that here.
Will have to wait a a few hours see if anything breaks before doing anything else.
So should CNAME be exxosforum for all my domains then ?
-
stween
- Site sponsor

- Posts: 282
- Joined: 08 Sep 2018 15:10
- Location: Brooklyn & Edinburgh
Re: My fight against Microsoft Outlook hotmail etc email blocking
Looks fixed:
Code: Select all
$ dig +short -x 185.52.2.172
exxosforum.co.uk.Alright:
Code: Select all
$ dig +short mx exxoshost.co.uk
10 exxosforum.co.uk.
$ dig +short mx exxosforum.co.uk
10 exxosforum.co.uk.
I see two CNAMEs: one from www.exxosforum.co.uk to exxosforum.co.uk, and another from www.exxoshost.co.uk to exxoshost.co.uk. Neither seem related to your mail setup, and you're already issuing an HTTP-layer redirect for web traffic that arrives at exxoshost.co.uk. Seems fine to me.
Who is online
Users browsing this forum: ClaudeBot and 1 guest