email and domain security


1 min read
email and domain security

About SPF, DMARC and DNSSEC

DMARC:

Create a 14 Day trial account at https://dmarcian.
Setup and get unique email addresses, create a DMARC TXT record:

_dmarc.cyberjunky.nl
v=DMARC1; p=reject; rua=mailto:ci2xsqr1@ag.dmarcian.com; ruf=mailto:ci2xsqr1@fr.dmarcian.com;

https://dmarcian.com/dmarc-inspector/?domain=cyberjunky.nl


SPF:

To check send an email from the domain you want to test to check-auth@verifier.port25.com

Create a SPF TXT record (hosted by Google's gmail):

v=spf1 include:_spf.google.com -all
Network Tools: DNS,IP,Email
DNS and Network troubleshooting and diagnostic tools integrated into one sweet interface.

DNSSEC:

Already taken care of by Versio:

https://dnssec-debugger.verisignlabs.com/cyberjunky.nl

Resources:

https://kitterman.com/dmarc/assistant.html


Misc Linux tips and tricks
Previous article

Misc Linux tips and tricks

R Studio Data Recovery doesn't start with: /usr/local/R-Studio/bin/R-Studio: error while loading shared libraries: librs_linux_r.so: cannot open shared object

Enable Google Authenticator 2FA for SSH
Next article

Enable Google Authenticator 2FA for SSH

Ubuntu: $ sudo apt-get install libpam-google-authenticator Debian: $ sudo apt-get install libqrencode3 $ wget http://ftp.us.debian.org/debian/pool/main/g/google-authenticator/libpam-google-authenticator_20191231-1_amd64.deb


Related Articles

GO TOP