• docs/v322_new.md src/sbbs3/sbbs_ini.c

    From Rob Swindell (on Windows 11)@1:103/705 to Git commit to main/sbbs/master on Sunday, September 20, 2026 04:19:38
    https://gitlab.synchro.net/main/sbbs/-/commit/b1771282ea73a88f08df07d0
    Modified Files:
    docs/v322_new.md src/sbbs3/sbbs_ini.c
    Log Message:
    Default POP3Interface/TLSInterface to their own server's Interface

    [Mail] POP3Interface and [Web] TLSInterface fell back to [Global]
    Interface when unset, rather than to the Interface of the server
    section they belong to. A [Mail] Interface of "0.0.0.0,::" with a
    [Global] Interface of "0.0.0.0" left SMTP, submission and SMTPS
    listening on both stacks while POP3 bound IPv4 only, so POP3 clients
    resolving the host to its AAAA record got connection refused.

    Also add the missing POP3Interface write block: the setting was read
    but never written back, and compare TLSInterface against the web
    server's own interfaces so the writer's omit-when-default rule matches
    the reader.

    Introduced in dbbfabf1b1 (2015-08-20).

    Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
    --- SBBSecho 3.37-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)