21 Sep
2015
21 Sep
'15
10:09 a.m.
Hi
I've pointed ssl_client_ca_file to my root certificate store, but I suspect ssl_client_ca_file is only used in imapc context. It seems to be ignored in proxy context.
doveconf -n ssl_client_ca_file: ssl_client_ca_file = /usr/local/share/certs/ca-root-nss.crt
You are missing the "<" before the file path
Try ssl_client_ca_file = </usr/local/share/certs/ca-root-nss.crt
See http://wiki2.dovecot.org/SSL/DovecotConfiguration
Regards Christian