summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: e784899)
raw | patch | inline | side by side (parent: e784899)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 8 Jun 2006 08:16:16 +0000 (08:16 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 8 Jun 2006 08:16:16 +0000 (08:16 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3706 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/admin/systems/class_goMailServer.inc | patch | blob | history |
diff --git a/plugins/admin/systems/class_goMailServer.inc b/plugins/admin/systems/class_goMailServer.inc
index 851ad5b5846ec90995fdf6a05590cc2d259f31dc..7e8d8cf8a43b4e314878c517534e7dbdcfd77fce 100644 (file)
/* Get postfix my networks */
$this->postfixMyNetworks = array();
+ $tmp = array();
if(isset($this->attrs['postfixMyNetworks'][0])){
$tmp = split(",",$this->attrs['postfixMyNetworks'][0]);
foreach($tmp as $str){
/* Get transport tables */
+ $tmp = array();
$this->postfixTransportTable = array();
if(isset($this->attrs['postfixTransportTable'])){
$tmp = array();
/* Get sender restrictions */
+ $tmp = array();
$this->postfixSenderRestrictions = array();
if(isset($this->attrs['postfixSenderRestrictions'])){
unset($this->attrs['postfixSenderRestrictions']['count']);
/* Get sender restrictions */
+ $tmp = array();
$this->postfixRecipientRestrictions = array();
if(isset($this->attrs['postfixRecipientRestrictions'])){
unset($this->attrs['postfixRecipientRestrictions']['count']);