smtpd_tls_ask_ccert
warning: TLS library problem: error:14094416
smtp_tls_CAfile = $smtpd_tls_CAfile
Quotewarning: TLS library problem: error:14094416what if you add Code: [Select]smtp_tls_CAfile = $smtpd_tls_CAfilealso then
Afterwards, I have enabled the following setting: System / Settings / General / Store intermediateThis adds all locally administered intermediate CAs to the /etc/ssl/cert.pem.This way I could revert the change made to the smtp_tls_CAfile.Is there a more selective way to add intermediate CAs to the cert.pem file?
how I would make my manual main.cf adjustments update safe?