Code

Updated and tested kolab service .
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 11 Aug 2008 13:36:22 +0000 (13:36 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 11 Aug 2008 13:36:22 +0000 (13:36 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@12189 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/kolab/admin/systems/services/kolab/class_servKolab.inc

index 2f318d1a33eac638fda770ac0b9cf85b9a62f31c..8bb7999db7e0b95e2975da9b4df8d9eb4c11a02e 100644 (file)
@@ -388,22 +388,28 @@ class servkolab extends goService {
             "postfixmydomain"                => _("Postfix mydomain") ,
             "postfixmydestination"           => _("My destination") ,
             "cyrusadmins"                    => _("Cyrus admins") ,
+
+            "cyruspop3"                      => _("POP3 service") ,
+            "cyruspop3s"                     => _("POP3/SSL service") ,
+
+            "cyrusimap"                      => _("IMAP service") ,
+            "cyrusimaps"                     => _("IMAP/SSL service") ,
+
+            "cyrussieve"                     => _("Sieve service") ,
             "proftpdftp"                     => _("FTP FreeBusy service") ,
-            "postfixmynetworks"              => _("SMTP privileged networks") ,
-            "postfixenablevirusscan"         => _("Enable virus scan") ,
-            "postfixrelayhost"               => _("Relayhost") ,
-            "postfixmxrelayenabled"          => _("Enable MX lookup for relayhost"),
             "apachehttp"                     => _("HTTP FreeBusy service") ,
+            "postfixenablevirusscan"         => _("Enable virus scan") ,
+
+            "cyrusquotawarn"                 => _("Quota settings"), 
+
             "apacheallowunauthenticatedfb"   => _("Allow unauthenticated free busy"),
-            "postfixallowunauthenticated"    => _("Accept Internet Mail") ,
-            "cyrusimap"                      => _("IMAP service") ,
             "kolabFreeBusyFuture"            => _("kolabFreeBusyFuture") ,
-            "cyruspop3"                      => _("POP3 service") ,
-            "cyrusimaps"                     => _("IMAP/SSL service") ,
-            "cyruspop3s"                     => _("POP3/SSL service") ,
-            "cyrussieve"                     => _("Sieve service") ,
-            "cyrusquotawarn"                 => _("Quota settings")) 
-            ));
+
+            "postfixmynetworks"              => _("SMTP privileged networks") ,
+            "postfixmxrelayenabled"          => _("Enable MX lookup for relayhost"),
+            "postfixrelayhost"               => _("Relayhost") ,
+            "postfixallowunauthenticated"    => _("Accept Internet Mail"))
+              ));
   }
 }