Skip to content
  1. Oct 13, 2015
  2. Sep 18, 2015
    • Dirk Dankhoff's avatar
      Fix notification mail template header-body splitting · 2110eb58
      Dirk Dankhoff authored
      Since file() doesn't remove "\n" from the lines read the condition
      `$lines[$l] == ''` never evaluated to true.
      So $mailHeaders would always contain every line from the template while
      $mailBody contained none of them.
      
      Together with the bugfix of PHP#68776 [1] disallowing multiple "\n"'s &
      preceding "\n" in mail()'s $additionalHeaders arg this caused mails not
      being sent because $mailHeaders would include at least one "\n\n" which
      was meant to separate the mail headers from the body.
      
      [1] https://bugs.php.net/bug.php?id=68776
      2110eb58
  3. Sep 26, 2014
  4. Jul 29, 2014
    • Till Brehm's avatar
      Removed backup_dir_mount_cmd option from Sysstem > server config. The option... · 061d7c84
      Till Brehm authored
      Removed backup_dir_mount_cmd option from Sysstem > server config. The option has been replaced by a script /usr/local/ispconfig/server/scripts/backup_dir_mount.sh. If this script exists, is exacutable and is owned by the root user, then it will be executed upfront of the backup jobs when the option "Backup directory is a mount?" is enabled in server config settings.
      061d7c84
  5. Jul 27, 2014
  6. Apr 04, 2014
  7. Feb 16, 2014
  8. Jan 28, 2014
  9. Nov 21, 2013
  10. Nov 14, 2013
  11. Oct 23, 2013
  12. Oct 18, 2013
  13. Oct 14, 2013
  14. Aug 22, 2013
  15. Aug 21, 2013
  16. Aug 02, 2013
  17. Jul 31, 2013
  18. Apr 19, 2013
  19. Apr 17, 2013
  20. Apr 16, 2013
  21. Feb 12, 2013
  22. Jan 03, 2013
  23. Nov 14, 2012
  24. Oct 03, 2012
  25. Oct 02, 2012
  26. Aug 24, 2012
  27. Aug 22, 2012
  28. Aug 15, 2012
    • maddinxx's avatar
      auth.log e.g. for fail2ban · a8ccf601
      maddinxx authored
      - install: touch auth.log
      - login: write success/fail to auth.log
      - cron: log rotation for auth.log
      a8ccf601
  29. Jul 19, 2012
  30. Jun 07, 2012