/[smeserver]/rpms/e-smith-imp/sme8/e-smith-imp-5.2.0-dont_use_ssl.patch
ViewVC logotype

Annotation of /rpms/e-smith-imp/sme8/e-smith-imp-5.2.0-dont_use_ssl.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (hide annotations) (download)
Fri Jun 21 09:31:48 2013 UTC (10 years, 11 months ago) by vip-ire
Branch: MAIN
CVS Tags: e-smith-imp-5_2_0-10_el5_sme, HEAD
* Fri Jun 21 2013 Daniel Berteaud <daniel@firewall-services.com> 5.2.0-10
- Don't use SSL over loopback [SME: 7678]

1 vip-ire 1.1 diff -Nur e-smith-imp-5.2.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/servers.php/120IMAPServers e-smith-imp-5.2.0-no_ssl/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/servers.php/120IMAPServers
2     --- e-smith-imp-5.2.0/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/servers.php/120IMAPServers 2013-06-21 11:24:08.129048508 +0200
3     +++ e-smith-imp-5.2.0-no_ssl/root/etc/e-smith/templates/home/httpd/html/horde/imp/config/servers.php/120IMAPServers 2013-06-21 11:25:23.892171280 +0200
4     @@ -11,18 +11,8 @@
5     $OUT .= " 'name' => 'IMAP Server',\n";
6     $OUT .= " 'server' => 'localhost',\n";
7     $OUT .= " 'hordeauth' => false,\n";
8     -
9     - if ($imaps{access} eq 'public')
10     - {
11     - $OUT .= " 'protocol' => 'imap/ssl/novalidate-cert',\n";
12     - $OUT .= " 'port' => '$imaps{TCPPort}',\n";
13     - }
14     - else
15     - {
16     - $OUT .= " 'protocol' => 'imap/notls',\n";
17     - $OUT .= " 'port' => '$imap{TCPPort}',\n";
18     -
19     - }
20     + $OUT .= " 'protocol' => 'imap/notls',\n";
21     + $OUT .= " 'port' => '$imap{TCPPort}',\n";
22     $OUT .= " 'maildomain' => '$domain',\n";
23     $OUT .= " 'smtphost' => 'localhost',\n";
24     $OUT .= " 'smtpport' => '$smtpd{TCPPort}',\n";

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed