Code

Temporary disabled check
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 11 Dec 2008 07:16:07 +0000 (07:16 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 11 Dec 2008 07:16:07 +0000 (07:16 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@13248 594d385d-05f5-0310-b6e9-bd551577e9d8

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

index e4f4c73fd0c2be5b3a2adbb97fea3167951ddafa..4ba3dd9d0ca72d482da86bbee9d4c2e8c21ca19a 100644 (file)
@@ -302,7 +302,7 @@ class servkolab extends goService {
     $message= plugin::check();
 
     if(mailMethod::get_current_method($this->config) != "mailMethodKolab22" && count($this->postfix_mydestination) != 1){
-      $message[] = _("Only kolab version >= 2.2 is able to handle multiple mail domains. Please provide only one mail domain.");
+#      $message[] = _("Only kolab version >= 2.2 is able to handle multiple mail domains. Please provide only one mail domain.");
     }
 
     if(($this->kolabFreeBusyFuture==""))    {