Skip to content
Snippets Groups Projects
  1. Jul 20, 2018
    • rswindell's avatar
      Cosmetic/helpful improvements to the log output (a lot of search and replace). · d2068dde
      rswindell authored
      The "official" log line format is (as of right now at least):
      "[socket] [protocol] [user/host-ID] [! if error]message"
      Hopefully I can remember that when I add new log messages.
      
      Also setting the protocol to SMTPS, POP3S, SEND/TLS, when appropriate and
      passing it around to pretty much any function that can log a message.
      Added debug-level log output when the mail sever is sending message body text
      (every 100 lines).
      d2068dde
  2. Mar 04, 2018
    • 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
  3. Nov 26, 2017
  4. Feb 02, 2002
  5. Jan 20, 2002
  6. Dec 20, 2001
  7. Sep 19, 2001
  8. Nov 02, 2000
  9. Oct 10, 2000
Loading