Hi,
For the past month I have been trying to get MiaB to work. For the most part I have managed to get it partly working by doing bad things.
First nothing internal was getting in, everything rejected, external made it in.
I added addresses into the spamassassin for the internal trusted addresses, did not make any difference.
So for the internal this is what I see in my mail gateway server:
Sender address rejected: Domain not found
I got around this by adding an AAAA entry into the external DNS for some of my internal servers, problem i have several hundred internal servers sending error messages by email all with a from address of servername.myrealdomain.com and with several hundred servers well…, so this is not workable for the long term.
next problem is all the internal messages get placed into JUNK
this is what i see in the headers:
X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on
** mail.xxxxxxxxxxx.com**
X-Spam-Level: ****************
X-Spam-Status: No, score=14.2 required=20.0 tests=ALL_TRUSTED,DKIM_INVALID,
** DKIM_SIGNED,DMARC_FAIL_REJECT,HTML_MESSAGE,SPF_FAIL,
** T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.6**
X-Spam-Report:
** * -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP**
** * 10 DMARC_FAIL_REJECT DMARC check failed (p=reject)**
** * 5.0 SPF_FAIL SPF check failed**
** * 0.0 HTML_MESSAGE BODY: HTML included in message**
** * 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily**
** * valid**
** * 0.1 DKIM_INVALID DKIM or DK signature exists, but is not valid**
** * -0.0 T_SCC_BODY_TEXT_LINE No description available.**
so to get around this i set the spam score to 20
SO…
What i am looking for is 3 things for all my internal servers,
1 - ignore the domain name
2 - ignore the spf
3 - ignore the dkim
If I can not find a solution for these 3 issues I will be forced to declare MiaB as a failure and scrap it.