summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 33d939a)
raw | patch | inline | side by side (parent: 33d939a)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 12 Jul 2005 09:43:22 +0000 (09:43 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 12 Jul 2005 09:43:22 +0000 (09:43 +0000) |
plugins/admin/groups/class_groupMail.inc | patch | blob | history |
index 9829102ba6f147165f59fe29579a555bbcfdf1c6..544e0cb04b39aa1fc36bb0806abd5da8c2c3ed76 100644 (file)
if (is_integer(strpos($this->gosaMailDeliveryMode, "reject")) && $this->gosaMailMaxSize == ""){
$message[]= _("You need to set the maximum mail size in order to reject anything.");
}
+
+ if(ord($this->imapacl['anyone'][0])==194){
+ $message[] = _("Please choose valid permission settings. Default permission can't be emtpy.");
+ }
+
+ if(empty($this->gosaMailServer)){
+ $message[] = _("Please Select a valid Mailserver.");
+ }
return ($message);
}