Maxim Feoktistov
unread,May 12, 2026, 12:38:25 PMMay 12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Small HTTP server
Version 3.06.40 of Small HTTP server has been created
+ Added a TFTP server (only reading mode is supported)
+ Options for checking SPF (Sender Policy Framework rfc4408) records for a domain have been added to the SMTP server. These options can be enabled in the settings, and checking will be applied to all incoming messages. The $check_spf variable can also be used in lists (badlist, graylist, goodlist). The value can be one of the following:
1 - the IP address is valid for the domain;
0 - there is no SPF record;
-1 - An SPF record for the domain was found, but the sender's IP address was not found in the record;
-2 - An SPF record was found for the domain, and a soft rejection is required for this IP address;
-3 - An SPF record was found for the domain, and a hard rejection is required for this IP address.
- Fixed DOH in version for Windows.
* Mutexes have been updated. Semaphore-based synchronization has been added.
+ On the SMTP server, the username in the email address can be optionally case-insensitive.
- DNS server changes. Fixed a bug in the TXT record in the DNS server in secondary server mode.
* Updated VPN server.
* Improved handling of HTTP requests requiring a default file name.
+ Code optimized