Skip to content
Snippets Groups Projects
  1. Mar 03, 2015
  2. Dec 11, 2014
  3. Nov 20, 2014
  4. Oct 29, 2014
  5. Oct 14, 2014
    • rswindell's avatar
      Match mailprocessor "to" string against full SMTP "RCPT TO" argument value · b323d32d
      rswindell authored
      (sans angle brackets), before any "name alias" conversion - in addition to the
      current matching (against just the name portion of the recipient address or the
      aliased target). This allows external mail processor selection/filtering based
      on 'to' address even when using an alias to go to a common user (e.g. user #1).
      b323d32d
  6. Sep 01, 2014
  7. Mar 12, 2014
  8. Mar 11, 2014
  9. Jan 08, 2014
  10. Sep 12, 2013
  11. Feb 11, 2013
  12. Feb 10, 2013
  13. Oct 24, 2012
  14. Sep 05, 2012
  15. Jun 14, 2012
  16. Jun 13, 2012
  17. Mar 07, 2012
  18. Nov 10, 2011
  19. Nov 04, 2011
  20. 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
  21. Oct 28, 2011
  22. Oct 26, 2011
  23. Oct 19, 2011
  24. Oct 16, 2011
  25. Oct 11, 2011
  26. Oct 10, 2011
  27. Oct 09, 2011
  28. Sep 18, 2011
  29. 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
  30. Sep 08, 2011
Loading