Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F117766188
D220.1775232020.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Authored By
Unknown
Size
1 KB
Referenced Files
None
Subscribers
None
D220.1775232020.diff
View Options
diff --git a/share/templates/roundcubemail/config.inc.php.tpl b/share/templates/roundcubemail/config.inc.php.tpl
--- a/share/templates/roundcubemail/config.inc.php.tpl
+++ b/share/templates/roundcubemail/config.inc.php.tpl
@@ -19,6 +19,7 @@
\$config['imap_force_lsub'] = true;
// IMAP Connection TLS settings, adjust for Production
+ // Required for PHP >= 5.6
\$config['imap_conn_options'] = Array(
'ssl' => Array(
'verify_peer_name' => false,
@@ -42,6 +43,7 @@
\$config['smtp_helo_host'] = \$_SERVER["HTTP_HOST"];
// SMTP Connection TLS settings, adjust for Production
+ // Required for PHP >= 5.6
\$config['smtp_conn_options'] = Array(
'ssl' => Array(
'verify_peer_name' => false,
@@ -229,23 +231,6 @@
'ssl_verify_peer' => false,
);
- # Required for PHP 5.6
- \$config['imap_conn_options'] = Array(
- 'ssl' => Array(
- 'verify_peer_name' => false,
- 'verify_peer' => false,
- 'allow_self_signed' => true
- )
- );
-
- \$config['smtp_conn_options'] = Array(
- 'ssl' => Array(
- 'verify_peer_name' => false,
- 'verify_peer' => false,
- 'allow_self_signed' => true
- )
- );
-
\$config['fileapi_manticore'] = 'http://' . \$_SERVER['HTTP_HOST'] . ':8080';
?>
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Apr 3, 4:00 PM (42 m, 52 s ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18824616
Default Alt Text
D220.1775232020.diff (1 KB)
Attached To
Mode
D220: T1464: Removed duplicated options
Attached
Detach File
Event Timeline