You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sender validation is one of significant signals to spam filters. There are a number of standards (DKIM, SPF, DMARK, etc) that are all tedious to set up. This task is to add a validation command that will do a sanity check on the From address.
For this task, we'll take the domain of the From address and check it against the hostname in in the SMTP settings. The command will also allow specifying a sender hostname via CLI flags.
The text was updated successfully, but these errors were encountered:
rykov
changed the title
SPF Validation
Validate sender validation setup (DKIM, SPF, DMARK, etc)
Jul 29, 2017
rykov
changed the title
Validate sender validation setup (DKIM, SPF, DMARK, etc)
Validate sender validation setup
Jul 29, 2017
Sender validation is one of significant signals to spam filters. There are a number of standards (DKIM, SPF, DMARK, etc) that are all tedious to set up. This task is to add a validation command that will do a sanity check on the From address.
For this task, we'll take the domain of the From address and check it against the hostname in in the SMTP settings. The command will also allow specifying a sender hostname via CLI flags.
The text was updated successfully, but these errors were encountered: