/[smecontribs]/rpms/smeserver-mimp/contribs7/smeserver-mimp-1.0-4.servers.php.patch
ViewVC logotype

Contents of /rpms/smeserver-mimp/contribs7/smeserver-mimp-1.0-4.servers.php.patch

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


Revision 1.2 - (show annotations) (download)
Thu Jun 26 18:11:51 2008 UTC (15 years, 10 months ago) by slords
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +0 -0 lines
FILE REMOVED
* Sat Jun 7 2008 John H. Bennett III <bennettj@johnbennettservices.com> 1.1-1
- Initial production build
- Jump in package name to reflect new version of mimp

1 diff -Nur -x '*.orig' -x '*.rej' smeserver-mimp-1.0/root/etc/e-smith/templates/home/httpd/html/horde/mimp/config/servers.php/00Header mezzanine_patched_smeserver-mimp-1.0/root/etc/e-smith/templates/home/httpd/html/horde/mimp/config/servers.php/00Header
2 --- smeserver-mimp-1.0/root/etc/e-smith/templates/home/httpd/html/horde/mimp/config/servers.php/00Header 1969-12-31 18:00:00.000000000 -0600
3 +++ mezzanine_patched_smeserver-mimp-1.0/root/etc/e-smith/templates/home/httpd/html/horde/mimp/config/servers.php/00Header 2006-06-10 01:05:40.000000000 -0500
4 @@ -0,0 +1,3 @@
5 +/**
6 + * $Horde: mimp/config/servers.php.dist,v 1.12 2006/02/22 17:16:36 slusarz Exp $
7 +**/
8 diff -Nur -x '*.orig' -x '*.rej' smeserver-mimp-1.0/root/etc/e-smith/templates/home/httpd/html/horde/mimp/config/servers.php/120IMAPServers mezzanine_patched_smeserver-mimp-1.0/root/etc/e-smith/templates/home/httpd/html/horde/mimp/config/servers.php/120IMAPServers
9 --- smeserver-mimp-1.0/root/etc/e-smith/templates/home/httpd/html/horde/mimp/config/servers.php/120IMAPServers 2006-03-07 21:39:03.000000000 -0600
10 +++ mezzanine_patched_smeserver-mimp-1.0/root/etc/e-smith/templates/home/httpd/html/horde/mimp/config/servers.php/120IMAPServers 2006-06-10 01:28:06.000000000 -0500
11 @@ -13,11 +13,10 @@
12 $OUT .= " 'server' => 'localhost',\n";
13 $OUT .= " 'protocol' => 'imap/notls',\n";
14 $OUT .= " 'port' => '143',\n";
15 - $OUT .= " 'folders' => '',\n";
16 - $OUT .= " 'namespace' => '',\n";
17 $OUT .= " 'maildomain' => '$domain',\n";
18 $OUT .= " 'smtphost' => 'localhost',\n";
19 - $OUT .= " 'realm' => '$domain',\n";
20 + $OUT .= "# 'smtpport' => '25',\n";
21 + $OUT .= " 'realm' => '$domain',\n";
22 $OUT .= " 'preferred' => ''\n";
23 $OUT .= ");\n";
24 }

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