pull down to refresh
100 sats \ 0 replies \ @DarthCoin 2h \ parent \ on: Suspected Alby Hub Attack bitcoin
I was looking into getalby.com domain MX records using
https://mxtoolbox.com
(very good tool to configure properly your email server) and I found these rules used for anti-spam and anti-phishing rules:
DMARC actual
I would put a stronger DMARC with:
SPF
v=spf1 include:zoho.eu include:spf.ourmailsender.com include:spf.mandrillapp.com ~all
I would change ~all into -all
In this way, in case of a phishing attack, the recipients email servers can reject more easily those phishing (fake) emails.