Marius Cramer
2015-08-06 37b29231e47a0c4458dc1c15d98588f16f07e1e2
install/dist/lib/fedora.lib.php
@@ -355,7 +355,7 @@
         exec ("postconf -M dovecot.unix", $out, $ret);
         $add_dovecot_service = @($out[0]=='')?true:false;
      } else { //* fallback - postfix < 2.9
         $content = rf($config_dir'/master.cf');
         $content = rf($config_dir.'/master.cf');
         $add_dovecot_service = @(!stristr($content, "dovecot/deliver"))?true:false;
      }
      if($add_dovecot_service) {