thegushi opened a new pull request, #25: URL: https://github.com/apache/spamassassin/pull/25
Fixes to allow spamd's --port and --ssl-port to both create listeners, as was already documented in the manpage, even if this usage doesn't really make sense. (Prior broken behavior was that only a listener would be created on the SSL port). Other brokennesses previously involved listeners being created on all ports specified with -i ssl:address:portnumber -i address:portnumber to retain their configs, where previously, another SSL-based option like --sslCaPath would force all ports listened on to be SSLified, even if they were specified as not, because it forced the SSL knob on globally, rather than setting per-socket. Documented usages better, including noting that if you're listening with multiple listeners (say, a plaintext on localhost but an ssl on external) that you need to allow this with -A, and also noted that -A args replace the default, not add to it; as well as adding some documentation notes about the default paths for ssl-cert-file and ssl-key-file. Debugs for previous issues were sent to giovanni and kam privately. Full disclosure: LLM Support was used for this, but all the CI was done by hand and validated under FreeBSD 14.4. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
