Projects
Kolab:16:TestingLinked
roundcubemail
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 35
View file
roundcubemail.spec
Changed
@@ -49,7 +49,7 @@ Name: roundcubemail Version: 1.3.6 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Round Cube Webmail is a browser-based multilingual IMAP client @@ -2869,6 +2869,9 @@ %defattr(-,root,root,-) %changelog +* Mon May 28 2018 Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> - 1.3.6-4 +- By default, do not check the server certificate nor its host name + * Mon May 14 2018 Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> - 1.3.6-3 - Enable vacation plugin for Plesk installations - Patch issues fixed upstream
View file
debian.changelog
Changed
@@ -1,3 +1,9 @@ +roundcubemail (1.3.6-0~kolab4) unstable; urgency=low + + * By default, do not verify the server certificate nor the host name + + -- Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> Mon, 28 May 2018 11:11:11 +0200 + roundcubemail (1.3.6-0~kolab3) unstable; urgency=low * Patch issues fixed upstream
View file
plesk.config.inc.php
Changed
@@ -176,6 +176,20 @@ $config'fileapi_manticore' = false; $config'fileapi_wopi_office' = false; + $config'imap_conn_options' = Array( + 'ssl' => Array( + 'verify_peer' => FALSE, + 'verify_peer_name' => FALSE + ) + ); + + $config'smtp_conn_options' = Array( + 'ssl' => Array( + 'verify_peer' => FALSE, + 'verify_peer_name' => FALSE + ) + ); + // Discretionary user-supplied overrides if (file_exists(RCUBE_CONFIG_DIR .'/'. $_SERVER'HTTP_HOST' .'/'. basename(__FILE__))) { @include_once(RCUBE_CONFIG_DIR .'/'. $_SERVER'HTTP_HOST' .'/'. basename(__FILE__));
View file
roundcubemail.dsc
Changed
@@ -2,7 +2,7 @@ Source: roundcubemail Binary: roundcubemail Architecture: all -Version: 1:1.3.6-0~kolab3 +Version: 1:1.3.6-0~kolab4 Maintainer: Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> Uploaders: Paul Klos <kolab@klos2day.nl> Homepage: http://www.roundcube.net/
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.