On Fri, Sep 25, 2015 at 07:56:15PM +0300, Michael Peter wrote: > Just for info, How can i know the default locations for default system > certificates which postfix drag when setting smtp_tls_CAfile ?
This is system-dependent: $ openssl version -d OPENSSLDIR: "/usr/pkg/etc/openssl" Look there for a file called "certs.pem" and/or a directory called "certs". The directory is not searched directly, its contents are indexed (or hashed) via "c_rehash" or similar. -- Viktor.