People not getting web store emails

News and information about the exxos store. Includes common questions and answers, plus information on new items for sale or items which will be coming off sale soon etc
User avatar
Badwolf
Site sponsor
Site sponsor
Posts: 3043
Joined: 19 Nov 2019 12:09

Re: People not getting web store emails

Post by Badwolf »

exxos wrote: 06 May 2021 16:39
You mean this.. ?
Yeah. That's not working.

BW
DFB1 Open source 50MHz 030 and TT-RAM accelerator for the Falcon
Smalliermouse ST-optimised USB mouse adapter based on SmallyMouse2
FrontBench The Frontier: Elite 2 intro as a benchmark
User avatar
exxos
Site Admin
Site Admin
Posts: 28344
Joined: 16 Aug 2017 23:19
Location: UK

Re: People not getting web store emails

Post by exxos »

Badwolf wrote: 06 May 2021 17:16 Yeah. That's not working.
Maybe it will magically start working in a few hours time :shrug:
User avatar
exxos
Site Admin
Site Admin
Posts: 28344
Joined: 16 Aug 2017 23:19
Location: UK

Re: People not getting web store emails

Post by exxos »

oh...

Code: Select all

sudo opendkim-testkey -d exxoshost.co.uk -s default -vvv
opendkim-testkey: using default configfile /etc/opendkim.conf
opendkim-testkey: checking key 'default._domainkey.exxoshost.co.uk'
opendkim-testkey: key not secure
opendkim-testkey: key OK
If you see Key not secure in the command output, don’t panic. This is because DNSSEC isn’t enabled on your domain name. DNSSEC is a security standard for secure DNS query. Most domain names haven’t enabled DNSSEC.


Code: Select all

host -t any default._domainkey.exxoshost.co.uk
default._domainkey.exxoshost.co.uk descriptive text "v=DKIM1\; k=rsa\; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAklxL/jc94pBcmiBhJjsJG5SEPa0MQUAClcl/pb6/5G1DqSqCb4VB0RdkZIBAkmvEkw1QU........
xyzzy76
Posts: 25
Joined: 22 Dec 2018 16:43

Re: People not getting web store emails

Post by xyzzy76 »

I noticed you're using the bare domain for your mail server (exxoshost.co.uk)

Try using mail.exxoshost.co.uk as your mail server name, and set the PTR record to this as well.

220 exxoshost.co.uk ESMTP Postfix (Ubuntu) [235 ms]
EHLO keeper-us-east-1c.mxtoolbox.com
250-exxoshost.co.uk
A1200 rev 1B & 1230-IV 50MHz / CPC 6128 / CPC 464 / ZX Spectrum 48K / ZX81
User avatar
Badwolf
Site sponsor
Site sponsor
Posts: 3043
Joined: 19 Nov 2019 12:09

Re: People not getting web store emails

Post by Badwolf »

exxos wrote: 06 May 2021 17:42 oh...

Code: Select all

host -t any default._domainkey.exxoshost.co.uk
default._domainkey.exxoshost.co.uk descriptive text "v=DKIM1\; k=rsa\; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAklxL/jc94pBcmiBhJjsJG5SEPa0MQUAClcl/pb6/5G1DqSqCb4VB0RdkZIBAkmvEkw1QU........

Certainly seeing something there now. Cool. Those mail testers will tell you if it's the *right* thing, though . ;-)

BW
DFB1 Open source 50MHz 030 and TT-RAM accelerator for the Falcon
Smalliermouse ST-optimised USB mouse adapter based on SmallyMouse2
FrontBench The Frontier: Elite 2 intro as a benchmark
User avatar
derkom
Moderator
Moderator
Posts: 1231
Joined: 29 Jul 2018 18:45

Re: People not getting web store emails

Post by derkom »

xyzzy76 wrote: 06 May 2021 18:37 I noticed you're using the bare domain for your mail server (exxoshost.co.uk)

Try using mail.exxoshost.co.uk as your mail server name, and set the PTR record to this as well.
I think this is sound advice, and also I think a big clue to the real cause of the problem lies in the example they gave of "generic" hostnames:
Screenshot 2021-05-06 at 20.56.03.png

I bet what's happening here is they have some kind of pattern matching going on that thinks "exxoshost.co.uk" is generic hosting provider reverse DNS, because of the string "host" existing in the domain name. Depending on how they have their regular expression setup, tacking a hostname on the front as @xyzzy76 suggests may well stop it from tripping their "generic" pattern match.
You do not have the required permissions to view the files attached to this post.
User avatar
exxos
Site Admin
Site Admin
Posts: 28344
Joined: 16 Aug 2017 23:19
Location: UK

Re: People not getting web store emails

Post by exxos »

They are all already setup though..

2.PNG
You do not have the required permissions to view the files attached to this post.
xyzzy76
Posts: 25
Joined: 22 Dec 2018 16:43

Re: People not getting web store emails

Post by xyzzy76 »

Something like:

Code: Select all

postconf -e 'myhostname = mail.exxoshost.co.uk'
A1200 rev 1B & 1230-IV 50MHz / CPC 6128 / CPC 464 / ZX Spectrum 48K / ZX81
User avatar
exxos
Site Admin
Site Admin
Posts: 28344
Joined: 16 Aug 2017 23:19
Location: UK

Re: People not getting web store emails

Post by exxos »

xyzzy76 wrote: 06 May 2021 19:20 Something like:

Code: Select all

postconf -e 'myhostname = mail.exxoshost.co.uk'
ok ill change it.
User avatar
Badwolf
Site sponsor
Site sponsor
Posts: 3043
Joined: 19 Nov 2019 12:09

Re: People not getting web store emails

Post by Badwolf »

derkom wrote: 06 May 2021 18:59 I bet what's happening here is they have some kind of pattern matching going on that thinks "exxoshost.co.uk" is generic hosting provider reverse DNS, because of the string "host" existing in the domain name. Depending on how they have their regular expression setup, tacking a hostname on the front as @xyzzy76 suggests may well stop it from tripping their "generic" pattern match.
To be fair, that alert was triggered by 12.101.4.84.rev.sfr.net rather than exxoshost.co.uk, which it became later.

Changing it means also changing the other infrastructure to match (MX record, for example) as most mailers will now check forward, reverse and MX match.

BW
DFB1 Open source 50MHz 030 and TT-RAM accelerator for the Falcon
Smalliermouse ST-optimised USB mouse adapter based on SmallyMouse2
FrontBench The Frontier: Elite 2 intro as a benchmark

Return to “EXXOS WEBSTORE INFORMATION”

Who is online

Users browsing this forum: ClaudeBot and 4 guests