Re: People not getting web store emails
Posted: 06 May 2021 13:43
:sigh:
Will open up a support ticket...
Will open up a support ticket...
We welcome retro users & hardware gurus alike! Come and join the party :)
https://www.exxosforum.co.uk/forum/
The rDNS for 81.4.101.12 is currently set to exxoshost.co.uk
Give Microsoft money, they'll let you forward your automatic emails via their servers (often called 'smarthost' in mail server configs). Google the same, although they might let you have some per month free (not sure how business email works with them).exxos wrote: 06 May 2021 13:36This does not really help with how my web store works because emails are sent out automatically, order receipts and tracking emails etc. it is one reason I set up my server in the first place to automate all these tasks.Badwolf wrote: 06 May 2021 13:25 The 'solution' is you use Microsoft or Google to send you emails through. You would not be the first to speculate if this is, in part, the aim.
Minimum time to live is often a day, sometimes a week.
I was using this one..https://tools.redsift.com/sift/investigate
You either decide to support DKIM (deep dive into your mail server config or your mail generation process, arsing around with cryptographic tools and formats plus then fiddling with DNS), or ignore them.exxos wrote: 06 May 2021 15:36 I was using this one..https://tools.redsift.com/sift/investigate
mostly just moans about DKIM... one site generates some keys, no idea what for or what to do with them tho :(
I followed this...Badwolf wrote: 06 May 2021 15:43 You either decide to support DKIM (deep dive into your mail server config or your mail generation process, arsing around with cryptographic tools and formats plus then fiddling with DNS), or ignore them.
:shrug: :comp: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: 'default._domainkey.exxoshost.co.uk' unexpected reply class/type (-1/-1)
Code: Select all
% host -t any default._domainkey.exxoshost.co.uk
Host default._domainkey.exxoshost.co.uk not found: 2(SERVFAIL)
Get sameBadwolf wrote: 06 May 2021 16:37 Did you do the "Publish Your Public Key in DNS Records" bit, as I can't see it either:
Code: Select all
host -t any default._domainkey.exxoshost.co.uk
Host default._domainkey.exxoshost.co.uk not found: 2(SERVFAIL)