1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 09:42:07 +02:00
tldr/pages/common/spfquery.md
spageektti 700b2dc358
pages*/common/*: fix broken links (#12826)
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2024-05-23 18:13:29 +02:00

376 B

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