tbrehm
2008-08-18 4d4495c9df2e6e792b4016d15199635c6b1d8563
install/lib/installer_base.lib.php
@@ -510,7 +510,7 @@
      if(is_file($conf["postfix"]["config_dir"].'/master.cf')) copy($conf["postfix"]["config_dir"].'/master.cf',$conf["postfix"]["config_dir"].'/master.cf~');
      $content = rf("tpl/master_cf_amavis.master");
      // Only add the content if we had not addded it before
      if(!stristr("127.0.0.1:10025",$content)) {
      if(!stristr($content,"127.0.0.1:10025")) {
         af($conf["postfix"]["config_dir"].'/master.cf',$content);
      }