From 59bb357a4aa32e9d248e1852d1abef662828a11c Mon Sep 17 00:00:00 2001 From: Pierre Rudloff Date: Sat, 9 May 2020 04:24:20 +0200 Subject: [PATCH] spfquery: add page (#4030) --- pages/common/spfquery.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 pages/common/spfquery.md diff --git a/pages/common/spfquery.md b/pages/common/spfquery.md new file mode 100644 index 000000000..7ab7d0419 --- /dev/null +++ b/pages/common/spfquery.md @@ -0,0 +1,12 @@ +# spfquery + +> Query Sender Policy Framework records to validate e-mail senders. +> More information: . + +- Check if an IP address is allowed to send an e-mail from the specified e-mail address: + +`spfquery -ip {{8.8.8.8}} -sender {{sender@example.com}}` + +- Turn on debugging output: + +`spfquery -ip {{8.8.8.8}} -sender {{sender@example.com}} --debug`