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

You can donate to the Synchronet project using PayPal.

Email Security

In order to prevent one's emails from being labeled as SPAM, or worse, rejected, one can setup email security through a DNS. More and more Servers are starting to reject email that is not being secured to prove that it has come from a reliable source and not some spammer. This section will walk through the steps of securing your email server.

Note: This section assumes one owns a domain name and that domain name is the name to be used for one's BBS. If one uses synchro.net for emailing purposes, this will not apply in that case.

Dynamic IP Address - No problem

  1. Find a Dynamic Domain Server (DDNS) provider
    1. There are many out there. There are even some free ones that will give at least one address which is all that is needed
    2. This provider should provide directions on this initial setup
  2. Setup an “A” record with whatever name is appropriate
    1. This name won't be visible and serves as just a target for one's owned domain name to point to
  3. Next step is to setup records on the owned Domain Name

Domain Name Records Setup

  1. Log into one's provider of the domain name
  2. Create an “A” record for the owned domain name
  3. Create a “CNAME” record with the host name as one's BBS name or something else if prefered (i.e. this will be the address of one's BBS)
    1. This should point to the address created in the DDNS provider
  4. Create another “CNAME” record with the host name as 'mail' or some name that signifies it will be the name of the SMTP address
    1. This should also point to the address created in the DDNS provider
  5. Create a “MX” record and the host name should be the “@” symbol
    1. This should point to the 'CNAME' in step 4
  6. Next is to setup the “TXT” records that make the email being served more secure

Creating the 'TXT' records for security

  1. Still logged into one's provider of the owned domain name, create a “TXT” record (i.e. This will be the SPF1) record)
    1. The host name should be the “@” symbol
    2. The TXT Value will contain the information that will state which domain names and IPs are OK if email comes from one of those. One will want to include all possible Domain Name/IP addresses that could serve up email. This part takes a little more effort to get the text right. Thankfully there are free tools available on the internet that will generate the SPF text for you. These are a couple of those sites.
      1. https://www.dmarcanalyzer.com/spf/spf-record-generator/ (shows how to create an SPF record manually)
  2. Create another “TXT” record (i.e. This will be the DMARC2) record)
    1. The host name for this record has to be _dmarc
    2. The value specifies where to send reports of abuse of one's domain name.
    3. There is an online tool to help with the creation of the value of this record:
      1. https://dmarcian.com/dmarc-record-wizard/ (there could be other's, this was just the first one I found)
  3. Create yet another “TXT” record (this is the final one and it is the DKIM3) record)
    1. This record will allow for the verification of the signage on the email that is placed by the MTA4) using a private key and the DKIM record has the public key. Thus emails can be verified against the DNS record.
    2. Note: DKIM capabilities is currently not available in Synchronet.
      1. None-the-less, having the other records should help alleviate emails from being marked as junk/spam mail.

Validation Check

  • There are a couple of sites that can help with validating that the records are setup correctly:
  • Check for any errors and correct them. If most every check turns up 'Green', then the records should be correct.
    • Note: If your SPF record doesn't have an Domain Name/IP address that is used in delivering the email, the email will still be flagged as junk/spam

See Also

1)
Sender Policy Framework
2)
Domain-based Message Authentication, Reporting, and Conformance
3)
Domain Keys Identified Mail
4)
Mail Transport Agent