steffen: server/kolab-webadmin/kolab-webadmin/www/admin/service index.php, 1.13, 1.14

cvs at intevation.de cvs at intevation.de
Fri Jan 21 11:44:07 CET 2005


Author: steffen

Update of /kolabrepository/server/kolab-webadmin/kolab-webadmin/www/admin/service
In directory doto:/tmp/cvs-serv15933/kolab-webadmin/www/admin/service

Modified Files:
	index.php 
Log Message:
More descriptive text for amavis

Index: index.php
===================================================================
RCS file: /kolabrepository/server/kolab-webadmin/kolab-webadmin/www/admin/service/index.php,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- index.php	15 Dec 2004 00:07:25 -0000	1.13
+++ index.php	21 Jan 2005 10:44:05 -0000	1.14
@@ -213,9 +213,12 @@
 				  array( 'service' => 'imap', 'name'  => _('IMAP Service'), 'enabled' => toboolstr( $imap ) ),
 				  array( 'service' => 'imaps', 'name' => _('IMAP/SSL Service (TCP port 993)'), 'enabled' => toboolstr( $imaps ) ),
 				  array( 'service' => 'sieve', 'name' => _('Sieve service (TCP port 2000)'), 'enabled' => toboolstr( $sieve ) ),
-				  array( 'service' => 'ftp', 'name'   => _('FTP FreeBusy Service (Legacy, not interoperable with Kolab2 FreeBusy)'), 'enabled' => toboolstr( $ftp ) ),
+				  array( 'service' => 'ftp', 
+						 'name'   => _('FTP FreeBusy Service (Legacy, not interoperable with Kolab2 FreeBusy)'), 
+						 'enabled' => toboolstr( $ftp ) ),
 				  array( 'service' => 'http', 'name'  => _('HTTP FreeBusy Service (Legacy)'), 'enabled' => toboolstr( $http ) ),
-				  array( 'service' => 'amavis', 'name' => _('Amavis Virus Scanning'), 'enabled' => toboolstr( $amavis ) ) );
+				  array( 'service' => 'amavis', 'name' => _('Amavis Email Scanning (Virus/Spam)'), 
+						 'enabled' => toboolstr( $amavis ) ) );
 
 /**** Check for system aliases ****/
 function exists_group( $group ) {





More information about the commits mailing list