Skip to content
Snippets Groups Projects
  1. Sep 01, 2014
  2. Mar 12, 2014
  3. Mar 11, 2014
  4. Jan 08, 2014
  5. Sep 12, 2013
  6. Feb 11, 2013
  7. Feb 10, 2013
  8. Oct 24, 2012
  9. Sep 05, 2012
  10. Jun 14, 2012
  11. Jun 13, 2012
  12. Mar 07, 2012
  13. Nov 10, 2011
  14. Nov 04, 2011
  15. Oct 29, 2011
    • deuce's avatar
      Fix format-related warnings. · 8563ad46
      deuce authored
      This is *likely* to break the Win32 build and even when the macros are
      specified in xpdev, I doubt Microsoft has added support for the 'z' size
      specifier used in smblib/smbadd.c we'll likely need a SIZE_T_SIZE macro
      that is "z" on C99 systems and "ll" or "64" or whatever it is on Win32.
      
      Or maybe a whole slew of complete SIZE_T macros since the 32/64 but thing
      and the max file size thing may actually need the full format specification
      to be in the macro... "zu" on C99 platforms and whatever magic Microsoft
      needs there.
      8563ad46
  16. Oct 28, 2011
  17. Oct 26, 2011
  18. Oct 19, 2011
  19. Oct 16, 2011
  20. Oct 11, 2011
  21. Oct 10, 2011
  22. Oct 09, 2011
  23. Sep 18, 2011
  24. Sep 10, 2011
    • rswindell's avatar
      Support non-blocking connects in the sendmail thread. · 245d1e6d
      rswindell authored
      The connect timeout is now configurable in sbbs.ini [Mail] ConnectTimeout
      (default = 30 seconds), set to 0 for blocking connections (and OS-default
      timeout).
      245d1e6d
    • rswindell's avatar
      Mail server improvements: · bf674809
      rswindell authored
      - if configured max recipients = 0 means unlimited (for all users)
      - max recipients limit is applied to pending send emails (non-M-exempt users)
      - M-restricted users can not receive unauthenticated SMTP mail messages
      - Introduced inbox msg limit (for non-M-exempt users) with sbbs.ini [Mail]
        MaxMsgsWaiting value (default: 100), 0 = unlimited
      bf674809
    • rswindell's avatar
      sendmail_thread optimization for large number of queued mail for the same · 195b2f05
      rswindell authored
      destination server: if an MX server connection fails, "negative cache"
      the failure for that iteration of the sending loop so we don't attempt to
      reconnect to the same server(s) repeatedly for the same iteration (and let
      other mail get out more quickly).
      195b2f05
  25. Sep 08, 2011
  26. Sep 03, 2011
  27. Sep 01, 2011
Loading