thomas: server/kolab-webadmin/kolab-webadmin/www/admin/service index.php.in, 1.3, 1.4

cvs at kolab.org cvs at kolab.org
Thu Jan 25 11:33:44 CET 2007


Author: thomas

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

Modified Files:
	index.php.in 
Log Message:
Reverting martin's commit from 24 Jan 2007 17:47:30

Reasons:
- It is not clear that this is what we want (I think it isn't)
- It only fixes the trigger, not the problem.
- It will cause problems when upgrading.
- It may cause other interactions, nobody checked.
- Commit message doesn't say what is changed.


Index: index.php.in
===================================================================
RCS file: /kolabrepository/server/kolab-webadmin/kolab-webadmin/www/admin/service/index.php.in,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- index.php.in	24 Jan 2007 17:47:30 -0000	1.3
+++ index.php.in	25 Jan 2007 10:33:42 -0000	1.4
@@ -99,7 +99,7 @@
 	if( !$dn ) {
 	  $errors[] = sprintf(_("No account found for email address %s"), $mail);
 	} else {
-	  foreach( array( 'postmaster', 'hostmaster', 'abuse', 'virusalert', 'mailer-daemon' ) as $group ) {
+	  foreach( array( 'postmaster', 'hostmaster', 'abuse', 'virusalert', 'MAILER-DAEMON' ) as $group ) {
 		$gadr = $group.'@'.$domain;
 		$attrs = array( 'objectClass' => array( 'top', 'kolabGroupOfNames' ),
 						'cn' => $gadr,
@@ -327,7 +327,7 @@
 		!exists_group( 'postmaster@'.$domain ) ||
 		!exists_group( 'abuse@'.$domain ) ||
 		!exists_group( 'virusalert@'.$domain ) ||
-		!exists_group( 'mailer-daemon@'.$domain ) ) {
+		!exists_group( 'MAILER-DAEMON@'.$domain ) ) {
 	  // Ok, user did not set up system aliases
 	  $systemaliasconf[] = array( 'n'=>$domain_count, 'domain'=>$domain );
 	}





More information about the commits mailing list