On Mon, 14 Feb 2022 20:05:30 +0100, Sebastien Marie wrote: > One aspect that I haven't verified for now is the difference between > using "tls" (early initialisation) and not using it (late > initialisation). I will try to look at it to ensure that the > connection is always used with tls_config_verify().
TLS configuration for urls is a little tricky. We could parse the url type for simple things like: action "relay-free" relay host "smtps://[email protected]" auth <secret> but if there is a table involved that will not work, which is why I deferred the TLS setup. Maybe eric@ can comment on this. - todd
