From 957ff40f30734a798ed4c4e7f62e73dec95929a2 Mon Sep 17 00:00:00 2001 From: Eric Espie Date: Fri, 2 Dec 2022 09:25:53 +0100 Subject: [PATCH] =?UTF-8?q?N=C2=B05155=20-=20Email=20by=20SMTP=20with=20se?= =?UTF-8?q?lf-signed=20certificate=20(changed=20default=20values=20to=20th?= =?UTF-8?q?e=20previous=20behaviour)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/config.class.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/config.class.inc.php b/core/config.class.inc.php index 0506e8ec8..c0178cc7e 100644 --- a/core/config.class.inc.php +++ b/core/config.class.inc.php @@ -566,8 +566,8 @@ class Config 'email_transport_smtp.verify_peer' => array( 'type' => 'bool', 'description' => 'Verify peer certificate', - 'default' => false, - 'value' => false, + 'default' => true, + 'value' => true, 'source_of_value' => '', 'show_in_conf_sample' => false, ),