Security/Domain: Difference between revisions
Jump to navigation
Jump to search
| Line 166: | Line 166: | ||
|valign='top'| | |valign='top'| | ||
* [https://mxtoolbox.com/SuperTool.aspx?action=spf%3Amail.finology.com.my&run=toolpage Security » Domain » SPF » <code>mail.finology.com.my</code>] | |||
* [https://mxtoolbox.com/SuperTool.aspx?action=spf%3Afinology-group.com&run=toolpage Security » Domain » SPF » <code>finology-group.com</code>] | |||
* [https://mxtoolbox.com/SuperTool.aspx?action=spf%3Afinology.com.my&run=toolpage Security » Domain » SPF » <code>finology.com.my</code>] | |||
* [https://mxtoolbox.com/SuperTool.aspx?action=spf%3Acoverplus.io&run=toolpage Security » Domain » SPF » <code>coverplus.io</code>] | |||
* [https://mxtoolbox.com/SuperTool.aspx?action=spf%3Achorke.com&run=toolpage Security » Domain » SPF » <code>chorke.com</code>] | |||
* [https://mxtoolbox.com/SuperTool.aspx?action=spf%3Achorke.org&run=toolpage Security » Domain » SPF » <code>chorke.org</code>] | |||
* [https://mxtoolbox.com/SuperTool.aspx?action=spf%3Ashahed.biz&run=toolpage Security » Domain » SPF » <code>shahed.biz</code>] | |||
|valign='top'| | |valign='top'| | ||
Revision as of 12:19, 2 June 2025
Tools » Install » SPF
cat <<'EXE'| sudo bash
echo && git clone https://github.com/jsarenik/spf-tools.git /opt/cli/spf-tools
echo && cd /opt/cli/spf-tools/
./despf.sh -h
EXE
# path issue persist
cat <<'EXE'| sudo bash
cd /opt/cli/spf-tools;for s in *.sh;do
if [ -f "${s}" ];then ln -s ${PWD}/${s} /usr/local/bin/spf-${s%.*};fi
done
EXE
cat <<'CFG'| tee ${HOME}/.spf-toolsrc >/dev/null
DOMAIN=shahed.biz
ORIG_SPF=spf.shahed.biz
DESPF_SKIP_DOMAINS=_spf.google.com:_spf.sendgrid.net
DNS_TIMEOUT=5
DNS_SERVER=1.1.1.1
CFG
Tools » Install » DKIM
cat <<'EXE'| sudo bash
apt-get update;echo
apt list -a --upgradable;echo
apt-get install -y opendkim-tools;echo;apt-get clean
EXE
DNS » Record » TXT » SPF
SPF TXT Record Format v=spf1 [mechanism] [qualifier] [modifiers] ...
|
|
DNS » Record » TXT » DKIM
Gmail » Google Workspace Admin Console » Apps » Google Workspace » Gmail » Authenticate email » Selected domain » chorke.org » Generate New Record » Start Authentication
Twilio SendGrid Sender Authentication » Domain Authentication » <id>.chorke.org » DNS Records » Manual Install » Verify
Playground
dig MX chorke.org
dig TXT chorke.org
openssl s_client -connect mail.chorke.org:25
|
apt info opendkim-tools
apt search opendkim-tools
sudo apt-get install -y opendkim-tools
|
sudo git clone https://github.com/jsarenik/spf-tools.git \
/opt/cli/spf-tools
cd /opt/cli/spf-tools/
|
|
| ||
dig TXT s1.domainkey.u5967707.wl208.sendgrid.net
dig TXT s2.domainkey.u5967707.wl208.sendgrid.net
|
||