Skip to content
  1. May 25, 2020
  2. Mar 02, 2020
  3. Nov 29, 2019
  4. Nov 27, 2019
  5. Nov 23, 2019
    • Jason's avatar
      Added Missed patch edit, and correct the vhost loop · 21559a63
      Jason authored
      Change the name from proxy_protocol to use_proxy_protocol in vhost file due to site level overriding the check
      
      tested both on apache2 and nginx with haproxy load balancer on TCP Mode
      21559a63
  6. Jul 08, 2019
  7. Jul 05, 2019
  8. Feb 05, 2019
  9. Dec 04, 2018
  10. Jul 25, 2018
  11. May 23, 2018
  12. Apr 27, 2018
  13. Apr 26, 2018
  14. Feb 13, 2018
  15. Jul 12, 2017
  16. Jun 01, 2017
  17. Apr 06, 2017
  18. Apr 29, 2016
  19. Jan 31, 2016
  20. Oct 19, 2015
  21. Jun 27, 2015
  22. Apr 25, 2015
  23. Apr 04, 2015
    • Dominik's avatar
      New parameter reject_sender_login_mismatch · 03b63368
      Dominik authored
      Added prefetching to dovecot to halve database-queries
      Added mdbox-creation for new Mailboxes in mdbox-format
      
      Conflicts:
      	install/tpl/debian6_dovecot-sql.conf.master
      	install/tpl/debian_dovecot-sql.conf.master
      	install/tpl/debian_postfix.conf.master
      	install/tpl/fedora_dovecot-sql.conf.master
      	install/tpl/fedora_postfix.conf.master
      	install/tpl/gentoo_postfix.conf.master
      	install/tpl/opensuse_dovecot-sql.conf.master
      	install/tpl/opensuse_postfix.conf.master
      	interface/web/admin/templates/server_config_mail_edit.htm
      	server/cron_daily.php
      	server/plugins-available/mail_plugin.inc.php
      	server/plugins-available/postfix_server_plugin.inc.php
      03b63368
  24. Feb 17, 2015
  25. Dec 11, 2014
  26. Dec 10, 2014
  27. Nov 27, 2014
    • Falko Timme's avatar
      - Added translations. · a4a4eaa9
      Falko Timme authored
      - Added HHVM to "Default PHP Handler" field (server configuration).
      - Fixed "Unable to load the server configuration from database." error when running server.sh.
      - Fixed Javascript (accordions weren't working anymore, directive snippets and other placeholders couldn't be added anymore).
      a4a4eaa9
  28. Oct 17, 2014
  29. Oct 11, 2014
  30. Sep 22, 2014
  31. Aug 01, 2014
  32. Jul 29, 2014
  33. Mar 08, 2014
  34. Feb 20, 2014
  35. Feb 10, 2014
  36. 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