Email Authentication

5e.tools

SPF

pass
Declares which servers may send mail for this domain.
v=spf1 -all

DKIM

fail
Cryptographic signature on outbound mail (selector: default).
v=DKIM1; p=

DMARC

pass
Tells receivers what to do with mail that fails SPF/DKIM. Policy: reject.
v=DMARC1; p=reject; sp=reject; adkim=s; aspf=s;