From f992530f973f8a66079ad49f322b349dd482ba7a Mon Sep 17 00:00:00 2001 From: hickert Date: Thu, 11 Dec 2008 07:16:07 +0000 Subject: [PATCH] Temporary disabled check git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@13248 594d385d-05f5-0310-b6e9-bd551577e9d8 --- .../kolab/admin/systems/services/kolab/class_servKolab.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gosa-plugins/kolab/admin/systems/services/kolab/class_servKolab.inc b/gosa-plugins/kolab/admin/systems/services/kolab/class_servKolab.inc index e4f4c73fd..4ba3dd9d0 100644 --- a/gosa-plugins/kolab/admin/systems/services/kolab/class_servKolab.inc +++ b/gosa-plugins/kolab/admin/systems/services/kolab/class_servKolab.inc @@ -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=="")) { -- 2.30.2