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 --- 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 +++ 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 @@ -11,18 +11,8 @@ $OUT .= " 'name' => 'IMAP Server',\n"; $OUT .= " 'server' => 'localhost',\n"; $OUT .= " 'hordeauth' => false,\n"; - - if ($imaps{access} eq 'public') - { - $OUT .= " 'protocol' => 'imap/ssl/novalidate-cert',\n"; - $OUT .= " 'port' => '$imaps{TCPPort}',\n"; - } - else - { - $OUT .= " 'protocol' => 'imap/notls',\n"; - $OUT .= " 'port' => '$imap{TCPPort}',\n"; - - } + $OUT .= " 'protocol' => 'imap/notls',\n"; + $OUT .= " 'port' => '$imap{TCPPort}',\n"; $OUT .= " 'maildomain' => '$domain',\n"; $OUT .= " 'smtphost' => 'localhost',\n"; $OUT .= " 'smtpport' => '$smtpd{TCPPort}',\n";