-
In addition to the discussion of STARTTLS and related tools covered in Ticket #109, the Last Call comments also included strong advice that we mention and discuss DKIM, SPF, etc.
-
@theoryshaw suggested that it would be a good idea to bring this discussion here.
First, some background, you can skip if you have heard all this before:
The [Bonsai BIM](https://bonsaibim.org/ …
-
this tools not working always "Error fetching SPF record" in all domains.
-
**Is your feature request related to a problem? Please describe.**
Some spfs commands use console/text based progress bars. The progress bars seem, to clear the console as a side-effect. `spfs comm…
-
> If you set up DMARC without SPF, it's like the security guard is missing one of its tools. It can still use DKIM to check emails, but it won't be as effective.
DMARC fails if both SPF and DKIM fa…
-
-
SPF content is not easy. Tuning requires professional analysis. A well-built SPF analysis tool exists. Please add to the menu on the right: https://www.mailhardener.com/tools/spf-validator
Note: In t…
-
RFC7208 requests that the "Received-SPF" header provides details about the reason the SPF result was what it was. See https://tools.ietf.org/html/rfc7208#section-9.1 . I don't see any API call in pysp…
-
Simple mod to allow PREFIX to come from config file..
```
@@ -35,7 +35,7 @@
# Default values
domain=${DOMAIN:-"spf-tools.eu.org"}
-prefix="spf"
+prefix=${PREFIX:-"spf"}
suffix=""
poli…
-
After addressing and debugging the code for leaks, three leaks persist, with one located below. Despite employing tools like GDB, my team is encountering challenges in resolving this specific leak. We…