Hi all,
recently i decide to play with ALPN with exim on SubmissonS
(SMTPS, 465) port and i noticed strange behavior.
I use debian's exim 4.96, with default ALPN settings:
hosts_require_alpn =
tls_alpn = smtp:esmtp
Then i try to connect with simple python script. In python i
can set lis
On Sun, 29 Dec 2024, Slavko via Exim-users wrote:
Hi all,
recently i decide to play with ALPN with exim on SubmissonS
(SMTPS, 465) port and i noticed strange behavior.
I use debian's exim 4.96, with default ALPN settings:
hosts_require_alpn =
tls_alpn = smtp:esmtp
Then i try to connect
On 29/12/2024 15:28, Slavko via Exim-users wrote:
I read related exim's docs, where it is stated, that main (or only?)
purpose of ALPN support in exim is to reject invalid requests
(clients), but from my point of view, asking for both (smtp and
esmtp) names is not invalid. Did i miss something?
On 29. decembra 2024 16:33:13 UTC, Andrew C Aitchison via Exim-users
wrote:
>spec.txt 14.23 Alphabetical list of main options
>(the first of two such entries), says:
> +---+
> |tls_alpn|Use: main|Type: string list*|Default: smtp : esmtp|