tbrehm
2012-08-17 013ae4df1d3aef36b0dea564f7f95690cae11549
install/lib/installer_base.lib.php
@@ -900,7 +900,7 @@
      $content = rf($conf['postfix']['config_dir'].'/master.cf');
      // Only add the content if we had not addded it before
      if(!stristr($content,'dovecot/deliver')) {
         $deliver_content = 'dovecot   unix  -       n       n       -       -       pipe'."\n".'  flags=DRhu user=vmail:vmail argv=/usr/lib/dovecot/deliver -f ${sender} -d ${user}@${nexthop}';
         $deliver_content = 'dovecot   unix  -       n       n       -       -       pipe'."\n".'  flags=DROhu user=vmail:vmail argv=/usr/lib/dovecot/deliver -f ${sender} -d ${user}@${nexthop}';
         af($conf['postfix']['config_dir'].'/master.cf',$deliver_content);
      }
      unset($content);
@@ -1957,9 +1957,11 @@
         touch($conf['ispconfig_log_dir'].'/ispconfig.log');
      }
      //* Create the ispconfig auth log file
      //* Create the ispconfig auth log file and set uid/gid
      if(!is_file($conf['ispconfig_log_dir'].'/auth.log')) {
         touch($conf['ispconfig_log_dir'].'/auth.log', 0666);
         touch($conf['ispconfig_log_dir'].'/auth.log');
         exec('chown ispconfig:ispconfig '. $conf['ispconfig_log_dir'].'/auth.log');
         exec('chmod 660 '. $conf['ispconfig_log_dir'].'/auth.log');
      }
      if(is_user('getmail')) {