System Grab Bag

View all TLDR pages from common (or from all pages)

spfquery

Query Sender Policy Framework records to validate e-mail senders. More information: https://www.libspf2.org/.
  • 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 {{[email protected]}}
  • Turn on debugging output:
    spfquery -ip {{8.8.8.8}} -sender {{[email protected]}} --debug

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.