Skip to content
Snippets Groups Projects
  1. Mar 11, 2018
  2. Mar 10, 2018
  3. Mar 09, 2018
  4. Mar 08, 2018
  5. Mar 07, 2018
  6. Mar 06, 2018
  7. Mar 04, 2018
    • rswindell's avatar
      Use easier-to-understand .ini keys and options in the [mail] section · 4fbfe49d
      rswindell authored
      for new TLS-related settings:
      SubmissionsPort -> TLSSubmissionPort
      POP3SPort -> TLSPOP3Port
      USE_TLS_SUBMISSIONS_PORT -> TLS_SUBMISSION
      USE_POP3S_PORT -> TLS_POP3
      There was actuall a typo in the "USE_POP3S_PORT" string anyway. <shrug>
      4fbfe49d
    • deuce's avatar
      Add support for mail TLS ports. This adds two new keys to sbbs.ini Mail · a49b91d7
      deuce authored
      section:
      
      POP3SPort=995
      SubmissionsPort=465
      
      And two new mail options:
      USE_SUBMISSIONS_PORT
      USE_POP3SS_PORT
      
      These are the last of the two option bits for the mail server.
      a49b91d7
    • deuce's avatar
      Mail server support for Opportunistic TLS. · f1910cbe
      deuce authored
      Support STARTTLS in SMTP and STLS in POP3.  This includes the sendmail
      thread.  Clients can now be configured to use STARTTLS with Synchronet
      mail services, and Synchronet will attempt to deliver securely when
      possible (though it will fall back to plain text delivery when necessary.)
      
      This touches a *lot* of mail server stuff, so some instability is not
      unlikely.
      
      Of course, RFC8314 (Jan, 2018) officially recommends implicit TLS on the TLS
      ports now, so support for that should be next.
      f1910cbe
  8. Feb 20, 2018
  9. Dec 28, 2017
    • rswindell's avatar
      New POP3 server feature: Append "#nospam" to your login name/alias and any · 14cf70f6
      rswindell authored
      SPAM-tagged messages will not be listed/downloaded. This is useful if for
      example you use POP3 to download mail to your phone and have limited
      storage or sorting options. The SPAM-tagged messages will remain in your
      inbox on the BBS so you should use another POP3 or local mail client to
      download and delete those messages (which could potentially include
      false positives).
      14cf70f6
  10. Nov 29, 2017
  11. Nov 26, 2017
  12. Nov 24, 2017
  13. Nov 16, 2017
  14. Nov 15, 2017
Loading