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"; |