Skip to content
  1. Mar 11, 2021
  2. Jan 11, 2021
  3. Oct 07, 2020
  4. Sep 17, 2020
  5. Jul 23, 2020
  6. Jun 19, 2020
  7. May 25, 2020
  8. Mar 02, 2020
  9. Nov 27, 2019
  10. Jul 08, 2019
  11. Jul 05, 2019
  12. Jan 28, 2019
  13. Jul 25, 2018
  14. May 23, 2018
  15. Feb 13, 2018
  16. Jul 12, 2017
  17. Jun 01, 2017
  18. Jan 19, 2017
  19. Sep 23, 2016
  20. Apr 20, 2016
  21. Jan 04, 2016
  22. Oct 19, 2015
  23. Sep 04, 2015
  24. Jul 11, 2015
  25. Jun 27, 2015
  26. May 20, 2015
  27. Apr 15, 2015
  28. Feb 17, 2015
  29. Dec 10, 2014
  30. Oct 17, 2014
  31. Sep 22, 2014
  32. 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
  33. Mar 08, 2014
  34. Feb 20, 2014
  35. Jan 19, 2014
    • Dominik's avatar
      Mailbox quota can now be included into website quota (FS#3297) · 0e2978ef
      Dominik authored
      --------------------------------------------------------------
      Feature can be activated over admin mailserver settings. when activated websites uid is used instead of standard vmail-uid. this only takes effect if web and mailserver are on the same server, otherwise it will be old behaviour. switching this setting when mailboxes exist doesn't matter. Mailboxfolder will be created with website uid for this. access of postfix and dovecot now works over mysql-table mail_user. virtual_uid_maps is changed from static to mysql-table. for dovecot<->postfix communication protocoll is changed vrom lda to lmtp. disablelmtp-column is added to mail_user-table. uid and gid can be overwritten by remoting.
      ONE OPEN ISSUE: since remoting has completly changed and mail_user_add function is missing at the moment, this function now was inclulded again. it is important to add the both new lines to the future function and then remove this new one.
      0e2978ef