10 Nov
2020
10 Nov
'20
5:22 p.m.
On 11/10/20 7:07 AM, Raymond Herrera wrote:
I don't believe Thunderbird provides such capability (??).
It does; works fine.
fyi
https://www.helmholtz-berlin.de/zentrum/locations/it/email/sig/cert-tbird_en...
If that is the case, how do I configure Dovecot to not ask for a client certificate?
in your ssl config, you can specify/override ssl reqt's for individual protocols.
e.g.
... protocol imap { ssl_verify_client_cert = yes auth_ssl_require_client_cert = no ssl = required }
protocol submission { ssl_verify_client_cert = yes auth_ssl_require_client_cert = no ssl = required } ...
of course, change those^ params to your specific reqt's