Synchronet v3.19b-Win32 (install) has been released (Jan-2022).

You can donate to the Synchronet project using PayPal.

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Last revisionBoth sides next revision
howto:emailsec [2020/07/07 21:32] – created grasshopperhowto:emailsec [2020/07/07 21:39] grasshopper
Line 30: Line 30:
       - https://www.spfwizard.net/       - https://www.spfwizard.net/
       - https://www.dmarcanalyzer.com/spf/spf-record-generator/ (shows how to create an SPF record manually)       - https://www.dmarcanalyzer.com/spf/spf-record-generator/ (shows how to create an SPF record manually)
-  - Create another "TXT" record (i.e. This will be the DMARC record)+  - Create another "TXT" record (i.e. This will be the DMARC((Domain-based Message Authentication, Reporting, and Conformance)) record)
     - The host name for this record has to be _dmarc     - The host name for this record has to be _dmarc
     - The value specifies where to send reports of abuse of one's domain name.     - The value specifies where to send reports of abuse of one's domain name.
     - There is an online tool to help with the creation of the value of this record:     - There is an online tool to help with the creation of the value of this record:
       - https://dmarcian.com/dmarc-record-wizard/ (there could be other's, this was just the first one I found)       - https://dmarcian.com/dmarc-record-wizard/ (there could be other's, this was just the first one I found)
-  - Create yet another "TXT" record (this is the final one and it is the DKIM record)+  - Create yet another "TXT" record (this is the final one and it is the DKIM((Domain Keys Identified Mail)) record)
     - This record will allow for the verification of the signage on the email that is placed by the MTA((Mail Transport Agent)) using a private key and the DKIM record has the public key. Thus emails can be verified against the DNS record.     - This record will allow for the verification of the signage on the email that is placed by the MTA((Mail Transport Agent)) using a private key and the DKIM record has the public key. Thus emails can be verified against the DNS record.
     - **Note:** DKIM capabilities is currently __not__ available in Synchronet.     - **Note:** DKIM capabilities is currently __not__ available in Synchronet.
Line 50: Line 50:
 ===== See Also ===== ===== See Also =====
   * [[:howto:|howto index]]   * [[:howto:|howto index]]
 +  * [[:server:mail:|Mail Server]]
  
 {{tag>}} {{tag>}}