Skip to content
Snippets Groups Projects
  1. Oct 25, 2009
    • rswindell's avatar
      Added errormsg callback function pointer to all startup structures to allow · e5da08ed
      rswindell authored
      error counting/logging/messages to be handled by front-end (e.g. control panel)
      regardless of log_level setting.
      Mail server now filters blocked-subjects before applying DNSBL tag.
      Received message header TO and FROM fields are no longer checked against the
      email.can file for SMTP-authenticated clients.
      SMTP MAIL FROM and RCTP TO addresses are no longer checked against the
      email.can file for SMTP-authenticated clients.
      Statistics are displayed in a more legible manner when the mail server is
      terminated.
      The msgs_received stats counter now includes blocked and ignored messages too.
      e5da08ed
  2. Jun 04, 2008
  3. Feb 23, 2008
  4. Sep 15, 2006
    • rswindell's avatar
      Replace the "log mask" concept with a much simpler "log level" concept: · 76a64bca
      rswindell authored
      instead of a bit-mask representing all the log levels to actually "see", use a
      single numeric (or nmemonic) level value (ERROR, WARNING, NOTICE, etc.)
      and less severe log levels (levels with a higher numeric value) will be filtered
      (e.g. not "seen" or logged). It's the basic syslog() concept.
      76a64bca
  5. May 10, 2006
    • rswindell's avatar
      Added FTP server option: Lookup Passive IP · 2a6b87d9
      rswindell authored
      (enabled by adding LOOKUP_PASV_IP to the "Options" value in the [ftp] section
      of your ctrl/sbbs.ini.
      This option tells the FTP server to perform a hostname lookup (on the BBS's
      hostname) to determine the correct/current public IP address to use in
      PASV responses. This is one more kludge to work around stupid NAT devices
      (consumer firewalls/routers).
      2a6b87d9
  6. May 07, 2005
  7. Apr 21, 2005
  8. Nov 06, 2004
  9. Nov 03, 2004
  10. Oct 28, 2004
  11. Oct 27, 2004
  12. Oct 20, 2004
  13. Sep 26, 2004
  14. Oct 15, 2003
  15. Oct 11, 2003
  16. Oct 09, 2003
  17. Sep 26, 2003
  18. Sep 16, 2003
  19. Jun 07, 2003
  20. Apr 23, 2003
  21. Jul 31, 2002
  22. Jul 20, 2002
  23. Mar 25, 2002
  24. Mar 20, 2002
  25. Mar 19, 2002
  26. Mar 18, 2002
  27. Feb 28, 2002
  28. Feb 25, 2002
  29. Feb 24, 2002
  30. Feb 02, 2002
  31. Dec 13, 2001
  32. Nov 27, 2001
  33. Aug 03, 2001
  34. Jul 25, 2001
  35. Jul 21, 2001
  36. Jul 18, 2001
  37. Jul 11, 2001
Loading