Hi,
I have completed a (greenfield) setup of MiaB.
Due to some issues with DNS I finally decided to use external DNS in MiaB and maintained several records in my DNS control panel (Netcup).
MiaB system check reports this error:
STSFetchResult.NONE
I know this error has been posted multiple times here.
However, I cannot find a solution.
I already executed sudo mailinabox
w/o changing anything, but no success.
I assume the issue is related to this DNS record: mta-sts IN TXT "v=spf1 -all"
Host | Type | Destination | |
---|---|---|---|
mta-sts.box | IN | A | my_puplic_IPv4 |
mta-sts.box | IN | AAAA | my_puplic_IPv6 |
mta-sts.box | IN | TXT | v=spf1 -all |
mta-sts.box | IN | MX | 0 . |
_dmarc.mta-sts.box | IN | TXT | v=DMARC1; p=reject; |
mta-sts | IN | A | my_puplic_IPv4 |
mta-sts | IN | AAAA | my_puplic_IPv6 |
mta-sts | IN | TXT | v=spf1 -all |
mta-sts | IN | MX | 0 . |
_dmarc.mta-sts | IN | TXT | v=DMARC1; p=reject; |
My hostname is box.mydomain.example.
Can you please advise how to fix this issue?
THX