mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
18 lines
469 B
Plaintext
18 lines
469 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# spfquery
|
|
|
|
> Query Sender Policy Framework records to validate e-mail senders.
|
|
> More information: <https://manned.org/spfquery>.
|
|
|
|
- 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`
|