- Oct 27, 2004
- Oct 23, 2004
-
-
rswindell authored
See ctrl/mailproc.ini for details on format.
-
- Oct 20, 2004
-
-
rswindell authored
is used by sbbscon to re-load the relevent portion of the startup .ini file when a server is recycled, allowing dynamic changes to sbbs.ini.
-
- Oct 16, 2004
-
-
rswindell authored
(using gethostname).
-
rswindell authored
files in the format: ctrl/<action>[.host][.service]. Examples: * ctrl/recycle - recycle all services on all hosts * ctrl/recycle.vert - recycle all services on system with hostname "vert" * ctrl/shutdown.vert.telnet - shutdown telnet service on vert only [service] can be "telnet", "ftp", "mail", "web" or "services". The old recycle semaphore filenames (e.g. telnet.rec, ftpsrvr.rec, etc.) are still supported for backward-compatibility.
-
- Oct 14, 2004
-
-
rswindell authored
-
- Sep 08, 2004
-
-
rswindell authored
and net_addr() to smb_netaddr().
-
- Sep 02, 2004
- Aug 23, 2004
-
-
rswindell authored
(using FILE*) and I want to use iniGet for future str_list_t iniGet functions.
-
- Jul 02, 2004
-
-
rswindell authored
for outbound/relayed messages.
-
- Jun 22, 2004
-
-
rswindell authored
was changed in rev 1.288 (sbbs 3.11a). Why did no one report this bug earlier (!), I wonder... Now logs an error if the telegram could not be saved successfully.
-
- Jun 09, 2004
-
-
rswindell authored
-
- Jun 04, 2004
- Apr 29, 2004
-
-
rswindell authored
-
- Apr 27, 2004
-
-
rswindell authored
(starting with white-space). Ex-ASCII chars could've been interpretted as white-space. parse_header_field() now supports "obsolete" header field syntax (e.g. "from<white-space>:data"). The sender and sender_address fields (passed to external mail processors) are now parsed from the received message header (if specified) over-riding the SMTP "MAIL FROM" command "reverse-path" value.
-
- Apr 15, 2004
-
-
rswindell authored
-
rswindell authored
(apparent cause of Win32 lock-up when closing socket from non-owner thread) using bool terminate_server instead, which doesn't abort select(), so using shorter default sem_chk_freq value (2 seconds vs 5). resolve_ip() now supports user@[ip.address] notation. bounce() now always logs reason for bounce. pop3 server no longer logs uninitialized password for failed APOP logins.
-
- Apr 13, 2004
-
-
rswindell authored
processor handles mail message and deletes the recipient list file.
-
- Apr 07, 2004
-
-
rswindell authored
(via the "%R" cmd-line specifier or the JS "reverse_path" property).
-
- Apr 06, 2004
- Apr 02, 2004
-
-
rswindell authored
for log). All JS log entries (including errors) now include socket descriptor.
-
- Apr 01, 2004
-
-
rswindell authored
-
- Mar 26, 2004
-
-
rswindell authored
fields to locally-created outgoing messages (via SMTP or POP3) if they don't already have a content-type header field specified.
-
- Mar 24, 2004
-
-
rswindell authored
-
- Mar 19, 2004
- Feb 22, 2004
-
-
rswindell authored
the directory).
-
- Dec 13, 2003
-
-
rswindell authored
from a blacklisted server. Probably want to make rate adjustable later.
-
- Dec 07, 2003
- Dec 06, 2003
-
-
rswindell authored
used to trace message origins for security reasons.
-
- Dec 04, 2003
-
-
rswindell authored
smb_read() will now retry the read operation if the read fails with an errno of DEADLOCK (occurs on Unix if a Win32 system has the bytes already locked).
-
- Nov 26, 2003