Re: postfix connecting MySQL database with ssl enabled does not work

2020-12-09 Thread Ricardo Barbosa
Hi Viktor, thanks for response. I also tried to put the openssl.conf file inside the jail but the rewrite doesn't read it and is it possible to pass the OPENSSL_CONF environment variable to the rewrite process? Regards Em terça-feira, 8 de dezembro de 2020 13:08:58 AMT, Viktor Dukhovni es

Re: postfix connecting MySQL database with ssl enabled does not work

2020-12-08 Thread Viktor Dukhovni
On Tue, Dec 08, 2020 at 04:55:03PM +, Ricardo Barbosa wrote: > mysql-virtual-mailbox-domain.cf- > user = postfix > password = x > dbname = email > hosts = 192.168.11.11 > query = SELECT dominio AS "virtual" FROM dominios WHERE dominio='%s' > tls_CAfile =

postfix connecting MySQL database with ssl enabled does not work

2020-12-08 Thread Ricardo Barbosa
hi all I am trying to use postfix to fetch data from an external MySQL server in an AWS environment. However it uses encryption I have already made several attempts to use TLSv1 / 2 without success changing the file "/etc/ssl/openssl.conf". I followed this post but it didn't work for me. http