forgot the showdns
This commit is contained in:
parent
d60c50bb89
commit
43fb65050d
9
commands/exim_showdns.sh
Normal file
9
commands/exim_showdns.sh
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
DNS=$(openssl rsa -in /etc/exim4/dkim.key -pubout)
|
||||||
|
DNS=$(echo ${DNS} | sed "s/ //g" | sed "s/.*Y-----\(.*\)-----E.*/\1/g")
|
||||||
|
echo -e '\t\t10800 IN MX 10 <domain>'
|
||||||
|
echo -e '\t\t10800 IN TXT "v=spf1 a -all"'
|
||||||
|
echo -e '_domainkey\t10800 IN TXT "o=~; r=postmaster@<domain>"'
|
||||||
|
echo -e "x._domainkey\t10800 IN TXT \"v=DKIM1; k=rsa; p=${DNS}\""
|
||||||
|
echo -e '_dmarc\t\t10800 IN TXT "v=DMARC1; p=quarantine"'
|
Loading…
Reference in New Issue
Block a user