Re: Connecting postfix to mysql with ssl

2022-12-27 Thread Phil Stracchino
On 12/27/22 13:12, Aaron Axelsen wrote: Output from a command line connection: mysql -h secure-mysql-db.example.com -p -u mysqluser mail --ssl Enter password: Reading table information for completion of table and column names You can turn off this feature to get a quicker startup with -A Welcom

Re: Connecting postfix to mysql with ssl

2022-12-27 Thread Aaron Axelsen
On 12/27/2022 11:58 AM, Phil Stracchino wrote: On 12/27/22 12:49, Aaron Axelsen wrote: I've been trying to get the correct recipe of settings to allow postfix to connect to mysql where ssl is required. So far I have the following that is not working: user = mysqluser password = XXX hosts = se

Re: Connecting postfix to mysql with ssl

2022-12-27 Thread Phil Stracchino
On 12/27/22 12:49, Aaron Axelsen wrote: I've been trying to get the correct recipe of settings to allow postfix to connect to mysql where ssl is required. So far I have the following that is not working: user = mysqluser password = XXX hosts = secure-mysql-db.example.com dbname = mail query =

Connecting postfix to mysql with ssl

2022-12-27 Thread Aaron Axelsen
I've been trying to get the correct recipe of settings to allow postfix to connect to mysql where ssl is required. So far I have the following that is not working: user = mysqluser password = XXX hosts = secure-mysql-db.example.com dbname = mail query = SELECT 1 FROM users WHERE email='%s' tls_