Florian Schaal
2015-04-29 12ab95f8be7c788e30c54f1e0b5f4c1b8eebe80f
install/install.php
@@ -260,8 +260,8 @@
      //* Check for Dovecot and Courier
      if(!$conf['dovecot']['installed'] && !$conf['courier']['installed']) {
         $conf['dovecot']['installed'] = @($conf['dovecot']['installed']) ? false : $inst->force_configure_app('Dovecot');
         $conf['courier']['installed'] = @($conf['couier']['installed']) ? false : $inst->force_configure_app('Courier');
         $conf['dovecot']['installed'] = $inst->force_configure_app('Dovecot');
         $conf['courier']['installed'] = $inst->force_configure_app('Courier');
      }
      //* Configure Mailserver - Dovecot or Courier
      if($conf['dovecot']['installed'] && $conf['courier']['installed']) {
@@ -591,8 +591,8 @@
      //* Check for Dovecot and Courier
      if(!$conf['dovecot']['installed'] && !$conf['courier']['installed']) {
         $conf['dovecot']['installed'] = @($conf['dovecot']['installed']) ? false : $inst->force_configure_app('Dovecot');
         $conf['courier']['installed'] = @($conf['couier']['installed']) ? false : $inst->force_configure_app('Courier');
         $conf['dovecot']['installed'] = $inst->force_configure_app('Dovecot');
         $conf['courier']['installed'] = $inst->force_configure_app('Courier');
      }
      //* Configure Mailserver - Dovecot or Courier
      if($conf['dovecot']['installed'] && $conf['courier']['installed']) {