Usermanager Section

File deleted: mylinux-usermanager-0.99/MyLinux-Patches/squirrelmail-login.patch

--- login.php-orig	2004-11-20 20:44:32.000000000 +0100
+++ login.php	2004-11-20 22:25:26.000000000 +0100
@@ -71,9 +71,9 @@
           "// -->\n".
           "</script>\n";
 $custom_css = 'none';          
-displayHtmlHeader( "$org_name - " . _("Login"), $header, FALSE );
+displayHtmlHeader( "$org_name - " . _("Webmail"), $header, FALSE );
 
-echo '<body text="#000000" bgcolor="#FFFFFF" link="#0000CC" vlink="#0000CC" alink="#0000CC" onload="squirrelmail_loginpage_onload();">' .
+echo '<body text="#7A9CBF" bgcolor="#022742" link="#0000CC" vlink="#0000CC" alink="#0000CC" onload="squirrelmail_loginpage_onload();">' .
      "\n" . addForm('redirect.php', 'POST');
 
 $username_form_name = 'login_username';
@@ -111,8 +111,8 @@
             html_tag( 'table',
                 html_tag( 'tr',
                     html_tag( 'td',
-                        '<b>' . sprintf (_("%s Login"), $org_name) . "</b>\n",
-                    'center', '#DCDCDC' )
+                        '<b>' . sprintf (_("%s - Webmail"), $org_name) . "</b>\n",
+                    'center', '#022742' )
                 ) .
                 html_tag( 'tr',
                     html_tag( 'td',  "\n" .
@@ -135,18 +135,18 @@
 				    addHidden('just_logged_in', '1'),
                                 'left', '', 'width="*"' )
                             ) ,
-                        'center', '#ffffff', 'border="0" width="100%"' ) ,
-                    'left', '#FFFFFF' )
+                        'center', '#022742', 'border="0" width="100%"' ) ,
+                    'left', '#022742' )
                 ) . 
                 html_tag( 'tr',
                     html_tag( 'td',
                         '<center>'. addSubmit(_("Login")) .'</center>',
                     'left' )
                 ),
-            '', '#ffffff', 'border="0" width="350"' ) . '</center>',
+            '', '#022742', 'border="0" width="350"' ) . '</center>',
         'center' )
     ) ,
-'', '#ffffff', 'border="0" cellspacing="0" cellpadding="0" width="100%"' );
+'', '#022742', 'border="0" cellspacing="0" cellpadding="0" width="100%"' );
 do_hook('login_form');
 echo '</form>' . "\n";
 

File changed: mylinux-usermanager-0.99/compile-scripts/COMPILE-MYLINUX

3069,3081d3068
< #
< # Enabling htdig search for the secured intranet site means enabling
< # access without SSL and password - but this for localhost only.
< #
< Alias /intranet-htdig /usr/local/httpd/htdocs/intranet
< <Location /intranet-htdig/>
<     Options Indexes FollowSymLinks
<     Order deny,allow
<     Satisfy all
<     Allow from LOCALADDRESS
<     Deny from all
< </Location>
< 
3083,3086c3070,3075
< # server. The Apache proxy module is a simple solution. But you have
< # to assure that the proxy is not open to the internet - that would be
< # a major security hole to your own network and can be used for spamming
< # and accessing/attacking other servers anonymously.
---
> # server. The Apache proxy module is a simple solution - a more advanced
> # solution is the Squid proxy server, which is the standard proxy since
> # myLinux 0.98. In each case you you have to assure that the proxy is
> # not open to the internet - that would be a major security hole to your
> # own network and can be used for spamming and accessing/attacking other
> # servers anonymously.
3092,3098c3081,3087
< ProxyRequests On
< <Proxy *>
<     Order deny,allow
<     Deny from all
<     Allow from 192.168.0.0/16 172.16.0.0/12 10.0.0.0/8
< #    SetOutputFilter CLAMAV
< </Proxy>
---
> #ProxyRequests On
> #<Proxy *>
> #    Order deny,allow
> #    Deny from all
> #    Allow from 192.168.0.0/16 172.16.0.0/12 10.0.0.0/8
> ##    SetOutputFilter CLAMAV
> #</Proxy>
3159a3149,3153
> # But the devices have to be created anyway.
> for i in 0 1 2 3 4 5 6 7 8 9
> do
>   mknod x/dev/cloop$i b 240 $i
> done

File changed: mylinux-usermanager-0.99/compile-scripts/MAIN

215c215
< cp -dp $MYLINUXPACKAGE/intranet/manual.html $LFS/usr/local/httpd/htdocs/manual.html-template
---
> cp -dp $MYLINUXPACKAGE/intranet/manual.html $LFS/usr/local/httpd/htdocs/manuals.html-template

File changed: mylinux-usermanager-0.99/setup/apache.sh

28,29c28,29
< cat /usr/local/httpd/htdocs/intranet/index.html-template | sed -e "s/#FQHOSTNAME#/$FQHOSTNAME/" -e "s/#IMAPSERVER#/$IMAPSERVER/" -e "s/#WEBSERVER#/$WEBSERVER/" > /usr/local/httpd/htdocs/intranet/index.html
< cat /usr/local/httpd/htdocs/intranet/manual.html-template | sed -e "s/#FQHOSTNAME#/$FQHOSTNAME/" -e "s/#IMAPSERVER#/$IMAPSERVER/" -e "s/#WEBSERVER#/$WEBSERVER/" > /usr/local/httpd/htdocs/intranet/manual.html
---
> cat /usr/local/httpd/htdocs/index.html-template | sed -e "s/#FQHOSTNAME#/$FQHOSTNAME/" -e "s/#IMAPSERVER#/$IMAPSERVER/" -e "s/#WEBSERVER#/$WEBSERVER/" > /usr/local/httpd/htdocs/index.html
> cat /usr/local/httpd/htdocs/manual.html-template | sed -e "s/#FQHOSTNAME#/$FQHOSTNAME/" -e "s/#IMAPSERVER#/$IMAPSERVER/" -e "s/#WEBSERVER#/$WEBSERVER/" > /usr/local/httpd/htdocs/manual.html

File changed: mylinux-usermanager-0.99/setup/squirrelmail.sh

51,52c51,52
< $org_logo_width  = '400';
< $org_logo_height = '271';
---
> $org_logo_width  = '267';
> $org_logo_height = '181';