Skip to content
  1. Dec 14, 2018
  2. Nov 14, 2018
  3. Nov 13, 2018
  4. Nov 12, 2018
  5. Jul 25, 2018
  6. May 23, 2018
  7. May 20, 2018
  8. Mar 04, 2018
  9. Feb 13, 2018
  10. Jul 12, 2017
  11. Jun 01, 2017
  12. Mar 16, 2017
  13. Jan 19, 2017
  14. Sep 23, 2016
  15. Sep 09, 2016
  16. Sep 01, 2016
  17. Apr 20, 2016
  18. Jan 04, 2016
  19. Oct 19, 2015
  20. Sep 04, 2015
  21. Jul 11, 2015
  22. Jun 27, 2015
  23. May 20, 2015
  24. Apr 15, 2015
  25. Feb 17, 2015
  26. Dec 10, 2014
  27. Oct 17, 2014
  28. Sep 22, 2014
  29. 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
  30. Mar 08, 2014
  31. Feb 20, 2014
  32. 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