Florian Schaal
2016-02-09 5d45b76998bfc6982e54aba6daee8478f19e536b
install/lib/installer_base.lib.php
@@ -1145,7 +1145,8 @@
      $config_dir = $conf['postfix']['config_dir'];
      //* Configure master.cf and add a line for deliver
      if ($this->postfix_master()) {
         exec ("postconf -M dovecot.unix &> /dev/null", $out, $ret);
         exec ("postconf -M dovecot.unix", $out, $ret); //* Postfix 2.9
         if (!isset($out[0])) exec ("postconf -M dovecot/unix", $out, $ret); //* Postfix >= 2.11
         $add_dovecot_service = @($out[0]=='')?true:false;
       } else { //* fallback - postfix < 2.9
         $content = rf($config_dir.'/master.cf');