tbrehm
2007-05-30 3edf9d7921399b808ff68259dc35ccd0abbe04a0
install/lib/installer_base.lib.php
@@ -442,7 +442,10 @@
   function configure_getmail() {
      global $conf;
      
      $command = "useradd -b /etc/getmail -d /etc/getmail getmail";
      $command = "useradd -d /etc/getmail getmail";
      caselog($command." &> /dev/null", __FILE__, __LINE__,"EXECUTED: ".$command,"Failed to execute the command ".$command);
      $command = "chown -R getmail /etc/getmail";
      caselog($command." &> /dev/null", __FILE__, __LINE__,"EXECUTED: ".$command,"Failed to execute the command ".$command);
      
      $command = "chmod -R 700 /etc/getmail";