Skip to content
  1. 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
  2. Sep 26, 2014
  3. 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
  4. Jul 27, 2014
  5. Apr 04, 2014
  6. Feb 16, 2014
  7. Jan 28, 2014
  8. Nov 21, 2013
  9. Nov 14, 2013
  10. Oct 23, 2013
  11. Oct 14, 2013
  12. Aug 21, 2013
  13. Aug 02, 2013
  14. Jul 31, 2013
  15. Apr 19, 2013
  16. Apr 17, 2013
  17. Apr 16, 2013
  18. Feb 12, 2013
  19. Jan 03, 2013
  20. Nov 14, 2012
  21. Oct 03, 2012
  22. Oct 02, 2012
  23. Aug 24, 2012
  24. Aug 22, 2012
  25. 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
  26. Jul 19, 2012
  27. Jun 07, 2012
  28. Apr 05, 2012
  29. Feb 03, 2012
  30. Jan 25, 2012
  31. Jan 12, 2012