Santronics Software, Inc.,
Version 8.0 Build 454.14

SPECIAL NOTES ABOUT THIS UPDATE:

This plug and play update includes many enhancements, minor fixes, adjustments to to 64-bit version of Wildcat! It is only provided if you select to update to 64-bit and you have 64-bit Windows. OpenSSL was updated to v1.1.1t and v3.0.8. See notes.

SEE SPECIAL UPGRADE NOTES

Changes, New Features and Enhancements by Wildcat! Component  

WCCONFIG (Wildcat! Configuration)


- FIX: Sorting the Translation type was aborting in Host Translation
       table.

- UPD: Updated, resized the Mail Server | Security Domains dialog

WCSSLCONFIG (Wildcat! SSL Configuration)


- UPD: Updated the SSL option description for SMTP

       See wcSSLConfig | SMTP Server

            [_] Require TLS (SSL) for AUTHenitication

       This was always always available for wcSMTP to allow ESMTP AUTHentication.

WCSERVER (Wildcat! Server)


* NEW: 64 bit Mail System!!!

WCWEB (Wildcat! Web Server)


* NEW: wcGeoIP Filtering was added to wcWEB.

       See cmdhooks\connect.ini for [HTTP] options.

* NEW: Added new URL filter file:

       data\url-filters.txt

       Note: This is not activated yet.

- UPD: Update to the stock Extra HTTP Response headers file:

       data\AddExtraHeaders.txt

       - Added `X-From-Options` header
       - Added CSP "Content-Security Policy" Security related headers.

- DOC: CSP Content-Security-Policy: header

       PCI now constitutes HTML inline, embedded scripting using
       javascript, CSS, remote images, including usage of CDN
       (Content-Delivery Networks) to access common tools as unsecured.

       wcWEB now allows you to set the Content-Security-Policy (CSP)
       header response for your web site.

       The stock data\AddExtraHeaders.txt file was updated to have a
       default for the CSP header. But you may need to adjust it for
       your needs.  Override the CSP header by creating one in the your
       custom data\AddExtraHeaders-Custom.txt file. Examples are in the
       stock data\AddExtraHeaders.txt file.

       CSP Resources:

       https://web.dev/articles/csp

WCGEOIP (Wildcat! GeoLocation IP)


- UPD: GeoLocation IP Database was updated 2023-10-10 version.

WCLS (Wildcat! List Server)


* NEW: wcList can now spawn a WCX before a distribution is transported
       (SMTP or UUCP).

       The first application will be to allow wcList to wcDKIM sign a
       large message (using a WCX) before it is transported for the wcSMTP
       Router which normally signs all outbound messages. Via wcDKIM
       signing rules, once wcList signs the mail, it can tell wcSMTP to
       skip signing.

WCTASKMGR (Wildcat! Task Manager)


- ENH: Enhanced the wcTaskMsg*.log file with additional launch information

WCSMTP (Wildcat! SMTP Server)


- FIX: Fixed the html-wcsmq.wcx color macro display of the address destination.

- FIX: Change the default of "No MX Try Once" From false to true.  To revert
       to always following the send retry schedule, use wcRegEdit:

       wcRegEdit /value:wcSMTP\NoMXTryOnce /Dword:0   <-- follow retry schedule

       wcRegEdit /value:wcSMTP\NoMXTryOnce /Dword:1   <-- Try IP once if no MX

       NoMxTryOnce = 1 is the new default.

- FIX: Fixed a Loop issue when a domain resolves to 127.0.0.1

- UPD: wcSMTP now only shows AUTH commands for ESMTP when TLS is started.

       See wcSSLConfig | SMTP Server

            [_] Require TLS (SSL) for AUTHenitication

       This was always always available for wcSMTP to allow ESMTP AUTHentication.

       When enabled, the AUTH options will not be displayed in the EHLO
       response until the STARTTLS command is issued to establish an
       encrypted connection.