tarickb / sasl-xoauth2

SASL plugin for XOAUTH2
Other
72 stars 20 forks source link

Config file should specify location of CA certs #14

Closed tarickb closed 1 year ago

tarickb commented 3 years ago

Add a config value that eventually gets plumbed into CURL via CURLOPT_CAPATH or CURLOPT_CAINFO, which users can adjust to match their Postfix configuration. The Postfix configuration controls what gets copied to the chroot jail, so hopefully this will reduce the number of problems caused by CURL being unable to find certificates.