From a7b9afd90d349f058b24053933fdf710ce4a4e3a Mon Sep 17 00:00:00 2001 From: pdontthink Date: Mon, 30 Nov 2015 23:42:20 +0000 Subject: [PATCH] Update defaults git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@14533 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- config/conf.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/conf.pl b/config/conf.pl index db7eda49..734e98ed 100755 --- a/config/conf.pl +++ b/config/conf.pl @@ -5516,13 +5516,13 @@ sub set_defaults { $domain = "gmail.com"; $imapServerAddress = "imap.gmail.com"; $imapPort = 993; - $use_imap_tls = true; + $use_imap_tls = 1; $imap_auth_mech = "login"; $smtpServerAddress = "smtp.gmail.com"; $smtpPort = 465; $pop_before_smtp = false; $useSendmail = false; - $use_smtp_tls = true; + $use_smtp_tls = 1; $smtp_auth_mech = "login"; $continue = 1; -- 2.25.1