Skip to content

Instantly share code, notes, and snippets.

@robn
Last active August 10, 2017 06:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save robn/a3d90aa8f7c0b4ef2c13f3ec60324585 to your computer and use it in GitHub Desktop.
Save robn/a3d90aa8f7c0b4ef2c13f3ec60324585 to your computer and use it in GitHub Desktop.
just mail dns things
$ dig +short -t txt fastmail.com
"v=spf1 include:spf.messagingengine.com ?all"
$ dig +short -t txt spf.messagingengine.com
"v=spf1 ip4:66.111.4.0/24 ip4:107.150.24.0/24 -all"
dig +short -t cname fm1._domainkey.fastmail.com
fm1.fastmail.com.dkim.fmhosted.com.
$ dig +short -t txt fm1.fastmail.com.dkim.fmhosted.com.
;; Truncated, retrying in TCP mode.
"v=DKIM1\; k=rsa\; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA4aslbfO87x49Qy3uq70spE8y21YN22+PRgMjGZ6y2Tnqv/cbqeYYPqemesuTsyZNLhBNM8hzJ/RR4EDe4rpEMMWc7zyxQKO+SEkSfJyREANzDBCwLzIjQt9Vr7hQ+xpfz4m6c6bj8e7sWaH7AhacTw2nz7eqlo4K96BCc0tMmEXSYQZXdSLgT8In/Qu9qJNJw" "7sAuZEqIN7dNPoyRRdxEmnLaN2o8rI/IsQrfGcRCpKnpNcvPSXpe3o0/CSV3a+uSDNV8hrEWqNunGtPNMgiq2uA+uBM4z9EL6UTgN91D6V2vRnIHlzdG1uAkiy19TB8nAfo9GZ1pOnELXpM6EnKFwIDAQAB"
$ dig +short -t txt _dmarc.fastmail.com
"v=DMARC1\; p=none\; fo=1\; rua=mailto:rua@fastmaildmarc.com\; ruf=mailto:ruf@fastmaildmarc.com"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment