From: Jeremy Harris Date: Thu, 16 May 2024 11:04:30 +0000 (+0100) Subject: Docs: add note on encryption for Mysql DB connections X-Git-Tag: exim-4.98-RC0~17 X-Git-Url: https://git.exim.org/exim.git/commitdiff_plain/45e79c196664163ca85c809801c060cca6338553 Docs: add note on encryption for Mysql DB connections --- diff --git a/doc/doc-docbook/spec.xfpt b/doc/doc-docbook/spec.xfpt index dbbed7cde..8f7abac89 100644 --- a/doc/doc-docbook/spec.xfpt +++ b/doc/doc-docbook/spec.xfpt @@ -8202,6 +8202,11 @@ or delete command), the result of the lookup is the number of rows affected. anything (for example, setting a field to the value it already has), the result is zero because no rows are affected. +.new +To get an encryted connection, use a Mysql option file with the required +parameters for the connection. +.wen + .subsection "Special PostgreSQL features" SECID74 PostgreSQL lookups can also use Unix domain socket connections to the database.